adp.ingest.cdc.get_timestamp_data
- adp.ingest.cdc.get_timestamp_data(delta_path: str, options: TransformOptions) List[int] | None
get_timestamp_data writes timestamp data as TBLPROPERTY
- Parameters:
delta_path (str) – path of the table to write the timestamp data to
options (TransformOptions) – General options (used to determine the table property name)
- Returns:
A list of timestamps
- Return type:
List[int]