Migration Tool Config File | VantageCloud Lake - Migration Tool Config File - Teradata VantageCloud Lake

Lake - Using Queries, UDFs, and External Stored Procedures

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-08-12
dita:mapPath
vgj1683671089901.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
vgj1683671089901

The External Routine Migration Tool (XRMigrationTool) requires a config file named config.yml that specifies values for the following parameters. These parameters are used by the XRMigrationTool while migrating SQL scripts to tdextroutine calls. You must place this file in the input directory specified by the -d option of XRMigrationTool.

Property Description
Systemcall Utility to invoke system calls from BTEQ scripts.
tdext-path Directory path to the tdextroutine executable.
verbose

Allowed values: y or n

If y, tdextroutine provides detailed logs.

Pat Personal Access Token (PAT) for authentication
key_path Path to private key file used to generate PAT

Example: Config File

Sample contents of a config.yml file:

Microsoft Windows

Systemcall: .os
tdext-path: tdextroutine.exe
verbose: y
MacOS and Linux
Systemcall: .os
tdext-path: ./tdextroutine
verbose: y