ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat(duckdb): set secrets via SecretsManager

Open gforsyth opened this issue 1 year ago • 2 comments

Discussed in https://github.com/ibis-project/ibis/discussions/9633

Originally posted by andersbogsnes July 18, 2024 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?

gforsyth avatar Jul 31 '24 17:07 gforsyth