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/guides/vscode.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,16 @@ The SQLMesh VSCode extension provides the following commands in the VSCode comma
139
139
140
140
## Troubleshooting
141
141
142
+
### DuckDB concurrent access
143
+
144
+
If your SQLMesh project uses DuckDB to store its state, you will likely encounter problems.
145
+
146
+
SQLMesh can create multiple connections to the state database, but DuckDB's local database file does not support concurrent access.
147
+
148
+
Because the VSCode extension establishes a long-running process connected to the database, access conflicts are more likely than with standard SQLMesh usage from the CLI.
149
+
150
+
Therefore, we do not recommend using DuckDB as a state store with the VSCode extension.
151
+
142
152
### Python environment woes
143
153
144
154
The most common problem is the extension not using the correct Python interpreter.
0 commit comments