jscheffl opened a new pull request #15057: URL: https://github.com/apache/airflow/pull/15057
With this PR new DAG triggers are validated that the submitted conf (=dag_run_conf) is a dictionary. Previously submissions were possible and the logic just validated if the parameter is a valid JSON. Nevertheless currently some business logic fails in Airflow if the con value is not a dictionary object. Explicitly I added the validation NOT to the data model as instances with migrated legacy data (in Airflow 1.x non dictionary cases were supported) are not failing in loading data via ORM. The PR mainly adds validation for Legacy Experimental API and WWW UI. It adds pytest for Legacy Experimental API, "new" API and WWW UI. Update Pylint and flynt closes: #15023 related: #15023 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
