You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "o-nikolas (via GitHub)" <gi...@apache.org> on 2023/03/08 00:50:12 UTC

[GitHub] [airflow] o-nikolas commented on issue #29960: GlueJobOperator failing with Invalid type for parameter RoleName after updating provider version.

o-nikolas commented on issue #29960:
URL: https://github.com/apache/airflow/issues/29960#issuecomment-1459095862

   Looks like this is a bug introduced in #27893
   
   We now try generate the config for the Glue Job before we know whether we're creating a new one or updating an existing job. If the job already exists the user doesn't need to provide as much info but the new method for generating the config assumes all info for creating a new job is present (in this case the role). So it breaks since this user hasn't provided a role, because their job already exists.
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org