Skip to content

Commit 0c1e23f

Browse files
committed
docs: duckdb vscode warning
1 parent 054afe5 commit 0c1e23f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/guides/vscode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ The SQLMesh VSCode extension provides the following commands in the VSCode comma
139139

140140
## Troubleshooting
141141

142+
### DuckDB concurrent access
143+
144+
If you are using DuckDB as your state store, you are likely to encounter problems with concurrent access to the DuckDB database file. The DuckDB database file is a single file on disk, and it does not support concurrent access from multiple processes. The extension uses a long-running process to provide its features. This long-running requires access, and so there is a risk of database locks. We don't recommend using DuckDB as a state store with the VSCode extension for this reason.
145+
142146
### Python environment woes
143147

144148
The most common problem is the extension not using the correct Python interpreter.

0 commit comments

Comments
 (0)