Example: NOSREAD_SCHEMA with JSON Schema - Analytics Database - Teradata Vantage

SQL Data Manipulation Language

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-12-13
dita:mapPath
pon1628111750298.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
esx1472246586715
lifecycle
latest
Product Category
Teradata Vantageā„¢

If not already done, create the authorization object. See Example: Create an Authorization Object.

Run the READ_NOS command:

SELECT * FROM (
LOCATION='/s3/td-usgs-public.s3.amazonaws.com/JSONDATA/'
AUTHORIZATION=MyAuthObj
RETURNTYPE='NOSREAD_SCHEMA'
) AS d;

Your result will be similar to the following:

ColPosition NULL
       Name site_no
   DataType int
      Depth           1
  NullFound F
   FileType json
   Location /S3/s3.amazonaws.com/td-usgs-public/JSONDATA/09513780/2018/06/27.json

ColPosition NULL
       Name datetime
   DataType TIMESTAMP(0) FORMAT'Y4-MM-DDBHH:MI'
      Depth           1
  NullFound F
   FileType json
   Location /S3/s3.amazonaws.com/td-usgs-public/JSONDATA/09513780/2018/06/27.json

The output is displayed vertically for readability.