Last active
May 28, 2022 04:07
-
-
Save kvnkho/2abdff5f369d4d653a506777a8807830 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Prefect 2.0 | |
| @flow | |
| def myflow(): | |
| 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