This is the source node information for the Data Catalog type.
Note
For common syntax and field information on the node source, transform, and target types of Data Flow ETL jobs, see ETLJobNode common.
Syntax
The syntax is as follows:
private String database;
private String table;
private String schemaVersion;
private List<Field> fieldList;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
database |
String | Required | Database name |
table |
String | Required | Table name |
schemaVersion |
String | Required | Schema version |
fieldList |
List |
Required | Field list |