On version 1.2.4, I run `dagster run wipe` in my k...
# ask-community
m
On version 1.2.4, I run
dagster run wipe
in my k8s pod and then follow the prompt with
DELETE.
In response this returns
Copy code
Error: Exiting without deleting all run history and event logs.
Any thoughts here?
fwiw: seems like DB was wiped but never had a successful wipe response
c
Hm... odd that the DB was wiped without a successful response. Fwiw I think the reason why the error was raised was because dagster expects
DELETE
instead of
DELETE.
Though I think our instructions could definitely be clearer here Source code: https://github.com/dagster-io/dagster/blob/00e859a7908019d8f369501bfec7100ad9b28077/python_modules/dagster/dagster/_cli/run.py#L60-L73
m
Got it.. maybe I ran DELETE as is first
Yep, the prompt is
DELETE.:
So inlcuding the . is slightly misleading 🙂