Roadmap

CLI option for rollback of latest ingestion run

When developing and testing my pipelines, I need to rollback the latest ingestion run done via the datahub ingest command. I can imagine this need may arise in production as well.

It would be nice to have a “datahub ingest rollback —latest” option. Currently I do a list-runs and then pick the latest run id as the argument for the rollback —run-id command,