Skip to content

Instantly share code, notes, and snippets.

@kvnkho
Last active May 28, 2022 04:09
Show Gist options
  • Select an option

  • Save kvnkho/021d1ec40de2281e65d4542d3e8267fc to your computer and use it in GitHub Desktop.

Select an option

Save kvnkho/021d1ec40de2281e65d4542d3e8267fc to your computer and use it in GitHub Desktop.
# Prefect 1.0
with Flow("basic") as flow:
e = extract()
t = transform(e)
l = load(t)
flow.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment