I would like to do CSV ingestion(CSV Enricher) from the CLI, but I cannot access the Datahub environment in the cloud to update data. (Instead, the data in Datahub installed in the Docker environment is updated.)
Please let me know if there is a way to update Datahub in the cloud from the CLI.
I think you need to copy the file into the action container. You can docker cp command to copy your file from host machine to /tmp location in docker action container and provide /tmp/tag.Glossary.csv path in managed ingestion
<@U0348BYAS56> I really appreciate for your comment. One question before executing - I’ve attached the hierarchy of Docker Location. the highlighted is you are talking about, right? Your suggestion is to copy the file into this location, and provide path in managed ingestion(No need GMS endpoint and CLI)