Any tips on debugging caching? I can't seem to figure why one of my nodes never caches: I can get it to write outputs, but they never seem to get picked up on subsequent runs.
bland-dress-83134
05/09/2025, 1:36 PM
It's a
@task
that is called from a
@dynamic
node which takes a list of dataframes as input and runs one task per dataframe... I'm not sure if that could have something to do with it?
bland-dress-83134
05/09/2025, 1:37 PM
the Dynamic node always seems to show the âšī¸ icon with "Caching was disabled for this execution", but I'm not sure how to look deeper into why