-
Deployment process fails because there is an incorrect policy setup
```
❌ Deployment failed: Error: Stack Deployments Failed: Error: The stack named LakeStack failed to deploy: UPDATE_ROLLBACK_COM…
-
**Describe the problem you faced**
Hi all,
We are currently facing some sporadic issues with the error: org.apache.hudi.exception.HoodieUpsertException: Failed to upsert for commit time when doing …
-
Hi,
thanks for the great work!
I'm trying to run the latest agent (spark-3.3-spline-agent-bundle_2.12-1.0.4) with Glue 4.0 on AWS and a pyspark script, which fails in an exception. I was hoping …
-
I have followed the instructions here:
https://catalog.us-east-1.prod.workshops.aws/workshops/976050cc-0606-4b23-b49f-ca7b8ac4b153/en-US/300/330-streaming-lab
The Stream ETL with Glue lab, and com…
-
Hello All,
I am trying to run glue job locally after connecting it to AWS .
```
from pyspark import SparkContext
from awsglue.context import GlueContext
glueContext = GlueContext(S…
-
Glue Version 3.0
```
import sys
import boto3
from awsglue.transforms import *
from awsglue.utils import getResolvedOptions
from pyspark.context import SparkContext
from awsglue.context import G…
-
I found this project when trying to compare dataframes using pyspark, and it works appears to work great. I am seeing an issue when running this as part of an AWS Glue job with this jar - spark-exten…
-
Hello!
I'd like to develop AWS Glue scripts locally without using the development endpoint (for a series of reasons). I'm trying to execute a simple script, like the following:
```python
import…
-
`aws glue create-script` will generate a script to use for a Glue Job given a description of DAG nodes and the edges between them. Nodes can be sources, sinks, or transforms.
[API Docs](https://doc…
-
I have tried to include a purge_table command within a governed table transaction but I receive the below error. I've tried adding a transactionId param to the purge_table command directly or within t…