Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-geller/7f43baad3800e5a5795978fd15e90e07 to your computer and use it in GitHub Desktop.
Save anna-geller/7f43baad3800e5a5795978fd15e90e07 to your computer and use it in GitHub Desktop.
with Flow("backfilling_flow") as flow:
start_date = Parameter('start_date', default='2022-01-05')
end_date = Parameter('end_date', default='2022-01-06')
fetch_data(start_date=start_date, end_date=end_date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment