Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 69 additions & 9 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.gitlab-ci.yml
docs/ApiErrorDetail.md
docs/ApiErrorResponse.md
docs/AsyncQueryResponse.md
docs/BooleanProfileDetail.md
docs/CategoricalProfileDetail.md
docs/CategoryValueInfo.md
Expand All @@ -19,18 +20,23 @@ docs/ConnectionHealthResponse.md
docs/ConnectionInfo.md
docs/ConnectionRefreshResult.md
docs/ConnectionSchemaError.md
docs/ConnectionTypeDetail.md
docs/ConnectionTypeSummary.md
docs/ConnectionTypesApi.md
docs/ConnectionsApi.md
docs/CreateConnectionRequest.md
docs/CreateConnectionResponse.md
docs/CreateDatasetRequest.md
docs/CreateDatasetResponse.md
docs/CreateIndexRequest.md
docs/CreateSavedQueryRequest.md
docs/CreateSecretRequest.md
docs/CreateSecretResponse.md
docs/CreateWorkspaceRequest.md
docs/CreateWorkspaceResponse.md
docs/DatasetSource.md
docs/DatasetSummary.md
docs/DatasetVersionSummary.md
docs/DatasetsApi.md
docs/DiscoveryStatus.md
docs/Error.md
Expand All @@ -39,12 +45,24 @@ docs/GetConnectionResponse.md
docs/GetDatasetResponse.md
docs/GetResultResponse.md
docs/GetSecretResponse.md
docs/IndexInfoResponse.md
docs/IndexStatus.md
docs/IndexesApi.md
docs/InformationSchemaApi.md
docs/InformationSchemaResponse.md
docs/InlineData.md
docs/InlineDatasetSource.md
docs/JobResult.md
docs/JobStatus.md
docs/JobStatusResponse.md
docs/JobType.md
docs/JobsApi.md
docs/ListConnectionTypesResponse.md
docs/ListConnectionsResponse.md
docs/ListDatasetVersionsResponse.md
docs/ListDatasetsResponse.md
docs/ListIndexesResponse.md
docs/ListJobsResponse.md
docs/ListQueryRunsResponse.md
docs/ListResultsResponse.md
docs/ListSavedQueriesResponse.md
Expand All @@ -59,18 +77,22 @@ docs/QueryResponse.md
docs/QueryRunInfo.md
docs/QueryRunsApi.md
docs/RefreshApi.md
docs/RefreshDatasetResponse.md
docs/RefreshRequest.md
docs/RefreshResponse.md
docs/RefreshWarning.md
docs/ResultInfo.md
docs/ResultsApi.md
docs/SavedQueriesApi.md
docs/SavedQueryDatasetSource.md
docs/SavedQueryDetail.md
docs/SavedQuerySummary.md
docs/SavedQueryVersionInfo.md
docs/SchemaRefreshResult.md
docs/SecretMetadataResponse.md
docs/SecretsApi.md
docs/SqlQueryDatasetSource.md
docs/SubmitJobResponse.md
docs/TableInfo.md
docs/TableProfileResponse.md
docs/TableRefreshError.md
Expand All @@ -86,14 +108,18 @@ docs/UploadDatasetSource.md
docs/UploadInfo.md
docs/UploadResponse.md
docs/UploadsApi.md
docs/UrlDatasetSource.md
docs/WorkspaceDetail.md
docs/WorkspaceListItem.md
docs/WorkspacesApi.md
hotdata/__init__.py
hotdata/api/__init__.py
hotdata/api/connection_types_api.py
hotdata/api/connections_api.py
hotdata/api/datasets_api.py
hotdata/api/indexes_api.py
hotdata/api/information_schema_api.py
hotdata/api/jobs_api.py
hotdata/api/query_api.py
hotdata/api/query_runs_api.py
hotdata/api/refresh_api.py
Expand All @@ -109,6 +135,7 @@ hotdata/exceptions.py
hotdata/models/__init__.py
hotdata/models/api_error_detail.py
hotdata/models/api_error_response.py
hotdata/models/async_query_response.py
hotdata/models/boolean_profile_detail.py
hotdata/models/categorical_profile_detail.py
hotdata/models/category_value_info.py
Expand All @@ -125,29 +152,43 @@ hotdata/models/connection_health_response.py
hotdata/models/connection_info.py
hotdata/models/connection_refresh_result.py
hotdata/models/connection_schema_error.py
hotdata/models/connection_type_detail.py
hotdata/models/connection_type_summary.py
hotdata/models/create_connection_request.py
hotdata/models/create_connection_response.py
hotdata/models/create_dataset_request.py
hotdata/models/create_dataset_response.py
hotdata/models/create_index_request.py
hotdata/models/create_saved_query_request.py
hotdata/models/create_secret_request.py
hotdata/models/create_secret_response.py
hotdata/models/create_workspace_request.py
hotdata/models/create_workspace_response.py
hotdata/models/dataset_source.py
hotdata/models/dataset_summary.py
hotdata/models/dataset_version_summary.py
hotdata/models/discovery_status.py
hotdata/models/error.py
hotdata/models/execute_saved_query_request.py
hotdata/models/get_connection_response.py
hotdata/models/get_dataset_response.py
hotdata/models/get_result_response.py
hotdata/models/get_secret_response.py
hotdata/models/index_info_response.py
hotdata/models/index_status.py
hotdata/models/information_schema_response.py
hotdata/models/inline_data.py
hotdata/models/inline_dataset_source.py
hotdata/models/job_result.py
hotdata/models/job_status.py
hotdata/models/job_status_response.py
hotdata/models/job_type.py
hotdata/models/list_connection_types_response.py
hotdata/models/list_connections_response.py
hotdata/models/list_dataset_versions_response.py
hotdata/models/list_datasets_response.py
hotdata/models/list_indexes_response.py
hotdata/models/list_jobs_response.py
hotdata/models/list_query_runs_response.py
hotdata/models/list_results_response.py
hotdata/models/list_saved_queries_response.py
Expand All @@ -159,15 +200,19 @@ hotdata/models/numeric_profile_detail.py
hotdata/models/query_request.py
hotdata/models/query_response.py
hotdata/models/query_run_info.py
hotdata/models/refresh_dataset_response.py
hotdata/models/refresh_request.py
hotdata/models/refresh_response.py
hotdata/models/refresh_warning.py
hotdata/models/result_info.py
hotdata/models/saved_query_dataset_source.py
hotdata/models/saved_query_detail.py
hotdata/models/saved_query_summary.py
hotdata/models/saved_query_version_info.py
hotdata/models/schema_refresh_result.py
hotdata/models/secret_metadata_response.py
hotdata/models/sql_query_dataset_source.py
hotdata/models/submit_job_response.py
hotdata/models/table_info.py
hotdata/models/table_profile_response.py
hotdata/models/table_refresh_error.py
Expand All @@ -182,6 +227,7 @@ hotdata/models/update_secret_response.py
hotdata/models/upload_dataset_source.py
hotdata/models/upload_info.py
hotdata/models/upload_response.py
hotdata/models/url_dataset_source.py
hotdata/models/workspace_detail.py
hotdata/models/workspace_list_item.py
hotdata/py.typed
Expand All @@ -192,13 +238,27 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_boolean_profile_detail.py
test/test_categorical_profile_detail.py
test/test_create_workspace_response.py
test/test_inline_dataset_source.py
test/test_list_workspaces_response.py
test/test_numeric_profile_detail.py
test/test_temporal_profile_detail.py
test/test_text_profile_detail.py
test/test_upload_dataset_source.py
test/test_async_query_response.py
test/test_connection_type_detail.py
test/test_connection_type_summary.py
test/test_connection_types_api.py
test/test_create_index_request.py
test/test_dataset_version_summary.py
test/test_index_info_response.py
test/test_index_status.py
test/test_indexes_api.py
test/test_job_result.py
test/test_job_status.py
test/test_job_status_response.py
test/test_job_type.py
test/test_jobs_api.py
test/test_list_connection_types_response.py
test/test_list_dataset_versions_response.py
test/test_list_indexes_response.py
test/test_list_jobs_response.py
test/test_refresh_dataset_response.py
test/test_saved_query_dataset_source.py
test/test_sql_query_dataset_source.py
test/test_submit_job_response.py
test/test_url_dataset_source.py
tox.ini
32 changes: 32 additions & 0 deletions docs/AsyncQueryResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# AsyncQueryResponse

