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
We have an incremental model with a filed name that called location.
It seems to be a reserved name in impala so we create the table with the following command:
,cast(s.`location` as string) `location`
This seems to work in impala but it fails in dbt while using incremental model because dbt an insert creates a script which use location without the quotes.
We have an incremental model with a filed name that called location.
It seems to be a reserved name in impala so we create the table with the following command:
This seems to work in impala but it fails in dbt while using incremental model because dbt an insert creates a script which use location without the quotes.
error:
Example from the compiled code
Versions:
dbt-core 1.4.9
dbt-impala 1.4.0
The text was updated successfully, but these errors were encountered: