Hi guys, we have some problems with the dbt tests...
# troubleshoot
s
Hi guys, we have some problems with the dbt tests shown in the UI. If we search a snowflake table generate by dbt and look at the validations, it seems that no assertions are present. The urn is something like this: /dataset/urnlidataset:(urnlidataPlatform:dbt,pre_production.aos.iap,PROD)/Validation?is_lineage_mode=false . We have noticed that if we change the platform in the urn to snowflake (/dataset/urnlidataset:(urnlidataPlatform:snowflake,pre_production.aos.iap,PROD)/Validation?is_lineage_mode=false) the assertions appear.
b
hey Adriana! what version of datahub are you using? this is a known issue but we pushed out a fix for this last week so it should be fixed with version 0.8.40
s
Ah ok, good to know. I have version 0.8.39. i need to upgrade then. Thank you very much
b
Did you upgrade? Can you confirm this works?
s
Hey John, i have update to version 0.8.40. The problem with the validation is gone but now i have duplicates. Basically, I have the same table twice. So, now i'm deleting snowflake and dbt metadata and ingest them again. I'll let you know if i manage to fix the issue. Thanks