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
Currently we support a tree model of fanning out across jobs. We copy the data into individual branches so there shouldn't be a need to share data across modules, however, if we wish to support parallelism within a module then we will require an aggregation step. We should investigate how we can enable a DAG model.
The text was updated successfully, but these errors were encountered:
Currently we support a tree model of fanning out across jobs. We copy the data into individual branches so there shouldn't be a need to share data across modules, however, if we wish to support parallelism within a module then we will require an aggregation step. We should investigate how we can enable a DAG model.
The text was updated successfully, but these errors were encountered: