will hitchcock
11/08/2023, 4:50 PMMarvin
11/08/2023, 4:51 PM@task
decorator and flows are defined using the @flow
decorator.
As for running specific tasks such as spaCy tasks or Postgres tasks, it would depend on how these tasks are defined and integrated within your Prefect flow. If these tasks are defined following the Prefect task guidelines, they should be able to run without issues.
Please note that it's always a good practice to check the Prefect documentation or community resources for any specific changes or updates related to task definitions and execution.