Fabien Punin
01/26/2025, 7:55 PMMarvin
01/26/2025, 7:55 PM_cache_result_in_memory_=False
, do not automatically apply to all tasks within that flow. Each task can have its own specific configuration, and flow-level settings do not cascade down to tasks unless explicitly configured to do so.
You would need to set the caching behavior for each task individually if you want consistent behavior across all tasks in a flow. You can explore more about task caching and configurations in the Prefect task caching documentation.
For more information on the Prefect API and its top-level offerings, you can refer to the Prefect API documentation.