For the dbt caching / rerun we do something like t...
# pacc-aug-29-30-2023
b
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
Docs on
with_options