awildturtok opened a new issue #17085: URL: https://github.com/apache/airflow/issues/17085
**Description** We make extensive use of Run-Configs in our project. They are a great feature, however misconfigurations happen which is why we're slowly establishing nodes that validate the input run-config before starting processing. This is somewhat problematic as a faulty run-config still produces a run which I'd like to avoid out of sanitation purposes. I'd love to be able to register a validation method on a dag that will validate the run config. And deny the dag-run, possibly giving the user feedback. This would tighten the feedback loop for our users, who sometimes have to wade through multiple lines of logging to just find that they have a typo in a module name. **Are you willing to submit a PR?** I have the time/budget but not the knowledge of either Python-dev nor the Airflow Codebase in detail to create a PR. -- 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]