Response returned when a query is submitted asynchronously (202 Accepted). Poll GET /query-runs/{id} to track progress. Once status is \"succeeded\", retrieve results via GET /results/{result_id}.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query_run_id** | **str** | Unique identifier for the query run. |
**status** | **str** | Current status of the query run. |
**status_url** | **str** | URL to poll for query run status. |

## Example

```python
from hotdata.models.async_query_response import AsyncQueryResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AsyncQueryResponse from a JSON string
async_query_response_instance = AsyncQueryResponse.from_json(json)
# print the JSON string representation of the object
print(AsyncQueryResponse.to_json())

# convert the object into a dict
async_query_response_dict = async_query_response_instance.to_dict()
# create an instance of AsyncQueryResponse from a dict
async_query_response_from_dict = AsyncQueryResponse.from_dict(async_query_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 2 additions & 2 deletions docs/ConnectionRefreshResult.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ConnectionRefreshResult

Response for connection-wide data refresh
Result payload for a `data_refresh_connection` job.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**connection_id** | **str** | |
**duration_ms** | **int** | |
**errors** | [**List[TableRefreshError]**](TableRefreshError.md) | |
**errors** | [**List[TableRefreshError]**](TableRefreshError.md) | | [optional]
**tables_failed** | **int** | |
**tables_refreshed** | **int** | |
**total_rows** | **int** | |
Expand Down
32 changes: 32 additions & 0 deletions docs/ConnectionTypeDetail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# ConnectionTypeDetail


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**auth** | **object** | | [optional]
**config_schema** | **object** | | [optional]
**label** | **str** | |
**name** | **str** | |

## Example

```python
from hotdata.models.connection_type_detail import ConnectionTypeDetail

# TODO update the JSON string below
json = "{}"
# create an instance of ConnectionTypeDetail from a JSON string
connection_type_detail_instance = ConnectionTypeDetail.from_json(json)
# print the JSON string representation of the object
print(ConnectionTypeDetail.to_json())

# convert the object into a dict
connection_type_detail_dict = connection_type_detail_instance.to_dict()
# create an instance of ConnectionTypeDetail from a dict
connection_type_detail_from_dict = ConnectionTypeDetail.from_dict(connection_type_detail_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/ConnectionTypeSummary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ConnectionTypeSummary


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **str** | |
**name** | **str** | |

## Example

```python
from hotdata.models.connection_type_summary import ConnectionTypeSummary

# TODO update the JSON string below
json = "{}"
# create an instance of ConnectionTypeSummary from a JSON string
connection_type_summary_instance = ConnectionTypeSummary.from_json(json)
# print the JSON string representation of the object
print(ConnectionTypeSummary.to_json())

# convert the object into a dict
connection_type_summary_dict = connection_type_summary_instance.to_dict()
# create an instance of ConnectionTypeSummary from a dict
connection_type_summary_from_dict = ConnectionTypeSummary.from_dict(connection_type_summary_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading