Created
March 25, 2017 10:29
-
-
Save hartym/24a1a08378cd07a5ef89204e4d1a055d to your computer and use it in GitHub Desktop.
Bonobo - Step 4 - Create your graph and execute it
This file contains hidden or 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
import bonobo | |
graph = bonobo.Graph( | |
my_extract, | |
my_transform, | |
my_load, | |
) | |
if __name__ == '__main__' | |
bonobo.run(graph) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment