How can I define state dependencies between tasks?
|
|
2
|
3644
|
May 28, 2024
|
How can I send Slack alert on failure including dbt output?
|
|
7
|
3320
|
May 17, 2023
|
Can I define my tasks as classes rather than functions?
|
|
6
|
4539
|
December 13, 2022
|
Can I call a task from another task?
|
|
0
|
2385
|
August 21, 2022
|
Conditionally running tasks and filtering their results in Prefect 1.0 and 2.0
|
|
0
|
844
|
July 25, 2022
|
Are there any guidelines when to use flow vs task decorator? Which part of my workflow should be defined at a task, subflow vs. flow-level?
|
|
0
|
1999
|
March 17, 2022
|
"With Case" statement + Results from task
|
|
6
|
1502
|
June 15, 2022
|
Best approach to create a library of reused declarative tasks?
|
|
1
|
804
|
May 7, 2022
|
How to use Prefect together with an EMR cluster on AWS?
|
|
0
|
1628
|
February 7, 2022
|
How can I structure my flows (both in the repository and the UI) and set project-based permissions (RBAC)?
|
|
0
|
955
|
April 6, 2022
|
When do I need to reregister my flow? Which changes in flow metadata result in Prefect bumping up the flow version?
|
|
0
|
1354
|
March 2, 2022
|
How to customize how the name of a task triggering a child flow run is displayed in the parent DAG? (i.e. how to override the default task name create_flow_run)
|
|
0
|
1307
|
March 11, 2022
|
Prefect 1.1.0 is out introducing pipe operator for functional chaining, Kubernetes authentication support to HashiCorp Vault, improving idempotency key for mapped subflows, fixing Hasura zombie processes and many task library enhancements!
|
|
0
|
562
|
March 11, 2022
|
How to use PrefectSecret with (Azure) Task Library and what are the differences between secrets in a module vs. Flow scope?
|
|
2
|
602
|
February 24, 2022
|
How to sequentially loop several cleanup tasks over a set of files to process for ETL
|
|
2
|
1380
|
February 24, 2022
|
How to avoid tasks such as List, Tuple or Dict in a flow structure?
|
|
0
|
717
|
February 18, 2022
|
How can I define a flow?
|
|
3
|
1768
|
February 17, 2022
|
How to build conditional logic within mapped tasks?
|
|
0
|
1171
|
February 16, 2022
|
When using the S3Upload task from the task library, I'm getting an error: "AttributeError: 'str' object has no attribute 'bucket'" - how to fix this?
|
|
0
|
785
|
February 14, 2022
|
Can I run acyclic workflows in Prefect (i.e. flows with cycles and loops)?
|
|
0
|
724
|
February 4, 2022
|