collections_tables_get_table_data_elements¶
Resolve and return all data elements on a tabular data item
Functions
- async pydelfini.delfini_core.api.tables.collections_tables_get_table_data_elements.asyncio(collection_id, version_id, table_name, *, client)[source]¶
Resolve and return all data elements on a tabular data item
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
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[CollectionsTablesGetTableDataElementsResponse200]
- Return type:
- async pydelfini.delfini_core.api.tables.collections_tables_get_table_data_elements.asyncio_detailed(collection_id, version_id, table_name, *, client)[source]¶
Resolve and return all data elements on a tabular data item
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
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[CollectionsTablesGetTableDataElementsResponse200, ServerError]]
- Return type:
Response[CollectionsTablesGetTableDataElementsResponse200 | ServerError]
- pydelfini.delfini_core.api.tables.collections_tables_get_table_data_elements.sync(collection_id, version_id, table_name, *, client)[source]¶
Resolve and return all data elements on a tabular data item
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
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[CollectionsTablesGetTableDataElementsResponse200]
- Return type:
- pydelfini.delfini_core.api.tables.collections_tables_get_table_data_elements.sync_detailed(collection_id, version_id, table_name, *, client)[source]¶
Resolve and return all data elements on a tabular data item
- Parameters:
collection_id (str)
version_id (str)
table_name (str)
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[CollectionsTablesGetTableDataElementsResponse200, ServerError]]
- Return type:
Response[CollectionsTablesGetTableDataElementsResponse200 | ServerError]