KoviAnusha commented on issue #55889: URL: https://github.com/apache/airflow/issues/55889#issuecomment-3433468938
@amoghrajesh , I have replaced DeprecationWarning with DeprecatedImportWarning across airflow-core in the remaining files except airflow/api_fastapi/core_api/app.py. Many tests are failing if I replace DeprecationWarning with DeprecatedImportWarning in this file. So I would like to handle this separately and raise another PR for this one. This is another PR which is related to this task: https://github.com/apache/airflow/pull/56921 -- 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]
