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.

DagCode is never updated

See original GitHub issue

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:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
kaxilcommented, Apr 12, 2020

Yes, I can reproduce this. Will fix it today

0reactions
BasPHcommented, Apr 13, 2020
Read more comments on GitHub >

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

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