duckdb / dbt-duckdb

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

Some fixes for catalog lookups in a multi-database, multi-schema world #172

Closed jwills closed 1 year ago

jwills commented 1 year ago

Ensure that we are always looking for the relations we need to find in as specific a way as possible (so ideally, database + schema + identifier whenever all 3 fields are available to use and supported by the version of DuckDB that we're running.)