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 activated ghost records in our config but run into some issues.
We have multiple columns for the src_pk of our satellites. However, the macro for the ghost records does not accept multiple columns at this point. Therefore it will just ignore them and we run into a compilation error when we want to run the model.
The macro needs to be adjusted to accept multiple src_pk columns and handle them correctly. Point in the code where the issue occurs:
Hi! Thank you for bringing this to our attention - it was an oversight on our part. We'll make sure a fix is including in our upcoming release. Thanks!
DVAlexHiggs
changed the title
Ghost Record Macro not working when multiple src_pk columns
[BUG] Ghost Record Macro not working when multiple src_pk columns
May 15, 2024
We activated ghost records in our config but run into some issues.
We have multiple columns for the src_pk of our satellites. However, the macro for the ghost records does not accept multiple columns at this point. Therefore it will just ignore them and we run into a compilation error when we want to run the model.
The macro needs to be adjusted to accept multiple src_pk columns and handle them correctly. Point in the code where the issue occurs:
automate-dv/macros/supporting/ghost_records/create_ghost_record.sql
Line 34 in f0cf634
AB#5345
The text was updated successfully, but these errors were encountered: