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

Render Airflow TaskGroups with Clusters #12

Open
nathadfield opened this issue Jan 21, 2022 · 3 comments
Open

Render Airflow TaskGroups with Clusters #12

nathadfield opened this issue Jan 21, 2022 · 3 comments
Labels
enhancement New feature or request pending upstream Waiting for upstream to solve an issue

Comments

@nathadfield
Copy link

Airflow DAGs that utilise TaskGroups would be better represented if we were to make use of Clusters

@feluelle feluelle self-assigned this Jan 23, 2022
@feluelle
Copy link
Owner

The problem I have with this feature is that retrieving the information from airflow whether it belongs to a taskgroup or not is unsafe. We cannot retrieve it from the rest api directly as it currently only is a UI concept. I have to parse the task_id 😟.

But we can give it a try.

@feluelle feluelle removed their assignment Jan 24, 2022
@nathadfield
Copy link
Author

Yes, that's true and presumably gets trickier if there are multiple levels of TaskGroups? I know there is a desire to make TaskGroups more than just a UI construct so perhaps this will be easier in the future.

@feluelle
Copy link
Owner

Exactly. I believe I have heard something similar, too. Once it becomes a not-only UI concept anymore, tackling this issue will become much easier.

@feluelle feluelle added pending upstream Waiting for upstream to solve an issue enhancement New feature or request labels Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending upstream Waiting for upstream to solve an issue
Projects
None yet
Development

No branches or pull requests

2 participants