Skip to content

/AWS1/CL_DZNLINEAGESYNCINPUT

Contains the settings for configuring lineage sync on a Snowflake connection, including the schedule, timezone, and enabled state.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_enabled TYPE /AWS1/DZNBOOLEAN /AWS1/DZNBOOLEAN

Specifies whether lineage sync is enabled.

Optional arguments:

iv_timezone TYPE /AWS1/DZNTIMEZONE /AWS1/DZNTIMEZONE

The timezone of the lineage sync schedule.

iv_schedule TYPE /AWS1/DZNLINEAGESYNCSCHCRONSTR /AWS1/DZNLINEAGESYNCSCHCRONSTR

The schedule of the lineage sync.


Queryable Attributes

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