Run:
uvx create-dagster@latest project dagster-teradata-azure
When prompted to run uv sync, enter y. This creates an isolated environment and installs the initial project dependencies.
The command creates a project with the following structure:
dagster-teradata-azure/
├── .dg/
├── .venv/
├── src/
│ └── dagster_teradata_azure/
│ ├── definitions.py
│ ├── defs/
│ │ └── __init__.py
│ └── __init__.py
├── tests/
│ └── __init__.py
├── .gitignore
├── pyproject.toml
├── README.md
└── uv.lock
For more information, see the Dagster project documentation.