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
Originally posted by migma-ciklum April 15, 2024
We've defined these variables in our dbt_project file (using 1.3.0 version of ScalefreeCOM/datavault4dbt):
datavault4dbt.hash: 'SHA2'
datavault4dbt.hash_datatype: 'BINARY(32)'
But when running our models against Snowflake, our hash keys and hash diffs will turn out to be BINARY(8388608) instead of BINARY(32). Is there a way to make the hash keys and hash diffs use the defined datavault4dbt.hash_datatype, including the length?
Thanks in advance for your help and feedback!
BR
The text was updated successfully, but these errors were encountered:
Discussed in #164
Originally posted by migma-ciklum April 15, 2024
We've defined these variables in our dbt_project file (using 1.3.0 version of ScalefreeCOM/datavault4dbt):
But when running our models against Snowflake, our hash keys and hash diffs will turn out to be BINARY(8388608) instead of BINARY(32). Is there a way to make the hash keys and hash diffs use the defined datavault4dbt.hash_datatype, including the length?
Thanks in advance for your help and feedback!
BR
The text was updated successfully, but these errors were encountered: