collections_tables_get_formatted_table_data¶
Get the contents of a data table in specified format
Functions
- async pydelfini.delfini_core.api.tables.collections_tables_get_formatted_table_data.asyncio(collection_id, version_id, table_name, export_format, *, client)[source]¶
Get the contents of a data table in specified format
Get the contents of a data table in specified format: csv, tsv, parquet or excel
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
export_format (CollectionsTablesGetFormattedTableDataExportFormat)
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Union[str]
- Return type:
- async pydelfini.delfini_core.api.tables.collections_tables_get_formatted_table_data.asyncio_detailed(collection_id, version_id, table_name, export_format, *, client)[source]¶
Get the contents of a data table in specified format
Get the contents of a data table in specified format: csv, tsv, parquet or excel
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
export_format (CollectionsTablesGetFormattedTableDataExportFormat)
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[Union[ServerError, str]]
- Return type:
- pydelfini.delfini_core.api.tables.collections_tables_get_formatted_table_data.sync(collection_id, version_id, table_name, export_format, *, client)[source]¶
Get the contents of a data table in specified format
Get the contents of a data table in specified format: csv, tsv, parquet or excel
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
export_format (CollectionsTablesGetFormattedTableDataExportFormat)
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Union[str]
- Return type:
- pydelfini.delfini_core.api.tables.collections_tables_get_formatted_table_data.sync_detailed(collection_id, version_id, table_name, export_format, *, client)[source]¶
Get the contents of a data table in specified format
Get the contents of a data table in specified format: csv, tsv, parquet or excel
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
export_format (CollectionsTablesGetFormattedTableDataExportFormat)
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[Union[ServerError, str]]
- Return type: