DagCode is never updated
See original GitHub issueApache Airflow version: 1.10.10
Kubernetes version (if you are using kubernetes) (use kubectl version
):
N/A
Environment: docker-compose, LocalExecutor
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
What happened: After making a change to my DAG, the values in the DagCode table are never updated, and the Code view always displays the code from the first time it was loaded. I do see my changes in the webserver in all other views (tree view, graph view, etc).
What you expected to happen: I expect to see the currently used code in the Code view at any point in time.
How to reproduce it:
Anything else we need to know:
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (16 by maintainers)
Top Results From Across the Web
Airflow DAG task not found after updating adding a task
I added a task but it seems not updated when I check the log and UI (DAG->Code). I have very simple tasks. I...
Read more >7 Common Errors to Check When Debugging Airflow DAGs
When Airflow evaluates your DAG file, it interprets datetime.now() as the current timestamp (i.e. NOT a time in the past) and decides that ......
Read more >airflow.models.dagcode — Airflow Documentation
Writes code into database. Writes code in bulk into database. Deletes code not included in alive_dag_filelocs. Checks a file exist in dag_code table....
Read more >Adding or updating DAGs - AWS Documentation
This page describes the steps to add or update Apache Airflow DAGs on your Amazon ... Line Interface (AWS CLI) to upload DAG...
Read more >2. How to write your first DAG code in Apache ... - YouTube
Apache Airflow is one of the most powerful platforms used by Data Engineers for orchestrating workflows. Airflow is used to solve a variety ......
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
Yes, I can reproduce this. Will fix it today
Closed by https://github.com/apache/airflow/pull/8266