dbt keeps returning database error for invalid field even after removing the field
I’m building a dbt model and when using dbt run --models model_name
, I get a database error saying there is an invalid identifier.
dbt profile templates read .env not sourced env vars
Has dbt moved to reading .env files by default? I can find this, and a link therein but it’s not very conclusive.
dbt error that selection does not match any enabled nodes
I new to DBT and just starting learning it. I was following a Ytube example and getting error while running a .sql file.
New lines for every row after compilation
I have a model. When I compile it I see that every row is newline separated. What can be the reason?
dbt cloud Legacy Team plan changes [closed]
Closed yesterday.
on-run-end failed. error: ‘data_quality_log’ is undefined
I am working to set hook to load into DB. Set-up for dbt_project.yml
file
on-run-end failed. error: ‘data_quality_log’ is undefined
I am working to set hook to load into DB. Set-up for dbt_project.yml
file
on-run-end failed. error: ‘data_quality_log’ is undefined
I am working to set hook to load into DB. Set-up for dbt_project.yml
file
on-run-end failed. error: ‘data_quality_log’ is undefined
I am working to set hook to load into DB. Set-up for dbt_project.yml
file
DBT config.get(‘parameter’) returns nothing when macro is call from model but from materialization it returns value
I have a model defined as shown below. The select statement is being created by the call to the macro. This macro reads the parameters from an environment variable but the name of the environment variable needs to be a parameter to the macro. The materialization macro can read the environment variable from the config.