Create a Manifest File in the Database - Teradata VantageCloud Lake

Lake - Manage and Move Data

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-05-16
dita:mapPath
atx1683670417382.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
atx1683670417382
Prerequisite
  1. Set up or obtain access to the external object storage where you want to write data. Follow the instructions from your external object storage vendor.
  2. Set up an authorization to access external object storage that has the credential to the bucket. See Example: Controlling Access with an Authorization Object Using User and Password Credentials.
  1. Create a database table to store the manifest file entries.
    Example:
    CREATE TABLE ManifestTbl 
    ( ObjectName VARCHAR(1024) CHARACTER SET UNICODE NOT CASESPECIFIC,
      ObjectSize BIGINT
    );