Skip to content

Commit ae40924

Browse files
authored
Merge pull request #4151 from segmentio/data-lakes-comment-fix
Fix Broken Data Lakes Comments #4146
2 parents f7acb63 + 4b2499f commit ae40924

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/connections/storage/data-lakes/lake-formation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ title: Lake Formation
66

77
Lake Formation is a fully managed service built on top of the AWS Glue Data Catalog that provides one central set of tools to build and manage a Data Lake. These tools help import, catalog, transform, and deduplicate data, as well as provide strategies to optimize data storage and security. To learn more about Lake Formation features, see [Amazon Web Services documentation](https://aws.amazon.com/lake-formation/features/){:target="_blank"}.
88

9-
<!-- PW: 9/22/22; commenting this section out for GA
10-
> note "This feature is not supported in the Azure Data Lakes public beta"
11-
> Lake Formation is only supported for Segment Data Lakes. For more information about Azure Data Lakes, see the [Data Lakes overview documentation](/docs/connections/storage/data-lakes/index/#how-azure-data-lakes-works). -->
12-
139
The security policies in Lake Formation use two layers of permissions: each resource is protected by Lake Formation permissions (which control access to Data Catalog resources and S3 locations) and IAM permissions (which control access to Lake Formation and AWS Glue API resources). When any user or role reads or writes to a resource, that action must pass a both a Lake Formation and an IAM resource check: for example, a user trying to create a new table in the Data Catalog may have Lake Formation access to the Data Catalog, but if they don't have the correct Glue API permissions, they will be unable to create the table.
1410

1511
For more information about security practices in Lake Formation, see Amazon's [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html){:target="_blank"} documentation.

src/connections/storage/data-lakes/sync-reports.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ title: Data Lakes Sync Reports and Errors
66

77
Segment Data Lakes generates reports with operational metrics about each sync to your data lake so you can monitor sync performance. These sync reports are stored in your S3 bucket and Glue Data Catalog. This means you have access to the raw data, so you can query it to answer questions and set up alerting and monitoring tools.
88

9-
<!-- PW: 9/22/22; commenting this section out for GA
10-
> note "This feature is not supported for the Azure Data Lakes public beta"
11-
> The Sync Report tab is currently not supported for the Azure Data Lakes public beta. For more information about Azure Data Lakes, see the [Data Lakes overview documentation](/docs/connections/storage/data-lakes/index/#how-azure-data-lakes-works). -->
12-
139
## Sync Report schema
1410

1511
Your sync_report table stores all of your sync data. You can query it to answer common questions about data synced to your data lake.

0 commit comments

Comments
 (0)