LineageSyncInput

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether lineage sync is enabled.

Link copied to clipboard

The schedule of the lineage sync.

Link copied to clipboard

The timezone of the lineage sync schedule.

Functions

Link copied to clipboard
inline fun copy(block: LineageSyncInput.Builder.() -> Unit = {}): LineageSyncInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String