-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AWS Glue DynamicFrame #781
Comments
I didn't try it specifically, but from the AWS doc on the |
Try to look at the Spark driver's debug logs carefully. If Spline agent is notified on Glue write events there have to be messages. See:
|
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, inferSchema=True) and df.write...
as expected.However, AWS Glue does have a concept of Dynamic Frames usage of which which looks something like
Can Spline support this dynamic frame pattern in AWS Glue? I used the spark-3.3-spline-agent-bundle_2.12-2.0.0.jar bundle - Spline agent initialized successfully, but could not produce lineage.
The text was updated successfully, but these errors were encountered: