featurebyte.Catalog.get_table¶
Description¶
Gets a Table object from the catalog based on its name. A Table object represents a source table within the data warehouse and provides metadata to support feature engineering. There are four distinct types of Table objects: EventTable, ItemTable, DimensionTable, and SCDTable.
Parameters¶
- name: str
Table name.
Returns¶
- Any
Retrieved table.