hello there, is there a way to revert ingestion; o...
# ingestion
k
hello there, is there a way to revert ingestion; or completely clean up ingestion in localhost?
i
If you deployed datahub using the quickstart method of the cli you can run: “datahub quickstart nuke” to fully delete the deploy. Then just run quickstart again
Alternatively you can also rollback an ingestion
Using the datahub cli run “datahub ingest rollback …”
k
perfect thanks 🙂
Error: No such command 'quickstart'.
I get this error if I run datahub quickstart nuke
i
Apologies, it's datahub docker quickstart and datahub docker nuke
You can use the help command to learn more about the cli tool
k
gotcha thanks 🙂