Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have a python cell that reads a remote parquet file in Digital Ocean.
And then I load it in duckdb
When running Observable Desktop, if I delete the file in the
.observable/cache, the data is not fetched again and I get an error.However, if I run Observable Notebook Kit (CLI) and delete those files from the same cache directory, they are retrieved again from the remote server and repopulated into the cache (as expected).
Should both environments attempt to re-fetch required data from the remote source, and repopulate .observable/cache automatically?
Beta Was this translation helpful? Give feedback.
All reactions