featurebyte.Table.type¶ type: Literal["source_table", "event_table", "item_table", "dimension_table", "scd_table"] Description¶ Returns the Table object's type, which may be one of the following: Event Table, Item Table, Slowly Changing Dimension Table (SCD), or Dimension Table. Returns¶ Literal["source_table", "event_table", "item_table", "dimension_table", "scd_table"]