Lee-W commented on issue #41641:
URL: https://github.com/apache/airflow/issues/41641#issuecomment-3859161893

   https://github.com/apache/airflow/issues/54714#issuecomment-3858765005
   
   Hey @florian-meyrueis-a, could you please provide us with a minimum example 
Dag for each case?
   
   > usage of parameter "provide_context" in PythonOperator.
   > This was deprecated in airflow2 and has been removed in Airflow3 . context 
is now always provided in PythonOperator
   >So any dag using this should be modified accordingly.
   
   especially this one
   
   > In BaseOperator, usage of parameter trigger_rule="none_failed_or_skipped" 
has been replaced by "none_failed_min_one_success".
   > Any Dag using an operator with this parameter must be updated with the 
correct value
   
   This should be doable.
   
   > apply_default decorator is now automatically deployed so it must removed 
of any dags.
   
   This should be there already, so I'd like to see why Ruff is not detecting. 
maybe we missed some cases
   


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