Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

Data Catalog

Prev Next

Data Catalog 타입의 소스(source) 노드 정보입니다.

참고

Data Flow ETL 작업의 노드 소스(source), 변환(transform), 타깃(target) 타입에 대한 공통 구문 및 필드 정보는 ETLJobNode 공통을 참조해 주십시오.

구문

구문은 다음과 같습니다.

private String database;
private String table;
private String schemaVersion;
private List<Field> fieldList;

필드

필드에 대한 설명은 다음과 같습니다.

필드 타입 필수 여부 설명
database String Required 데이터베이스 이름
table String Required 테이블 이름
schemaVersion String Required 스키마 버전
fieldList List Required 필드 목록