-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improve dag parsing logic #628
Conversation
c3f21aa
to
b3c28bb
Compare
2a14a35
to
c358d8d
Compare
c358d8d
to
f57c27f
Compare
006fe09
to
effa3d8
Compare
This new version transforms the The To accomplish that:
In addition, |
hostable_entities is a mapping of service to a set of ServiceComponentName that allow to remove the last getter from the class.
effa3d8
to
1f96afd
Compare
1f96afd
to
65ec5be
Compare
This doesn't make sense anymore as some of the init methods require other parameter that are not passed as arguments.
41349da
to
f3516e8
Compare
Which issue(s) this PR fixes
Fixes None
Additional comments
Collection.dag_nodes
now returns a generator.Agreements