Skip to content

Figure out job "fan out" and aggregation #57

@kyprifog

Description

@kyprifog

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions