Data Transfer between Vantage and Cloud Storage | NOS | teradataml - Data Transfer between Vantage and Cloud Storage - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

Python users with data in external object storage can transfer the data to or from the Database Engine 20 using the Native Object Store feature in teradataml. External object storage includes AWS S3, Google Cloud Storage and Azure Data Lake Storage Gen2, and so on.

The Native Object Store feature in teradataml provides ability for Python users to:
  • Search and query CSV, JSON, and Parquet format datasets located on external object storage platforms.
  • Write data stored on Vantage to external object storage platforms.

The ReadNOS and WriteNOS APIs in teradataml enable reading and writing datasets to external object storage platforms.

  • Import these functions only after establishing the connection to Vantage. Importing these functions before context creation raises import error.
  • You can check whether these functions are available or not by running display_analytic_functions().
    • If these functions are available for the corresponding Vantage version, then display_analytic_functions() displays the functions.
    • Otherwise, these functions are not displayed in display_analytic_functions() output.