Hello, we've updated to 0.8.40 to checkout the new...
# troubleshoot
s
Hello, we've updated to 0.8.40 to checkout the new dbt sibling stuff + also the validation tab. We've ingested dbt with tests. When I click the validation tab, the web UI goes blank. Also tried nuking the whole datahub down and starting everything from scratch with the same error. Any clue what might be causing it? Posting logs in thread
plus1 2
Snapshot of the console, don't see any other errors
This only happens for datasets with tests, when the dataset has no tests the UI shows it correctly
b
hey Lukas! I think I have an idea, or at least I'm seeing where it's failing in the code. can you do me a favor and open up your network tab in chrome or whatever browser you use so we can see a request response payload? I'm looking for a GET from
graphql
. In the "Payload" tab it should say
operationName: "getDatasetAssertions"
. In the "Preview" tab can you see if
data.dataset.assertions.assertions.runEvents.runEvents
exists? Or if you feel comfortable could you send me the output from that Preview tab with everything expanded?
do you know if any of the existing assertions have run before?
s
Thank you @bulky-soccer-26729, sorry for a late reply, I was on vacation. We didn't have assertions working before. We did ingest tests with dbt pre
0.8.38.1
but they showed as separate entities.
data.dataset.assertions.assertions = []
in our case. I'll attach the whole response.
a
Hi everyone, fyi we have the same exact issue ^ would appreciate an update once there are more clues 🙏
b
we actually just discovered a solve for this and will be out with our next release! just a minor bug with data coming back in an unexpected way
thank you 1
s
Thanks a bunch 🎉 ! Do you have a ticket we could follow?
b
unfortunately I don't believe there's a ticket as we pushed it in with another change, but I'd suggest either pulling from head or waiting till the next release! If your problem isn't solved, I would love to hear, though, so we can fix it as quickly as possible
👍 2
s
Thanks, will just wait for the next release.