Skip to content

Conversation

@jscheffl
Copy link
Contributor

@jscheffl jscheffl commented Aug 12, 2023

This PR is a hotfix for Airflow 2.7.0rc1 reverting the skip of trigger form on UI if DAGs have no defined params - which was removed in #31583.

How to test?

  • Start Airflow Webserver on this PR
  • Check that form still displays (always) when triggering DAG "example_bash_operator" - as this has a param defined
  • Trigger the example_python_operator - See it displays the JSON entry form (again)

Screenshot 2023-08-12 at 18-59-47 Airflow

closes: #33344

@boring-cyborg boring-cyborg bot added the area:webserver Webserver related Issues label Aug 12, 2023
@jscheffl jscheffl added the type:bug-fix Changelog: Bug Fixes label Aug 12, 2023
@jscheffl
Copy link
Contributor Author

To be merged based on vote in https://lists.apache.org/thread/pvvn2hxf03nrjm3l9crhmzw5yls6ftpn

@jscheffl
Copy link
Contributor Author

Closing as #33351 has been merged.

@jscheffl jscheffl closed this Aug 13, 2023
@jscheffl jscheffl deleted the hotfix/33344-revert-skip-of-trigger-form-if-no-params branch October 28, 2023 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not able to trigger DAG with config from UI if param is not defined in a DAG and dag_run.conf is used

1 participant