Hi, so my team is currently running an instance of...
# troubleshoot
b
Hi, so my team is currently running an instance of datahub on kubernetes. I recently just updated the values file for our helm chart to use the latest image tags for datahub (v0.8.28). I was told that this version of datahub would have an ingestion available in the UI (presented as a tab in the top right corner of the home page), but I still am only able to see "Analytics," "Users & Groups," and "Policies." I can see that it is running version 0.8.28 (at least for the frontend) when checking under my user icon on the home page, so I'm not sure what's causing this hold-up. Is there something else I need to do to enable this feature, or something I am missing? Would appreciate any feedback, thanks.
l
check out the policies page and there should be a policy for
All Users - All Platform Privileges
click edit on that and on the second page you can add aditional privleges to the that principal
👍 1
you'll need the manage metadata ingestion selected.
e
You also need to use the latest helm charts for UI ingestion to work! Just upgrading the existing pods will not be enough
👍 1
k
this is great! Thanks @lemon-hydrogen-83671 and @early-lamp-41924!
b
Yes this was awesome, very detailed. Thanks @lemon-hydrogen-83671 & @early-lamp-41924