featurebyte.BatchFeatureTable.download¶
Description¶
Downloads the batch feature table from the database.
Parameters¶
- output_path: Union[str, Path, NoneType]
Location to save downloaded parquet file.
Returns¶
- Path
Raises¶
- FileExistsError
File already exists at output path. - RecordRetrievalException
Error retrieving record from API.