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

Modify kedro-airflow plugin to support namespace-based DAG grouping #962

Open
Tracked by #4319
DimedS opened this issue Dec 11, 2024 · 2 comments
Open
Tracked by #4319

Modify kedro-airflow plugin to support namespace-based DAG grouping #962

DimedS opened this issue Dec 11, 2024 · 2 comments
Labels

Comments

@DimedS
Copy link
Member

DimedS commented Dec 11, 2024

Description

Use the helper functions implemented in Kedro as part of #4376 to modify the kedro-airflow plugin. This modification will enable users to convert their Kedro pipelines into Airflow DAGs grouped by namespaces.

For the parent discussion, see #4319.

@yetudada
Copy link
Contributor

Will this remove the functionality to group by tags which is currently in this plugin?

@DimedS
Copy link
Member Author

DimedS commented Dec 11, 2024

Will this remove the functionality to group by tags which is currently in this plugin?

Currently, there is no functionality to group by tags in kedro-airflow. The only existing grouping feature is group_by_memory. For the purposes of this PR, we will leave it as it is. However, as a potential next step (if this approach proves successful), it would make sense to implement group_by_memory in Kedro to enable similar functionality across other plugins.

As of now, we have agreed not to include grouping by tags in deployment functionality.

For more details about the current state of deployment plugins, refer to this Notion page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Do
Development

No branches or pull requests

2 participants