dbt-duckdb
dbt-duckdb copied to clipboard
dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Hello! I'm running dbt-duckdb on a k8s cluster via EKS that has a cluster role binding rather than using an IAM role. The project uses parquet files on S3 as...
Currently, it is not possible to import own packages. For example, I do have some transformations in some python modules but import the code from another package. That is currently...
My dbt model read table from database, and union them. My code is like this: {% set dm_relations = dbt_utils.get_relations_by_pattern('ex_%company%', 'client_name') %} {{ dbt_utils.union_relations( relations=dm_relations, ) }} if I want...
Hi, I appreciate that this is probably something that I am missing, but I cannot see how it is possible to reference an attached DuckDB db in sources.yml? profiles.yml: ```...
Looking forward to the support for delta. This would enable us to run a poor man's data lakehouse! Do you need any help? What is the eta - this year?
Hello, First thank you a lot for this amazing adapter, coupled with the great work of the DuckDB community, it's just a delight. I get an error with this simple...
PRAGMA
Hi, This is awesome! Would it be possible to set pragma globally? I'd like to tweak some DuckDB settings. Thanks very much, PHil.
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)...
I'm trying to make use of the column property in the Source.Table resource type within a custom plugin. Is there a way to access these from a plugin, or will...
* dbt-core version: 1.6.0 * dbt-duckdb version: 1.6.0 * [profiles.yml](https://github.com/sacundim/covid-19-puerto-rico/blob/c00116469358ad646b914fc240c77305839d5127/duckdb-dbt/profiles.yml#L12) When trying to use the `aws` target in the linked profile either from a ECS container or an EC2 instance...