Update pyproject.toml with Additional Dependencies

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18

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