adp.ingest.cdc.TransformOptions

class adp.ingest.cdc.TransformOptions(system_prefix: str = '__sdp', count_column: str = '__sdp_count', snapshot_timestamp_column: str = '__sdp_ingest_unix_timestamp', timeline_unix_timestamp_begin_column: str = '__sdp_begin_unix_timestamp', timeline_unix_timestamp_end_column: str = '__sdp_end_unix_timestamp', timeline_timestamp_begin_column: str = '__sdp_begin_timestamp', timeline_timestamp_end_column: str = '__sdp_end_timestamp', timestamp_index_name: str = '__sdp_timestamp_index', timestamp_table_property_key: str = 'sdp.timestamps')

Options for transformation to/from snapshots/timelines

__init__(system_prefix: str = '__sdp', count_column: str = '__sdp_count', snapshot_timestamp_column: str = '__sdp_ingest_unix_timestamp', timeline_unix_timestamp_begin_column: str = '__sdp_begin_unix_timestamp', timeline_unix_timestamp_end_column: str = '__sdp_end_unix_timestamp', timeline_timestamp_begin_column: str = '__sdp_begin_timestamp', timeline_timestamp_end_column: str = '__sdp_end_timestamp', timestamp_index_name: str = '__sdp_timestamp_index', timestamp_table_property_key: str = 'sdp.timestamps') None

Methods

__init__([system_prefix, count_column, ...])

Attributes

count_column

snapshot_timestamp_column

system_prefix

timeline_timestamp_begin_column

timeline_timestamp_end_column

timeline_unix_timestamp_begin_column

timeline_unix_timestamp_end_column

timestamp_index_name

timestamp_table_property_key

unix_timestamp_last_record