-
Hello there, trying to using Trino to access data warehouse setup based on Aliyun OSS
Trino was deployed on kuburnetes and the hive.properties part in catalog.yaml was edited like below
connec…
-
### Terraform Core Version
1.3.6
### AWS Provider Version
4.59.0
### Affected Resource(s)
aws_glue_crawler
i get this when using a crawler pointed to a glue table as a source. This …
-
### Apache Iceberg version
1.5.0
### Query engine
Spark
### Please describe the bug 🐞
Receiving this stack trace when reading from cross-account iceberg glue table:
```
diagnostics: …
-
### Terraform Core Version
v1.6.2
### AWS Provider Version
5.23.0
### Affected Resource(s)
**resource "aws_glue_catalog_table"**
### Expected Behavior
I call **resource "aws_glu…
-
**Describe the issue**
CKV_AWS_94 should be updated to allow KMS mode: 'SSE-KMS-WITH-SERVICE-ROLE'
AWS doc: https://docs.aws.amazon.com/glue/latest/dg/set-up-encryption.html
**Examples**
```
…
-
- Implement component to work with AWS Glue
- Support automatic schema fetching from Glue by name
- Support in `get_ddbc`
- Have good documentation of Data Catalog usage
-
If glue metadata is encrypted with a KMS CMK then data.all pivot role will not have access to glue and import or share creation will fail (if encryption is enabled after glue catalog import). data.all…
-
### Terraform Core Version
1.1.8
### AWS Provider Version
4.56.0
### Affected Resource(s)
aws_lakeformation_permissions
### Expected Behavior
`DESCRIBE` permissions granted to all…
-
### Feature Request / Improvement
We should ensure consistency in catalog behaviors for all implementations.
Currently, we have a few different catalog implementations (dynamodb, glue, hive, re…
-
Trying to load Glue catalog via local Glue dev environment using code from
```
%pyspark
import sys
from pyspark.context import SparkContext
from awsglue.context import GlueContext
glueContex…