featurebyte.Catalog.list_batch_feature_tables¶ list_batch_feature_tables( include_id: Union[bool, NoneType]=True ) -> DataFrame Description¶ List saved batch feature tables. Parameters¶ include_id: Union[bool, NoneType] default: True Whether to include id in the list. Returns¶ DataFrame Table of batch feature tables. Examples¶ List saved batch feature tables. >>> batch_feature_tables = catalog.list_batch_feature_tables()