Code Extraction
Instructions to extract Teradata code.
The first step for migration is getting the code that you need to migrate. There are many ways to extract the code from your database. However, we recommend using the extraction scripts provided by Snowflake.
- Access to a server with a Teradata database.
- Permission to run shell scripts with access to the server.
- Teradata utilities like
bteq / tpt
. - Python

From the Code option, select the drop-down and use the Download ZIP option to download the code.
Decompress the ZIP file. The code for Teradata should be under the Teradata folder

When the script is done, the output folder will contain all the DDLs for the migration. You can then compress this folder to use it with SnowConvert.
E.g. run:
zip -r output.zip ./output
Last modified 9d ago