Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --tree flag from airflow tasks list command #41964

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

jedcunningham
Copy link
Member

@jedcunningham jedcunningham commented Sep 2, 2024

This also removes DAG.tree_view and DAG.get_tree_view. The format of the output from these can be expensive to generate and extremely large, depending on the DAG. Users are better off using airflow dag show instead.

(2.10 PR incoming for marking these as deprecated and adding a warning to the help text)

Related to #41505.

This also removes `DAG.tree_view` and `DAG.get_tree_view`. The format of
the output from these can be expensive to generate and extremely
large, depending on the DAG. Users are better off using `airflow dag
show` instead.
@jedcunningham jedcunningham added the airflow3.0:breaking Candidates for Airflow 3.0 that contain breaking changes label Sep 2, 2024
@jedcunningham jedcunningham merged commit 2210548 into apache:main Sep 2, 2024
51 checks passed
@jedcunningham jedcunningham deleted the cleanup_tree_stuff branch September 2, 2024 22:29
Illumaria pushed a commit to Illumaria/airflow that referenced this pull request Sep 3, 2024
This also removes `DAG.tree_view` and `DAG.get_tree_view`. The format of
the output from these can be expensive to generate and extremely
large, depending on the DAG. Users are better off using `airflow dag
show` instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow3.0:breaking Candidates for Airflow 3.0 that contain breaking changes area:CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants