zachliu commented on issue #49887: URL: https://github.com/apache/airflow/issues/49887#issuecomment-2863690475
oh 💩 wtf, `Variable.get()` has 2 different interfaces: * `from airflow.models import Variable` has the `default_var` arg * `from airflow.sdk import Variable` has the `default` arg that's why using `from airflow.sdk import Variable` causes no "leaks" because there is an import error... 🤦 -- 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]
