Hi everyone, didn't we say we don't need to specif...
# ingestion
h
Hi everyone, didn't we say we don't need to specify the sink anymore when we ingest from the CLI? Today I got an error and I need the sink to be specified. Was this changed back? Thanks!
After running
datahub ingest -c rec.yml
I get:
Copy code
2022-06-21 16:07:19,529] INFO     {datahub.cli.ingest_cli:99} - DataHub CLI version: 0.8.38.2
[2022-06-21 16:07:19,574] ERROR    {datahub.entrypoints:165} - You seem to have connected to the frontend instead of the GMS endpoint. The rest emitter should connect to DataHub GMS (usually <datahub-gms-host>:8080) or Frontend GMS API (usually <frontend>:9002/api/gms)
[2022-06-21 16:07:19,574] INFO     {datahub.entrypoints:177} - DataHub CLI version: 0.8.38.2 at /home/ssm-user/.local/lib/python3.7/site-packages/datahub/__init__.py
[2022-06-21 16:07:19,574] INFO     {datahub.entrypoints:180} - Python version: 3.7.10 (default, Jun  3 2021, 00:02:01)
[GCC 7.3.1 20180712 (Red Hat 7.3.1-13)] at /bin/python3 on Linux-4.14.268-205.500.amzn2.x86_64-x86_64-with-glibc2.2.5
[2022-06-21 16:07:19,574] INFO     {datahub.entrypoints:182} - GMS config {}
m
Is this UI-ingestion or cli ?
h
This is via the cli Do we still need to specify a sink in the cli?
m
the default sink is used from the env variable
DATAHUB_GMS_HOST