You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ Options:
149
149
```
150
150
Usage: sqlmesh destroy
151
151
152
-
Removes all project resources, including warehouse objects, state tables, the SQLMesh cache and any build artifacts.
152
+
Removes all state tables, the SQLMesh cache and all project resources, including warehouse objects. This includes all tables, views and schemas managed by SQLMesh, as well as any external resources that may have been created by other tools within those schemas.
Copy file name to clipboardExpand all lines: docs/reference/notebook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ options:
250
250
```
251
251
%destroy
252
252
253
-
Removes all project resources, including warehouse objects, state tables, the SQLMesh cache and any build artifacts.
253
+
Removes all state tables, the SQLMesh cache, and other project resources, including warehouse objects. This includes all tables, views, and schemas managed by SQLMesh, as well as any external resources that may have been created by other tools within those schemas.
"[WARNING] This will permanently delete all engine-managed objects, state tables and SQLMesh cache.\n"
902
-
"The operation is irreversible and may disrupt any currently running or scheduled plans.\n"
903
-
"Use this command only when you intend to fully reset the project.",
901
+
"[WARNING] This will permanently delete all engine-managed objects, state tables and SQLMesh cache.\nThe operation may disrupt any currently running or scheduled plans.",
902
+
"Schemas to be deleted:",
903
+
"• memory.sushi",
904
+
"Snapshot tables to be deleted:",
905
+
"This action will DELETE ALL the above resources managed by SQLMesh AND\npotentially external resources created by other tools in these schemas.",
906
+
"Are you ABSOLUTELY SURE you want to proceed with deletion? [y/n]:",
0 commit comments