Open pyproject.toml in the project root and ensure the dependencies section includes the required packages:
dependencies = [
...
"dagster-teradata",
"dagster-aws",
]
Sync the dependencies:
cd dagster-teradata-s3
uv sync
Open pyproject.toml in the project root and ensure the dependencies section includes the required packages:
dependencies = [
...
"dagster-teradata",
"dagster-aws",
]
Sync the dependencies:
cd dagster-teradata-s3
uv sync