Skip to content

Instantly share code, notes, and snippets.

@kvnkho
Created May 28, 2022 04:11
Show Gist options
  • Select an option

  • Save kvnkho/949b611272ae769f0a3fe266ce8c9b82 to your computer and use it in GitHub Desktop.

Select an option

Save kvnkho/949b611272ae769f0a3fe266ce8c9b82 to your computer and use it in GitHub Desktop.
# Prefect 1.0 - Incorrect usage
with Flow("basic") as flow:
today = Parameter("today", default=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