Setting DuckDB Secrets via SecretsManager #9633
andersbogsnes
started this conversation in
Ideas
Replies: 0 comments
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.
-
Now that DuckDB has implemented a proper credentials manager, is there some way of supporting that through Ibis natively?
https://duckdb.org/docs/configuration/secrets_manager
Today you'd either have to go via FSSpec which is going to be slower than native Duckdb, or make sure to run a
.raw_sql('CREATE SECRET ...')
beforehand.Maybe some kind of
set_credentials
option for the backend?Beta Was this translation helpful? Give feedback.
All reactions