[GitHub] [airflow] ashb commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
ashb commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1083797766 ## airflow/example_dags/example_params_ui_tutorial.py: ## @@ -0,0 +1,234 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] ashb commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
ashb commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1083798621 ## airflow/example_dags/example_params_ui_tutorial.py: ## @@ -0,0 +1,234 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] ashb commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
ashb commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1083793113 ## airflow/config_templates/config.yml: ## @@ -1529,6 +1529,19 @@ webserver: type: boolean example: ~ default: "False" +trigger_dag_url:

[GitHub] [airflow] ashb commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-11 Thread GitBox
ashb commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1066756429 ## airflow/www/views.py: ## @@ -1955,7 +1963,32 @@ def trigger(self, session=None): request_execution_date = request.values.get("execution_date",

[GitHub] [airflow] ashb commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-11 Thread GitBox
ashb commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1066754342 ## airflow/example_dags/example_params_ui_tutorial.py: ## @@ -0,0 +1,232 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] ashb commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-11 Thread GitBox
ashb commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1066752407 ## airflow/config_templates/config.yml: ## @@ -1529,6 +1529,19 @@ webserver: type: boolean example: ~ default: "False" +trigger_dag_url: