You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of running a subgraph of the DAG (i.e. just a task, or a stage), it is necessary that all inputs can be fetched from cache. If this fails, it fails with an exception of the kind:
pydiverse.pipedag.errors.CacheError: Couldn't find cached output for task '<Task 'task_name' 0x1faff5c2a091 (id: 11)>' with matching position hash.
This by itself should be replaced by a nice message and which should include the failing task name (the task mentioned here is the one who produces the inputs which were not found).
Furthermore, information about "with matching position hash" would be nice. It would be good to know if a match would be found without looking at the position hash.
The text was updated successfully, but these errors were encountered:
In case of running a subgraph of the DAG (i.e. just a task, or a stage), it is necessary that all inputs can be fetched from cache. If this fails, it fails with an exception of the kind:
This by itself should be replaced by a nice message and which should include the failing task name (the task mentioned here is the one who produces the inputs which were not found).
Furthermore, information about "with matching position hash" would be nice. It would be good to know if a match would be found without looking at the position hash.
The text was updated successfully, but these errors were encountered: