-
I have an issue when using the `GlueContext.create_dynamic_frame_from_catalog` method in order to load a Glue Data Catalog table when Lakeformation is activated on that Glue Data Catalog.
**Steps t…
-
**Describe the bug**
I'm trying to get a temporary credential that have access to a table's underlying S3 location. The endpoint [get_temporary_glue_table_credentials](https://boto3.amazonaws.com/v…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Hi,
It seems that resolving fails if the `exports` map has a file that start with dot (`.`). For example [`aws-cdk-lib` has an export like this](https://github.com/aws/aws-cdk/blob/master/packages/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
```
resource "aws_dynamodb_table" "terraform_locks" {
name = "terraform_locks_s"
…
-
I am trying to follow this article
https://aws.amazon.com/blogs/big-data/build-your-data-pipeline-in-your-aws-modern-data-platform-using-aws-lake-formation-aws-glue-and-dbt-core/
**I ran dbt debug…
-
Attempting to run aws_lakeformation_permissions plugin in order to provide access to a role for a database through Lakeformation
```hcl
data "aws_lakeformation_permissions" "test" {
princip…
-
## Driver version
2.0.908
## Redshift version
none, used via aws wrangler
## Client Operating System
Linux
## Python version
Python 3.9.12
## Table schema
none
## Problem descripti…
-
AWS smithy specs have a streaming trait. This is used for example in S3, where the `Body` of the `PutObjectRequest` should not be just `bytes`, but actually a stream that you can iterate over chunk by…
thrau updated
2 years ago
-
The LfS3Location requires a Bucket object and is using `grantReadWrite` to authorize the LakeFormation role to access data. This requires the bucket to be managed in the same CDK stack and so does not…