Skip to content

Instantly share code, notes, and snippets.

@hartym
Created March 25, 2017 10:29
Show Gist options
  • Save hartym/24a1a08378cd07a5ef89204e4d1a055d to your computer and use it in GitHub Desktop.
Save hartym/24a1a08378cd07a5ef89204e4d1a055d to your computer and use it in GitHub Desktop.
Bonobo - Step 4 - Create your graph and execute it
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