JorgenG commented on PR #20935: URL: https://github.com/apache/airflow/pull/20935#issuecomment-1112907493
@potiuk This has broken the ability to run a glue job _without_ specifying a script location on AWS Glue. Previously it was allowed that this value was `None`, resulting in using the default script value configured in the glue service itself. Now, the only way to escape the local file upload is to start with `s3://`, which then obviously will break further down. Can you please revert this change for aws glue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
