duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
880 stars 78 forks source link

Provide support for Postgres-specific ATTACH options #309

Closed jwills closed 9 months ago

jwills commented 9 months ago

Documented here: https://duckdb.org/docs/extensions/postgres

There are some settings you can put on the ATTACH statement that do not exist for other types of attachable databases; adding support for them here on the theory that this sort of thing will come up more often soon (e.g., for Iceberg catalogs.)