Skip to content

Instantly share code, notes, and snippets.

@zanieb
Last active March 9, 2022 22:47
Show Gist options
  • Save zanieb/11ca9d9fd35a7b2ac2c7675f2b17dc05 to your computer and use it in GitHub Desktop.
Save zanieb/11ca9d9fd35a7b2ac2c7675f2b17dc05 to your computer and use it in GitHub Desktop.
testing!
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