Skip to content

Instantly share code, notes, and snippets.

@samz5320
Last active August 16, 2022 06:32
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 samz5320/1f1e134d9f08be8f2ee3b760917bb42d to your computer and use it in GitHub Desktop.
Save samz5320/1f1e134d9f08be8f2ee3b760917bb42d to your computer and use it in GitHub Desktop.
Hello_world task prefect
from prefect import flow, task
@task
def sampole_task():
print("Hello_world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment