DAG's parameter access_control is not refreshing in the UI
See original GitHub issueApache Airflow version: 1.10.9
Environment:
- Cloud provider or hardware configuration: N/A
- OS (e.g. from /etc/os-release): Debian GNU/Linux 9 (stretch)
- Kernel (e.g.
uname -a
): Linux 4cc8ac3c2cfb 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 GNU/Linux - Install tools: N/A
What happened:
When I update DAG’s parameter access_control
the change is not updated in the UI at roles/list/
. I have to trigger refresh DAG manually in the UI to get the change. (I tried it many times and waited 10+ minutes.)
What you expected to happen:
I assume the change change should be updated automatically, as for any other DAG’s parameter.
How to reproduce it:
Create new DAG for example with parameter: access_control={'Public': ['can_dag_read']}
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:23 (7 by maintainers)
Top Results From Across the Web
Adding or updating DAGs - AWS Documentation
This page describes the steps to add or update Apache Airflow DAGs on your Amazon Managed Workflows for Apache Airflow (MWAA) environment using...
Read more >Troubleshooting DAGs | Cloud Composer
Some DAG executions issues might be caused by the Airflow scheduler not working correctly or optimally. Please, follow Scheduler troubleshooting ...
Read more >Troubleshoot security and access control issues - Azure Data ...
Resolution · Go to the Factories - Update page. · At the upper right, select the Try it button. · Under Parameters, complete...
Read more >Updating Airflow
This can also be specified per DAG as catchup = False / True . Command line backfills will still work. Faulty DAGs do...
Read more >Release Notes — Airflow Documentation
To create a DAG that runs whenever a Dataset is updated use the new scheduler ... Please note that the experimental REST API...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll be fixing this as part of #15311.
Any update on this?