-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`pipe` allows for function chaining/redefinition. It has a few caveats (see the documentation), but they're all placeholders -- we will have the chance to improve it over time, as more people use it. We also place in, but don't turn on/expose the `@flow` decorator, which is equivalent to `pipe`, but doesn't pass the result into the next function. Thus it can be used to build a procedural subdag as a component of a declarative DAG.
- Loading branch information
1 parent
11f816c
commit 0af987d
Showing
10 changed files
with
1,062 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.