-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Suppose you wanted to have a workflow that did:
table list
followed by
join (for each item listed)
followed by
summarize (for the joined table)
Figure out how this would be handled in terms of the fan out of the mason job scheduling and workflow handing.
+--------------+ +-----------------+
+--------------+ table query +---------- | table summarize +------------+
| +--------------+ +-----------------+ |
| |
| |
| |
| +--------------+ +-----------------+ |
+--------------+ table query +---------- | table summarize +------------+
| +--------------+ +-----------------+ |
| +-----+-----+ +-----+------+
+----------+---+ |table join | --------- |table dedupe|
| table list | +-----+-----+ +-----+------+
+----------+---+ +-------------+ +-----------------+ |
+---+-----------+table query +---------- | table summarize +------------+
| +-------------+ +-----------------+ |
| |
| |
| |
| +--------------+ +------------------+ |
+--------------+ table query +----------+ table summarize +------------+
+--------------+ +------------------+
Metadata
Metadata
Assignees
Labels
No labels