aischeveva commented on issue #32404: URL: https://github.com/apache/airflow/issues/32404#issuecomment-1623725411
> The stacktrace doesn't indicate issue with Glue operator. It suggest that type was changed in the upstream library. I was thinking about it, but I tried running GlueJobOperator with providers 6.0.0 and then 7.1.0 while keeping botocore version the same ==1.29.56 in both cases, and with 6.0.0 it was still working as expected, but with 7.1.0 it failed. So I'm not quite sure what has changed between these versions. I have also tried updating everything to the most recent versions, but I still get the same issue when the job doesn't exist yet (if the job already exists, it runs fine as it doesn't try to update it by default anymore). ``` boto3==1.27.1 botocore==1.30.1 apache-airflow-providers-amazon==8.2.0 ``` -- 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]
