OK, let me try this one more time… I have the foll...
# ingestion
a
OK, let me try this one more time… I have the following metadata ingestion config that I’m trying to run via the
linkedin/datahub-ingestion
container (
ingest -c /workspace/data_recipe.yml
):
Copy code
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.
b
Hi @astonishing-lunch-91223 . It appears that you are still on an old version of the
datahub
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=explore
cc @helpful-optician-78938 @witty-state-99511
a
Heh, that did the trick. Thank you very much John! It looks like the
latest
tag hasn’t been updated on
linkedin/datahub-ingestion
.
b
Oh dear!!
Thanks for calling this out.
👍 1
a
You’re welcome!