Hi guys, how can i acces the datahub CLI if a depl...
# all-things-deployment
f
Hi guys, how can i acces the datahub CLI if a deployed datahub on kube? Some comands like deleting a dataset exist only on CLI. Thx :D
r
you have to initialize the CLI to point to your datahub installation
b
i keep a python deployment with the datahub python library in the same k8s namespace for this purpose
f
is there any documentation?
dor ingestion i use shink server options, but this work only for ingestion
r
f
ooo, the init
thx @red-pizza-28006 😍
also, i have another question. its posible to schedule a ingestion from cli?
i see this
Copy code
5 0 * * * datahub ingest -c /home/ubuntu/datahub_ingest/mysql_to_datahub.yml
but looks like its made a cronjob on my pc, not on the datahub server