We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kedro-airflow
The DAGs generated by kedro-airflow are not deterministic, as they are only topologically sorted.
As a user that version controls the DAGs, I would like to have a diff only when the DAG changes (the ordering of the edges does not).
Avoiding situations where the diff consists only of edges ordered differently.
Sort the edges deterministically in kedro-airflow
(Optional) Describe any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered:
I can confirm this behavior with kedro-airflow 0.8.0 and kedro 0.19.2.
kedro
Sorry, something went wrong.
kedro airflow create
Successfully merging a pull request may close this issue.
Description
The DAGs generated by
kedro-airflow
are not deterministic, as they are only topologically sorted.Context
As a user that version controls the DAGs, I would like to have a diff only when the DAG changes (the ordering of the edges does not).
Avoiding situations where the diff consists only of edges ordered differently.
Possible Implementation
Sort the edges deterministically in
kedro-airflow
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: