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
This is not an ideal design. Workflow definition shouldn't be related with execution engine. So in this change, we no longer allow FugueWorkflow to take engine as input, and the with statement becomes a pure cosmetic syntax to make boundary of the dag definition. Instead, you can always do:
Currently, we can use FugueWorkflow + execution engine in this way:
This is not an ideal design. Workflow definition shouldn't be related with execution engine. So in this change, we no longer allow FugueWorkflow to take engine as input, and the with statement becomes a pure cosmetic syntax to make boundary of the dag definition. Instead, you can always do:
It's a bit more coding, but it separates compile time and run time definitions.
The text was updated successfully, but these errors were encountered: