Skip to content

featurebyte.Table.record_creation_timestamp_column

record_creation_timestamp_column: Union[str, NoneType]

Description

Returns the name of the column in the table that represents the timestamp for record creation. This information is utilized to analyze feature job settings, and the identified column is treated as a special column that is not meant for feature engineering. By default, any view created from the table will exclude this column.

Returns

  • Union[str, NoneType]
    Record creation timestamp column name