We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppose you wanted to have a workflow that did:
table list
followed by
join (for each item listed)
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 +------------+ +--------------+ +------------------+
The text was updated successfully, but these errors were encountered:
This seems unecessarily complex but its so that I can work through some of the issues that might arise in such a workflow
Sorry, something went wrong.
No branches or pull requests
Suppose you wanted to have a workflow that did:
followed by
followed by
Figure out how this would be handled in terms of the fan out of the mason job scheduling and workflow handing.
The text was updated successfully, but these errors were encountered: