I am trying to figure out how and if I can select dbt model by their meta field? My dbt model documentation yaml file looks as follows: Now, I can ...
I am trying to figure out how and if I can select dbt model by their meta field? My dbt model documentation yaml file looks as follows: Now, I can ...
I'm creating a master events table, where almost all of the same columns are in every table, but a few tables are missing one or two columns. In those ...
I want to develop a macro that will loop rows from a seeding query's result and create a dynamic query for another task. Let's assume my row would be ...
id some_attribute json_array 1 "abc" [ { attr: 'apple'}, { attr: 'banana' } ] ...
I am receiving an error for a dbt model that has never had any previous issues. The error that appears details that module dbt.exceptions has no attri ...
dbt version: 1.3.1 python version: 3.9.6 adapter = dbt-synapse.yml --- after implied this change here is the error message a get--01/30/2023--- @ ...
can we have two profile in one profiles.yml file in root For example, to have a profile for Azure Blob and another profile for Azure Synapse SQL for ...
Generating external tables in SnowFlake works very well, but when you use the dbt to do this, it generates errors in the validation of fields that com ...
(dbt-env) C:\dbt_project>dbt compile 20:21:56 Running with dbt=1.3.1 20:21:56 [WARNING]: Configuration paths exist in your dbt_project.yml file whi ...
Is it possible/how would you go about displaying the query text that gets displayed inside Snowflake UI "history" tab inside of visual studio terminal ...
Implementing scd2 in dbt using aws redshift. How do I define conditional natural keys? unique_id = ['crm_id', 'curr_recrd_flg', 'actve_flg'] I want ...
I need to exclude a few selector tags in the dbt run, instead to excluding models which are more in number compared to tags. I am running getting ...
I have a generic test and need it to be always saved under a particular name for the given table it is running on, e.g. on table report_revenue the ge ...
The problem I’m having is after the profiles.yml All checks passed! (the connection successful) when i run dbt get this message when I run ...
Today our DBT workflow in databricks failed. The workflow runs as: Any suggestions what could be wrong or how to fix it? Version reported in Datab ...
Hello Could anyone help me how to simulate this scenario. Example I want to validate these 3 fields on my table "symbol_type", "symbol_subtype", "take ...
I am trying to develop a dbt macro using jinja-sql to create a template for my base hub models. How do I get my hardcoded fields directly underneath m ...
I am writing a macro in dbt with SQL to clean names. I elegantly wanted to upper the first letter of the names but my collides with the German umla ...
Hello I would like to ask for your assistance I'm planning to validate my age field on database however I'm not sure how to make it work on DBT. Your ...
We have models defined and everything seems to be working fine except the model names in logs. We have database defined in profile.yml and have macro ...