-
The following line contains a syntax error in Python 3:
https://github.com/awslabs/aws-glue-libs/blob/master/awsglue/dynamicframe.py#L119
The print statement should be replaced with the print fu…
-
Hi, I'm pulling the current glue_libs_1.0.0_image_01 and working on a jupyter notebook on a docker container.
However, I know that locally I have some restrictions on using the "glueparquet format"…
fedsp updated
3 years ago
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [ ] I have uploaded Diagnostics
- Diagnostics ID: (docker itself d…
-
Using AWS Data Wrangler, I have successfully created and added data to my governed table in us-east-1 using the` wr.s3.to_parquet` method using:
```
wr.s3.to_parquet(df,
path='s3://s3bucket-…
-
I want to reach out a table in my redshift cluster and bring it up to my AWS Glue environment to apply few transformations and queries on it. I try to apply the code below but the message I'm getting …
-
Given that most of the example python scripts won't work without the awsglue module, perhaps this repo would be more useful for folks if information about awsglue (and how to get it) were presented pr…
-
As per https://github.com/aws-samples/aws-glue-samples/blob/master/examples/join_and_relationalize.md example, created a crawler with s3://awsglue-datasets/examples/us-legislators. Crawler ran success…
-
I am trying to insert/update **15GB** of data on a **165GB** table, however I keep getting the following error
```
An error occurred while calling o954.pyWriteDynamicFrame.
: org.apache.hudi.exce…
-
We are trying to use python-deequ in glue spark job with `--additional-python-modules pydeequ==0.1.5` and code im trying to execute is below
```
import sys
from awsglue.transforms import *
from…
-
**Is your feature request related to a problem? Please describe.**
I ran a quick performance comparison between GE and another validation library using the SparkDF Execution Engine. It was done using…