Hello, feedback from `acryl-datahub[dbt]==0.8.38.1...
# troubleshoot
q
Hello, feedback from
acryl-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:
Copy code
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 integration
Simple workaround:
Copy code
nativeType=qualified_test_name,
logic=None,
m
@quick-megabyte-61846: the UI has been changed for this, so if you try this on the latest quickstart, you will see this working
screenshots
FYI and thanks to @big-carpet-38439 who made the UI fixes for this :)
teamwork 1