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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
