florian-meyrueis-al commented on issue #41641: URL: https://github.com/apache/airflow/issues/41641#issuecomment-3861152445
This afternoon i found a new incompatibilty that ruff dont detect. In Airflow 2, Variable object comes from airflow.models. In Airflow 3, Variable object should come from airflow.sdk. Both have a get() method, but their signature is different. In Airflow 2, get() has a default_var parameter. In Airflow 3, get has a default parameter, instead of default_var So if import path for Variable object is changed, get() method parameter must be changed accordingly. -- 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]
