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 Dependency page not showing anything

See original GitHub issue

Apache Airflow version: 2.1.

Environment: Ubuntu 20.04

  • Cloud provider or hardware configuration: AWS
  • OS (e.g. from /etc/os-release): UBUNTU 20.04 LTS
  • Kernel (e.g. uname -a): Linux 20.04.1-Ubuntu SMP Tue Jun 1 09:54:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
  • Install tools: python and pip

What happened: After performing the upgrade from 2.0.2 to 2.10 using the guide available in the documentation, Airflow upgraded successfully, Dag dependency page isn’t working as expected. The DAG dependency page doesn’t show the dependency graph.

What you expected to happen: I expected the dag dependency page to show the dags and their dependency in a Graph view

How to reproduce it: Its reproduced by opening these pages every time.

Dag Dependency Page

How often does this problem occur? Once? Every time etc? Every time

Any relevant logs to include? Put them here in side a detail tag:

Upgrade Check Log

/home/ubuntu/env_airflow/lib/python3.8/site-packages/airflow/configuration.py:34
6 DeprecationWarning: The hide_sensitive_variable_fields option in [admin] has been moved to the hide_sensitive_var_conn_fields option in [core] - the old setting has been used, but please update your config. /home/ubuntu/env_airflow/lib/python3.8/site-packages/airflow/configuration.py:34
6 DeprecationWarning: The default_queue option in [celery] has been moved to the default_queue option in [operators] - the old setting has been used, but please update your config. /home/ubuntu/env_airflow/lib/python3.8/site-packages/airflow/plugins_manager.py:
239 DeprecationWarning: This decorator is deprecated.In previous versions, all subclasses of BaseOperator must use apply_default decorator for thedefault_args feature to work properly. In current version, it is optional. The decorator is applied automatically using the metaclass. /home/ubuntu/env_airflow/lib/python3.8/site-packages/airflow/configuration.py:34
6 DeprecationWarning: The default_queue option in [celery] has been moved to the default_queue option in [operators] - the old setting has been used, but please update your config.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
rvatsastrocommented, Jul 11, 2022

working as expected now image

1reaction
SamiRehmanNostracommented, Jan 4, 2022

Hi @xiaoxugao ,

I might need to open another issue, I upgraded to 2.2.0 I initially had no issues, but over the last couple of weeks been having some issues again.

image

Not sure what the error is apart from this JS error.

Thank you, Sami

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dag dependency view is not showing the list of dags in Airflow ...
We have successfully installed Airflow 2.1.3 , when we click on Dag dependency view from the browse drop down , it shows none....
Read more >
Cross-DAG Dependencies — Airflow Documentation
When two DAGs have dependency relationships, it is worth considering combining them into a single DAG, which is usually simpler to understand. Airflow...
Read more >
7 Common Errors to Check When Debugging Airflow DAGs
1. Your DAG Isn't Running at the Expected Time · Airflow's Schedule Interval · Use Timetables for Simpler Scheduling · Airflow Time Zones....
Read more >
Airflow dag dependencies - Blog - luminousmen
I have also set the timeout parameter here, as I think it is necessary. If the timeout is not set and some of...
Read more >
The TriggerDagRunOperator in Airflow! Create DAG ...
DAG dependency in Airflow is a though topic. ... Enjoy! … Show more. Show more ... No need to create your own custom...
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