Skip to content

Instantly share code, notes, and snippets.

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

  • Save kvnkho/08bdf534ff048c24d8dd909dee09bde7 to your computer and use it in GitHub Desktop.

Select an option

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