How to Install Plugins for CLI-based Ingestion in DataHub Kubernetes and Calling CLI-based Ingestion through API

Original Slack Thread

hi, perhaps what i’m asking is something that already answered (not found when i’m searching)

how do i install plugins for CLI based Ingestion if i want to use datahub kubernetes. also is CLI based ingestion can be called through API? Thanks in Advance

Hi, there could be multiple ways to do this - if you’re already using some task scheduler like Airflow, you could set up a DAG with bashOperator that runs datahub ingest (you need to install the deps first)

If you don’t have any schedulers, one thing you could is manifesting a https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/|cronjob that runs datahub ingest .

okay, thank you very much for the information