Introduction
Thanks Andrew. That was a really useful intro to SQLMesh in VSCode. It helped me create my starter project.
A minor issue that tripped me up for a few minutes...
# On Windows:
venv\Scripts\Activate
It is missing the leading . so errors.
.venv\Scripts\Activate
Thanks Andrew. That was a really useful intro to SQLMesh in VSCode. It helped me create my starter project.
A minor issue that tripped me up for a few minutes...
# On Windows:
venv\Scripts\Activate
It is missing the leading . so errors.
.venv\Scripts\Activate