teradata-connection

Establish and test secure Teradata database connections with driver setup and authentication.

1|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill teradata-connection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teradata-connection
Source: https://github.com/Snowflake-Labs/cortex-code-migrations/tree/main/plugin/skills/migration/connection/teradata-connection
Command: npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill teradata-connection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Teradata.Client.Provider, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to establish a reliable and secure connection to Teradata databases, facilitating migration and administrative tasks without manual setup.

Core Features & Use Cases

  • Driver Provisioning: Automates the download and caching of the Teradata .NET NuGet driver required for connection testing.
  • Connection Management: Guides users through adding, testing, and saving Teradata connection profiles with options for standard or LDAP authentication.
  • Use Case: A data engineer needs to connect to a Teradata server remotely, verify connectivity, and prepare credentials for scheduled migration jobs.

Quick Start

Initiate a connection to your Teradata database by providing hostname, database, username, and authentication method, then test the connection to verify setup.

Frequently Asked Questions about teradata-connection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I establish a secure connection to a Teradata database for data migration?

To establish a secure Teradata database connection, you provide your hostname, database name, username, and authentication method. The Skill then tests the connection and saves the profile to facilitate your data migration workflows.

Do I need to manually install the Teradata .NET driver to test database connectivity?

No, you do not need to manually install the Teradata .NET driver. The Skill automates driver provisioning by downloading and caching the required Teradata.Client.Provider NuGet package to verify your database connectivity.

Can I use LDAP authentication to connect to a Teradata database?

Yes, you can use LDAP authentication to connect to a Teradata database. The Skill guides you through adding and saving connection profiles with options for either standard or LDAP authentication methods.

What is the best way to troubleshoot network or authentication issues when connecting to Teradata?

The best way to troubleshoot Teradata network or authentication issues is to use the Skill's connection testing process. It helps identify setup errors and verifies credentials against your Teradata server before running migration jobs.

Why does my Teradata connection profile fail when preparing for scheduled migration jobs?

Your Teradata connection profile may fail due to incorrect credentials, network restrictions, or driver misconfiguration. The Skill assists in testing connection parameters and troubleshooting authentication issues to ensure reliable migration access.