Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.example_dags.example_params_ui_tutorial

DAG demonstrating various options for a trigger form generated by DAG params.

The DAG attribute params is used to define a default dictionary of parameters which are usually passed to the DAG and which are used to render a trigger form.

Attributes

SCRIPT_INTERFACES

Functions

show_params([params])

Module Contents

airflow.example_dags.example_params_ui_tutorial.SCRIPT_INTERFACES[source]
airflow.example_dags.example_params_ui_tutorial.show_params(params=None)[source]

Was this entry helpful?