How to configure Teradata as a destination in Mage to write pipeline data to a Teradata database using standard host, port, and user credentials.
Key | Description | Example Value | Required |
---|---|---|---|
database | Name of the Teradata database where the table will be created or written to. | demo | ✅ |
host | Hostname or IP address of the Teradata server. | test.clearscape.teradata.com | ✅ |
port | Port used by the Teradata database (commonly 1025 , depending on environment). | 1025 | ✅ |
username | Teradata username with write access to the specified database and schema. | demo_user | ✅ |
password | Password for the Teradata user. | abc123... | ✅ |
CREATE TABLE
, INSERT
, and SELECT
privileges in the target schema.