Hi, I want to debug a downstream asset in python d...
# ask-community
m
Hi, I want to debug a downstream asset in python debug mode. Unfortunately it claims, that it cannot load the materialized data from the upstream asset. It appears, that during debugging it looks for the pickled data in a temporary folder in my user dir and not at its actual location. Question: Why it is looking at a wrong place and how can I fix this?
Copy code
materialize([eera_2022_hydro_pivot_csv, eera_2022_hydro.to_source_asset()])
Copy code
Exception has occurred: FileNotFoundError

[Errno 2] No such file or directory: 'C:\\Users\\user\\AppData\\Local\\Temp\\34\\tmpgyq9v09_\\storage\\eera_2022_hydro'
dagster._core.errors.DagsterExecutionLoadInputError: Error occurred while loading input "eera_2022_hydro" of step "eera_2022_hydro_pivot_csv":