Could you please add parameter --host for Datahub ...
# feature-requests
l
Could you please add parameter --host for Datahub cli command. It’s use for execute command from local computer to gms on server. Case like this:
Copy code
datahub --host '<http://123.123.123.123:8080>' delete --urn 'string'
1
s
https://datahubproject.io/docs/how/delete-metadata/#delete-by-urn Env variable has been added for this
DATAHUB_GMS_HOST
. There is the option of doing
datahub init
to create a config
l
thanks @square-activity-64562