Use the history() function to get the snapshot history related to a DataLake table.
Parameters
None.
Example 1: Get the partition information for datalake table
list_snapshots usage eaxmple >>> from teradataml.dataframe.dataframe import in_schema >>> in_schema_tbl = in_schema(schema_name="datalake_db", ... table_name="datalake_table", ... datalake_name="datalake")
>>> datalake_df = DataFrame(in_schema_tbl)
>>> datalake_df.history
id timestamp
0 8068130797628952520 2025-05-02 11:45:26