Closed NikkaIW closed 1 year ago
Hi, can you let me know if this issue persists in 0.9.1? If it's fixed, we can close this :)
Hi, didn't know you worked on this one. I am off until the 6th of January. Can test it once I am back
This is solved now, thanks!
This is solved now, thanks!
Great to hear! Thanks for checking
Describe the bug We are using our own branch for dbtvault, waiting for databricks to be implemented. We are now testing databricks. We are using
dbtvault.hash
directly into the code for business layer, references tables and so on. It seems that with the 0.9.0 version some quotes are added causing error "Column 'dss_corp.alt_code
' does not exist"Environment
dbt version: 1.2.0 dbtvault version: 0.9.0 Database/Platform: databricks
To Reproduce Use the hash function with a column that include the table's alias
This is the function we were using
and this is the result
with dbtvault 0.9.0 databricks__hash function this is the result
Expected behavior None
Screenshots None
Log files None
Additional context None