Hi all! I have a glue ingestion job that constantl...
# ingestion
b
Hi all! I have a glue ingestion job that constantly fails. It's failing with this error and was wondering if anyone has came across it before and was able to fix it?
Copy code
'failures': {'<s3://aws-glue-assets-XXXXXX-us-west-2/scripts/Untitled> job.py': ['Unable to download DAG for Glue job from <s3://aws-glue-assets-XXXXXX-us-west-2/scripts/Untitled> job.py, so job subtasks and lineage will be missing: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.', 'Unable to download DAG for Glue job from <s3://aws-glue-assets-XXXXXX-us-west-2/scripts/Untitled> job.py, so job subtasks and lineage will be missing: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.']}
I don't have that file in s3 nor a glue job called
Untitled job.py
so I am trying to see what I can do to resolve. The rest of the metadata is being pulled over but it's annoying it's marking it as a failure.
1
g
Hi @brainy-balloon-97302 Could you please post your recipe and attache the log file @dazzling-judge-80093 might help you
b
Can’t do that but it’s the most basic recipe and I’ve attached the error from the log above. I don’t know how to exclude Untiled job.py and thus it errors.