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.

Module Contents

Functions

show_params(**kwargs)

airflow.example_dags.example_params_ui_tutorial.show_params(**kwargs)[source]

Was this entry helpful?