Data Transfer between Vantage and Cloud Storage | NOS | teradataml - Data Transfer between Vantage and Cloud Storage - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
December 2024
Language
English (United States)
Last Update
2024-12-18
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage

Python users with data in external object storage can transfer the data to or from the Analytics Database 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.