question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DAG's parameter access_control is not refreshing in the UI

See original GitHub issue

Apache 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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:23 (7 by maintainers)

github_iconTop GitHub Comments

7reactions
jedcunninghamcommented, Apr 10, 2021

I’ll be fixing this as part of #15311.

4reactions
gardnerdevcommented, Sep 20, 2020

Any update on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found