Skip to content

Instantly share code, notes, and snippets.

@anteverse
Created November 3, 2022 13:57
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 anteverse/aabb3af0c45490e81919dbfe49d29252 to your computer and use it in GitHub Desktop.
Save anteverse/aabb3af0c45490e81919dbfe49d29252 to your computer and use it in GitHub Desktop.
Example of task declaration that does not match our conventions
from prefect import task
@task(name="Dummy task")
def dummy(items: list[str]) -> list[str]:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment