Minor typo fix

This commit is contained in:
R Tyler Croy 2021-05-04 13:33:53 -07:00
parent e275b72e3a
commit c0eb060d0a
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ accidentally deletes data, than somebody kicking in a few layers of cloud-based
security and deleting it for us.
My preference is to work at a layer _below_ Delta Lake to provide disaster
recover mechanisms, in essence at the object store layer (S3). Relying strictly
recovery mechanisms, in essence at the object store layer (S3). Relying strictly
on `CLONE` gets you copies of data which can definitely be beneficial _but_ the
downside is that whatever is running the query has access to both the "source"
and the "backup" data.