dbt-duckdb
dbt-duckdb copied to clipboard
dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
This will prevent typos in the `Credentials` from causing silent failures at runtime (e.g., because extensions were not actually loaded.) Gonna solicit some feedback on merging this as there may...
I am interested in using external sources. What I am missing in either features or the documentation (if the feature already exists): * How do I set the delimiter for...
Hi Do you think it's feasible to add support for incremental materialisation to external location? Ie. extending the external materialisation to support incremental semantics. Namely I was thinking of the...
Dbt models that are materialized as views are unable to be found: `Catalog Error: Table with name does not exist` The sql view model seems to get created without issues:...
Hi is there any chance of the adapter supporting the https://docs.getdbt.com/reference/resource-configs/persist_docs capability so that I can leverage that metadata downstream for data governance? Currently running with persist_docs on results in:...
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.0 to 1.5.1. Changelog Sourced from freezegun's changelog. 1.5.1 Fix the typing of the tick() method, and improve it's behaviour. Commits 3f9fac4 Increase version number e0f2c3c CHANGELOG...
dbt-duckdb==1.7.3 duckdb==0.9.2 I'm trying to connect to Motherduck using dbt, but get this error: > Runtime Error > Extension Autoloading Error: An error occurred while trying to automatically install the...
I am not sure if this is intentional or if there's something on my end, but I am unable to query tables in the DuckDB file that are created during...
1. Create a private bucket from AWS S3, set environment variables. 2. Run by dbt run -s ./models 3. Got error `Python model failed: HTTP Error: HTTP GET error on...