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
Snapshot has been created with that adjusted dbt column names.
Issue is if i am trying to run snapshot second time. Query is not even sent to databrick cluster- it fails during compilation (Compilation Error in snapshot snapshot__animals_scd2_1 (snapshots/snapshot__animals_scd2_1.sql)
@graciegoheen It looks like the databricks adapter has a customized snapshot implementation that needs to be updated to support custom meta-column names.
At a minimum, this line needs to be updated to pass the desired meta column name dictionary. Other supporting changes will probably also be needed.
Hi @graciegoheen not sure whether i understand it correctly. I have created a snapshot from scratch with adjusted columns using a dictionary:
Snapshot has been created with that adjusted dbt column names.
Issue is if i am trying to run snapshot second time. Query is not even sent to databrick cluster- it fails during compilation (Compilation Error in snapshot snapshot__animals_scd2_1 (snapshots/snapshot__animals_scd2_1.sql)
Can you advice me how to avoid that?
Thank you
Originally posted by @czasoprzestrzenny in #10185 (comment)
The text was updated successfully, but these errors were encountered: