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

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

romibuzi commented on issue #29960:
URL: https://github.com/apache/airflow/issues/29960#issuecomment-1460767382

   Oh damn indeed the operator will now try to update configuration :( 
   Maybe the best way to handle both ways would be to add a parameter in the operator `update_config: bool = False`. And the update behavior would only happens in case this parameter is set to True?
   
   Or as @Taragolis advised we split this operator in 2 and create another one `GlueStartJobOperator` which will only be responsible to start an existing Glue job? Note that with this strategy the backword compatibility would be more problematic 


-- 
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