-
Type: New Feature
-
Resolution: Fixed
-
Priority: Minor
-
Affects Version/s: master
-
Component/s: Workflow API Libraries
-
None
Integrate Auto dependency computation algo. into Python API.
Expose it through keyword arg..
Change
a = ADAG("diamond")
To
a = ADAG("diamond", auto=True)
Do not expose in doc. as it should be removed when planner is able to generate the DAX file with the added dependency in the submit dir. (PM-1102)