Hi, I'm ingesting dbt metadata and I would like to...
# ingestion
s
Hi, I'm ingesting dbt metadata and I would like to know if it's possible to see in datahub ui the result of dbt tests. I'm able to see the definition of the tests but not the results. Thanks for the help
l
Hi @steep-midnight-37232! Weโ€™re currently working on changing how we handle dbt tests in the underlying Metadata model; we are hoping to support displaying dbt test outcomes in the near future but we donโ€™t have a clear timeline just yet!
m
First step is changing dbt tests from
Dataset
to
Assertions
attached to the dataset they are defined on. That will land this week.
s
thank you very much for the info. I'm looking forward for the new feature then ๐Ÿ™‚
m
Hi @steep-midnight-37232: good news! we were able to get dbt tests working ๐Ÿ˜„
thank you 1
๐Ÿ‘ 1
do try it out and let us know how it goes
s
That's an amazing news! I'll try it and let you know ๐Ÿ™‚
thank you very much
Hi there, I'm trying to integrate the dbt test but i'm getting this error
the recipe is something like this:
the original recipe without the test_results_path parameter works fine. Could anyone help me understanding why it's not working? Thanks
m
Hi! You need to use the latest ingestion package from the UI. Do you know how to point the UI to a specific python version?
on step 4 of configuring the ingestion recipe, there is an advanced dropdown that allows you to select a specific ingestion library version. You need >= 0.8.38.2
so choose any version 0.8.38.2 or later
s
it worked ๐Ÿ™‚ thank you very much
๐ŸŽ‰ 1