molcay commented on PR #39753:
URL: https://github.com/apache/airflow/pull/39753#issuecomment-2125054621

   Hi @Taragolis,
    I think reverting to PR is not a good idea. We change a lot of things and 
the services all ready in the sunset stage. Reverting is not a solution here. 
If the main problem is only related to `action="error"` we can ditch the 
`deprecated` decorator and use `AirflowException`.
   
   As you suggested, we can raise the `AirflowException` 
   > we are already raising this for other operators with the help of the 
method: `_raise_exception_for_deprecated_operator`)  
   
   for the following classes: `AutoMLTablesUpdateDatasetOperator` and 
`AutoMLDeployModelOperator` .
   
   If this is OK, I will try to prepare a new PR which include this change


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

Reply via email to