quick-megabyte-61846
06/20/2022, 6:18 PMacryl-datahub[dbt]==0.8.38.1rc1
While trying to ingest test that isn’t in test_name_to_assertion_map
https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/source/dbt.py#L742
In UI Im getting this (screens below)
While digging In code base I found this:
elif kw_args.get("column_name"): <- in this case
logic=node.compiled_sql
if node.compiled_sql
else node.raw_sql,
In my observation logic
kinda broking UI in assertion
PS. Huge thanks @mammoth-bear-12532 for this integrationquick-megabyte-61846
06/20/2022, 6:20 PMnativeType=qualified_test_name,
logic=None,
mammoth-bear-12532
mammoth-bear-12532
mammoth-bear-12532
mammoth-bear-12532