airflow: DagCode is never updated
Apache 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:
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (16 by maintainers)
Yes, I can reproduce this. Will fix it today