-
It would be much easier to install the awsglue python code to fix linting and code completion if you published the package to PyPi so we could install it with PIP.
-
I installed each prerequisites and still getting `No module named 'awsglue'` error.
- AWS Glue version 3.0,
- Apache Maven from the following location: https://aws-glue-etl-artifacts.s3.amazonaws.co…
-
## Hope
The `create_dynamic_frame_from_options` method signature accepts `format_options` object.
https://github.com/awslabs/aws-glue-libs/blob/28805fe62352e254cc2d82259e71e3211989df61/awsglue/cont…
-
```scala
// Configure AWSGlue as metastore
spark = (
SparkSession.builder.appName("SparkSQL")
.config(
"spark.hadoop.hive.metastore.client.factory.class",
"com.amazonaws.glue.c…
-
Hi Saumil
I am unable to install awsglue python package in my virtual environment. running the command pip install awsglue is giving below errors:
ERROR: Could not find a version that satisfies th…
-
What a good day everyone, I'm trying to use lancedb in aws from a glue (which has read and write permissions to s3). But I'm getting this error with the following code:
![Captura de pantalla 2024-0…
-
Hi @eugenetaranov.
I'm trying to use your docker to launch AWS Glue environment but without success.
```
import sys
sys.path.insert(0, '/PyGlue.zip')
from awsglue.transforms import *
from aw…
-
I’m working on an ETL job in AWS Glue, where I read data from a CSV file, perform SQL transformations, and write the results to S3. I’ve integrated OpenLineage to capture lineage data using the OpenLi…
-
### Describe the bug
I'm having issues reading data from CH in my AWS Glue job. There are no connection issues between them, but reading returns no rows.
### Steps to reproduce
1. Set up a CH Clo…
-
When adding the Spline agent bundle to an AWS Glue Python script (Spark 3.3, Python 3), lineage is produced when using the standard patterns like `df = spark.read.csv(file_path, header=True, inferSche…