You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you so much for making this tool available! I am very happy using this library at my work.
For historical reasons, I version-control my generated DAGs and have found it easier to parse the diffs when I sort the operator arguments by name. I have tried this out locally by modifying the DagBuilderBase.render_operator method. Would there be any reason not to have the builder sort the arguments for each operator?
The text was updated successfully, but these errors were encountered:
@estherbester Glad you enjoy boundary layer, we do too! :-)
Adding an option to sort the arguments that way seems like a fine idea. I wouldn't say I rely on the current approach, but sometimes it's easier to compare how we all an operator with the Airflow docs with the current approach, assuming I understand you suggestion correctly.
I'd be happy to look at any PRs to support that functionality.
First off, thank you so much for making this tool available! I am very happy using this library at my work.
For historical reasons, I version-control my generated DAGs and have found it easier to parse the diffs when I sort the operator arguments by name. I have tried this out locally by modifying the
DagBuilderBase.render_operator
method. Would there be any reason not to have the builder sort the arguments for each operator?The text was updated successfully, but these errors were encountered: