Hello All,
I am using quickstart
to explore DataHub. I notice a thing regarding sink.config.server
. With datahub-dms
running on docker as per https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub|docs I should use below config:
# source configs
sink:
type: "datahub-rest"
config:
server: "<http://datahub-gms:8080>"```
I tried running my recipe to ingest metadata using cli it fails saying unable to connect to host `datahub-gms` . But if I use `localhost` it works.
Moreover, if I run recipe with `sink.config.server` set to `localhost` from UI it fails. But from UI host `datahub-gms` works.
Why is this inconsistency?
Below is version I am using
```DataHub CLI version: 0.11.0
Python version: 3.11.4 (main, Jun 20 2023, 16:59:59) [Clang 14.0.3 (clang-1403.0.22.14.1)]```