You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see 'N/A' when I try to run ingestion. What do I do?
If you see 'N/A', and the ingestion run state never changes to 'Running', this may mean that your executor (datahub-actions) container is down.
This container is responsible for executing requests to run ingestion when they come in, either on demand on a particular schedule. You can verify the health of the container using docker ps. Moreover, you can inspect the container logs using by finding the containoCodeer id for the datahub-actions container and running docker logs <container-id>.
[acryldata/datahub-actions](https://hub.docker.com/r/acryldata/datahub-actions). Do not use acryldata/acryl-datahub-actions as that is deprecated and no longer used.
I tried to run an UI Ingestion but the task was never scheduled.
version: 0.15.0
components: metadata-service, frontend
ingestion configuration:
Did I make something wrong?
By the way, docs on UI ingestion are confusing.
This directory is almost empty. There are even no docker files.
The text was updated successfully, but these errors were encountered: