Data Catalog

Prev Next

This is the target 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;
private UpdateMode updateType;
private Integer coalesce;

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
updateType String Optional Update option
  • OVERWRITE | APPEND | IGNORE
coalesce Integer Optional Number of output files