<@U06TM7M40RK> how come the “ingestion” tab does not appear in my Datahub web UI? On my Datahub, I am admin and I am running version 0.13.1.
The absence of the “Ingestion” tab in your DataHub UI could be due to several reasons. Here are some potential causes and solutions:
-
Privileges: Ensure that you have the necessary privileges assigned to your account. According to the <https://datahubproject.io/docs/0.13.1/ui-ingestion|DataHub UI Ingestion documentation>, you need the “Manage Metadata Ingestion” and “Manage Secrets” privileges to view and manage UI-based metadata ingestion. These can be granted by a Platform Policy.
-
Configuration: Check if the
managed_ingestion
feature is enabled in your configuration. As per a <Slack discussion>, settingmanaged_ingestion
to true in your configuration file might be necessary. -
DataHub Version: Ensure that you are using a version of DataHub that supports UI-based ingestion. Starting from version 0.8.25, DataHub supports creating, configuring, scheduling, and executing batch metadata ingestion using the UI, as mentioned in the <https://datahubproject.io/docs/0.13.1/ui-ingestion|UI Ingestion documentation>.
-
Container Health: Verify that all necessary containers, especially the
datahub-actions
container, are running. This container is responsible for executing requests to run ingestion. You can check the health of the container usingdocker ps
and inspect logs usingdocker logs <container-id>
, as suggested in the <https://datahubproject.io/docs/0.13.1/ui-ingestion#debugging-a-failed-ingestion-run|UI Ingestion documentation>. -
Deployment Issues: If you are using Docker, ensure that your deployment includes all necessary components. A <https://github.com/datahub-project/datahub/issues/4187|GitHub issue> mentioned that missing the
datahub-actions
container in the deployment can cause issues with UI ingestion.
Would you like more detailed steps or further assistance on any specific part of the process?
Sources:
- <Slack discussion on managed_ingestion>
- <https://datahubproject.io/docs/0.13.1/ui-ingestion|DataHub UI Ingestion documentation>
- <https://datahubproject.io/docs/0.13.1/ui-ingestion#debugging-a-failed-ingestion-run|UI Ingestion documentation>
- <https://github.com/datahub-project/datahub/issues/4187|GitHub issue>
0 button
0 button
Hint: Mention @runllm in the thread for followups.
Hi <@U064583E403>, how did my answer work out for you? Need any more assistance? You can also tag <@U07FV3UHE4D> to let your fellow community members know you’re still looking for guidance.
Hi ! Did this interaction resolve your issue or do you still require assistance ?
Please tag @ RunLLM if you still need further assistance !
Or tag @Datahub Community Support if you require a person to take a look
Hope this helps ! ><