dstaple opened a new pull request, #30610: URL: https://github.com/apache/airflow/pull/30610
DAG.full_filepath is deprecated, see: https://github.com/apache/airflow/blob/2.5.3/airflow/models/dag.py#L1109-L1117 As a result, a DeprecationWarning is issued if this exception is hit. Instead, we should use dag.fileloc directly. The same fileloc attribute is returned in either case, so this should be a no-op. -- 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]
