Create a Database for the Pipeline

Teradata Developer Guides

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

Before defining assets, create a database where the pipeline can create and drop tables:

CREATE DATABASE dagster_pipeline_db AS PERMANENT = 100e6;