astonishing-lunch-91223
09/27/2021, 8:44 PMlinkedin/datahub-ingestion
container (ingest -c /workspace/data_recipe.yml
):
source:
type: "file"
config:
filename: "/workspace/bootstrap_mce.json"
sink:
type: "datahub-rest"
config:
server: '<http://localhost:8080>'
and I’m using this `bootstrap_mce.json`: https://github.com/linkedin/datahub/blob/master/metadata-ingestion/examples/mce_files/bootstrap_mce.json with DataHub version v0.8.14. Any ideas why I’m getting the errors from the attached log? Basically I’m hitting that No root resource defined for path '/corpUsers'
issue again.big-carpet-38439
09/27/2021, 11:19 PMdatahub
cli, which should be part of the docker container. Can you ensure that the tag you are using for the datahub-ingestion
container is indeed 0.8.14? https://hub.docker.com/layers/linkedin/datahub-ingestion/v0.8.14/images/sha256-9f704[…]02b0e79b040d7e11ccb85f13e93d22c1b5165070d6b96?context=explorebig-carpet-38439
09/27/2021, 11:19 PMastonishing-lunch-91223
09/28/2021, 11:15 AMlatest
tag hasn’t been updated on linkedin/datahub-ingestion
.big-carpet-38439
09/28/2021, 5:20 PMbig-carpet-38439
09/28/2021, 5:20 PMastonishing-lunch-91223
10/02/2021, 10:36 PM