-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save snapshots to Azure Blob storage #401
Comments
External DuckDB code and error: profiles.yml
Encountered an error: At:
|
Yeah snapshots require table mutations (i.e., |
If you can copy the .duckdb file to a local FS, you can do all of these things to it and then write the resulting .duckdb file back out to blob storage once you're done, which is the best option I have for you at the moment. |
I use in-memory DuckDB and my sources are all located in Azure Blob Storage. I set models to external materialize to the same storage and it works without issues. However, it seems that I can't use an external materialize option for snapshots.
Is there any way to do this? Or is there a way to set the .duckdb path to be in the blob storage?
The text was updated successfully, but these errors were encountered: