featurebyte.ObservationTable.download¶
download( 
output_path: Union[str, Path, NoneType]=None, 
overwrite: bool=False
) -> PathDescription¶
Downloads the observation table from the database.
Parameters¶
- output_path: Union[str, Path, NoneType]
 Location to save downloaded parquet file.
- overwrite: bool
 default: False
 Overwrite the file if it already exists.
Returns¶
- Path
Raises¶
- FileExistsError
 File already exists at output path.
- RecordRetrievalException
 Error retrieving record from API.