Hi guys, i have a problem in metabase ingestion it...
# ingestion
n
Hi guys, i have a problem in metabase ingestion it works successfully but I can't find it in datahub
c
Yes, I had the same problem with v.0.8.31. I downgraded to v0.8.29 and things started working. Here is what I did:
Copy code
datahub docker nuke
export DATAHUB_VERSION=v0.8.29
datahub docker quickstart
You may have to downgrade Python package "acryl-datahub" too.
n
@clean-coat-28016 Thx a lot i will try that