Last active
March 9, 2022 22:47
-
-
Save zanieb/11ca9d9fd35a7b2ac2c7675f2b17dc05 to your computer and use it in GitHub Desktop.
testing!
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
| from prefect import flow, get_run_logger | |
| @flow | |
| def my_flow(): | |
| get_run_logger().info("Hello world") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment