An enterprise is migrating a 10 TB Teradata data warehouse to BigQuery with minimal downtime. They need to transform Teradata BTEQ scripts to equivalent BigQuery SQL. Which approach should the migration team take to handle the SQL dialect differences?
DTS for Teradata transfers data and schema, but BTEQ scripts need manual conversion.
Why this answer
BigQuery Data Transfer Service for Teradata is the recommended service for migrating Teradata data to BigQuery. It handles schema and data transfer, but SQL scripts like BTEQ must be manually converted to BigQuery SQL as they are not automatically transformed.