You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when trying to build a model that uses postgres_scan in dbt-duckdb and using Buena Vista as a remote:
15:33:27 Runtime Error in model stg_ltss (models/staging/stg_ltss.sql)
15:33:27 Catalog Error: Function with name "postgres_scan" is not in the catalog, but it exists in the postgres_scanner extension.
15:33:27
15:33:27 To install and load the extension, run:
15:33:27 INSTALL postgres_scanner;
15:33:27 LOAD postgres_scanner;
Steps to reproduce:
Run Buena Vista with python3 -m buenavista.examples.duckdb_postgres target/dbt.duckdb
Hey @grahamwetzler! I'm on vacation (I go on vacation a lot these days) but the intent is to run a BV server that is dbt-aware via the duckdbt server (which essentially configures a BV server by using the config info from the profiles.yml file, including e.g. loading extensions and what not.)
I still need to update it for dbt-duckdb 1.6.0 and do some other things (see above re: vacation), but it's on my TODO list for when I get back!
I'm getting this error when trying to build a model that uses
postgres_scan
in dbt-duckdb and using Buena Vista as a remote:Steps to reproduce:
Run Buena Vista with
python3 -m buenavista.examples.duckdb_postgres target/dbt.duckdb
Configure
profiles.yml
:postgres_scan
to connect to another Postgres serverThe text was updated successfully, but these errors were encountered: