https://prefect.io logo
b

Brad

08/30/2023, 12:27 AM
For the dbt caching / rerun we do something like this :
Copy code
@flow
def myflow(force: bool = False):
    mytask.with_options(refresh_cache=force)
💡 1
e

Emil Christensen

08/30/2023, 12:29 AM
Docs on
with_options