Note
If you need a test instance of Teradata, you can provision one for free at https://www.teradata.com/try
- Access to a Teradata cloud or on-premises instance (Teradata Cloud, Teradata Factory, or Teradata Trial).
- Python 3.9 or higher, Python 3.12 is recommended.
uvpackage manager for Python environment management.- A Teradata database where you have CREATE TABLE privileges. You can create one by running:
CREATE DATABASE dagster_pipeline_db AS PERMANENT = 100e6;