Hi guys! I am very new to the project and the proj...
# all-things-deployment
a
Hi guys! I am very new to the project and the project structure! I would like to rewrite a ConfigModel in the metadata-ingestion submodule, specifically I would like to add a new field for BusinessGlossarySourceConfig ingestion configuration. After I have written my modification I would like to redeploy the module, but as I see the datahub cli tool is not affected by my modifications. Is it possible locally to redeploy the cli with the modifications I did? Thank you for your help!
c
You can refer to https://datahubproject.io/docs/developers specifically, ./gradlew metadata ingestioninstallDev should be suitable for your need.
a
Thanks @careful-pilot-86309! Can I use this development version of the datahub cli from the UI or from the backend? Thank you in advance!!!
c
from cli
If you want to do quick testing this is simpler. there is separate process through which UI can be built.