I want to un-ingest(I don’t know this word ‘uninge...
# all-things-deployment
s
I want to un-ingest(I don’t know this word ‘uningest’ is right. I just want to roll-back before I ingest some psql file) psql file. For example, I already ingested two files of postgreSQL but I want to un-ingest one postgreSQL file. How can I do it?
s
@better-orange-49102 I got an error below: ConnectionError: HTTPConnectionPool(host=‘localhost’, port=8080): Max retries exceeded with url: /runs?action=list (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x7fce2a0cf7f0>: Failed to establish a new connection: [Errno 111] Connection refused’)) I did run the command ‘datahub ingest list-runs’ on the python-pod that I made to ingest some psql recipe file.
How can I solve connection error like this?
m
@square-machine-96318 you need to tell datahub how to connect to your gms server using
datahub init
then you can issue the
ingest rollback
command
👍 1