Could someone please explain to my small brain how...
# ingestion
c
Could someone please explain to my small brain how to delete from this? I ingested under the env of DEV when I wanted to ingest it as PROD. I really don't understand the documentation on how to delete.
thankyou 1
I'm trying to delete everything that has a specific tag and I get an error when I try:
datahub delete --urn "urn:li:tag:DeleteMe"
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
b
There is no way to delete everything tagged by something today. You can rollback your ingestion using the delete CLI
c
Yeah, when I try to run the list-runs command I get the same JSONDecodeError
b
And I'm assuming you're using the latest version of the CLI?
cc @green-football-43791 Who recently developed this API
c
I went through the quickstart setup.
I did not do the init 😞
b
Please let me know if it works. We'd really want to address any issues with deletes if we find them
c
I'm able to get the list of runs now that I did the init
b
Great
c
Rolling back is working.
Noted: Follow all the steps
b
Thanks for confirming Arron
Glad it worked
Our error msgs should be better, at some point, to tell the user their file isn't there
c
It was there just had the wrong port. I had to change it from 8080 to something different.
b
I see
Awesome