uranusjr opened a new pull request, #37746: URL: https://github.com/apache/airflow/pull/37746
This implements a mechanism to catch DagUserCodeWarning messages emitted from a DAG file, and convert them into DagWarning entries to show in the web UI. This way, both Airflow core and DAG authors can use the stdlib `warnings` mechanism to emit warnings, and the DAG processor makes them visible to Airflow users. Still a work in progress. Todo: 1. Add migration for DagWarning schema changes 2. Add tests for https://github.com/apache/airflow/pull/37005#discussion_r1500259622 -- 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]
