Skip to content

/AWS1/CL_DZNLINEAGESYNCOUTPUT

Contains the current state of lineage sync for a Snowflake connection, including the schedule, timezone, enabled state, and the ID of the associated lineage job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_lineagejobid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The ID of the lineage sync job.

iv_timezone TYPE /AWS1/DZNTIMEZONE /AWS1/DZNTIMEZONE

The timezone of the lineage sync schedule.

iv_enabled TYPE /AWS1/DZNBOOLEAN /AWS1/DZNBOOLEAN

Specifies whether lineage sync is enabled.

iv_schedule TYPE /AWS1/DZNLINEAGESYNCSCHCRONSTR /AWS1/DZNLINEAGESYNCSCHCRONSTR

The schedule of the lineage sync.


Queryable Attributes

lineageJobId

The ID of the lineage sync job.

Accessible with the following methods

Method Description
GET_LINEAGEJOBID() Getter for LINEAGEJOBID, with configurable default
ASK_LINEAGEJOBID() Getter for LINEAGEJOBID w/ exceptions if field has no value
HAS_LINEAGEJOBID() Determine if LINEAGEJOBID has a value

timezone

The timezone of the lineage sync schedule.

Accessible with the following methods

Method Description
GET_TIMEZONE() Getter for TIMEZONE, with configurable default
ASK_TIMEZONE() Getter for TIMEZONE w/ exceptions if field has no value
HAS_TIMEZONE() Determine if TIMEZONE has a value

enabled

Specifies whether lineage sync is enabled.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

schedule

The schedule of the lineage sync.

Accessible with the following methods

Method Description
GET_SCHEDULE() Getter for SCHEDULE, with configurable default
ASK_SCHEDULE() Getter for SCHEDULE w/ exceptions if field has no value
HAS_SCHEDULE() Determine if SCHEDULE has a value