README.md
pyproject.toml
setup.cfg
hotdata/__init__.py
hotdata/api_client.py
hotdata/api_response.py
hotdata/arrow.py
hotdata/configuration.py
hotdata/exceptions.py
hotdata/py.typed
hotdata/rest.py
hotdata.egg-info/PKG-INFO
hotdata.egg-info/SOURCES.txt
hotdata.egg-info/dependency_links.txt
hotdata.egg-info/requires.txt
hotdata.egg-info/top_level.txt
hotdata/api/__init__.py
hotdata/api/connection_types_api.py
hotdata/api/connections_api.py
hotdata/api/datasets_api.py
hotdata/api/embedding_providers_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
hotdata/api/results_api.py
hotdata/api/sandboxes_api.py
hotdata/api/saved_queries_api.py
hotdata/api/secrets_api.py
hotdata/api/uploads_api.py
hotdata/api/workspace_context_api.py
hotdata/api/workspaces_api.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
hotdata/models/column_definition.py
hotdata/models/column_info.py
hotdata/models/column_profile_detail.py
hotdata/models/column_profile_detail_one_of.py
hotdata/models/column_profile_detail_one_of1.py
hotdata/models/column_profile_detail_one_of2.py
hotdata/models/column_profile_detail_one_of3.py
hotdata/models/column_profile_detail_one_of4.py
hotdata/models/column_profile_info.py
hotdata/models/column_type_spec.py
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_embedding_provider_request.py
hotdata/models/create_embedding_provider_response.py
hotdata/models/create_index_request.py
hotdata/models/create_sandbox_request.py
hotdata/models/create_saved_query_request.py
hotdata/models/create_secret_request.py
hotdata/models/create_secret_response.py
hotdata/models/create_workspace201_response.py
hotdata/models/create_workspace_request.py
hotdata/models/create_workspace_response.py
hotdata/models/dataset_source.py
hotdata/models/dataset_source_one_of.py
hotdata/models/dataset_source_one_of1.py
hotdata/models/dataset_source_one_of2.py
hotdata/models/dataset_source_one_of3.py
hotdata/models/dataset_source_one_of4.py
hotdata/models/dataset_summary.py
hotdata/models/dataset_version_summary.py
hotdata/models/delete_sandbox_response.py
hotdata/models/discovery_status.py
hotdata/models/embedding_provider_response.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/get_workspace_context_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_embedding_providers_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_sandboxes_response.py
hotdata/models/list_saved_queries_response.py
hotdata/models/list_saved_query_versions_response.py
hotdata/models/list_secrets_response.py
hotdata/models/list_uploads_response.py
hotdata/models/list_workspace_contexts_response.py
hotdata/models/list_workspaces200_response.py
hotdata/models/list_workspaces_response.py
hotdata/models/load_managed_table_request.py
hotdata/models/load_managed_table_response.py
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/results_format_query.py
hotdata/models/sandbox.py
hotdata/models/sandbox_response.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
hotdata/models/table_refresh_result.py
hotdata/models/temporal_profile_detail.py
hotdata/models/text_profile_detail.py
hotdata/models/update_dataset_request.py
hotdata/models/update_dataset_response.py
hotdata/models/update_embedding_provider_request.py
hotdata/models/update_embedding_provider_response.py
hotdata/models/update_sandbox_request.py
hotdata/models/update_saved_query_request.py
hotdata/models/update_secret_request.py
hotdata/models/update_secret_response.py
hotdata/models/upload_dataset_source.py
hotdata/models/upload_info.py
hotdata/models/upload_response.py
hotdata/models/upsert_workspace_context_request.py
hotdata/models/upsert_workspace_context_response.py
hotdata/models/url_dataset_source.py
hotdata/models/workspace_context_entry.py
hotdata/models/workspace_detail.py
hotdata/models/workspace_list_item.py
test/test_api_client_close.py
test/test_api_error_detail.py
test/test_api_error_response.py
test/test_async_query_response.py
test/test_boolean_profile_detail.py
test/test_categorical_profile_detail.py
test/test_category_value_info.py
test/test_column_definition.py
test/test_column_info.py
test/test_column_profile_detail.py
test/test_column_profile_detail_one_of.py
test/test_column_profile_detail_one_of1.py
test/test_column_profile_detail_one_of2.py
test/test_column_profile_detail_one_of3.py
test/test_column_profile_detail_one_of4.py
test/test_column_profile_info.py
test/test_column_type_spec.py
test/test_connection_health_response.py
test/test_connection_info.py
test/test_connection_refresh_result.py
test/test_connection_schema_error.py
test/test_connection_type_detail.py
test/test_connection_type_summary.py
test/test_connection_types_api.py
test/test_connections_api.py
test/test_create_connection_request.py
test/test_create_connection_response.py
test/test_create_dataset_request.py
test/test_create_dataset_response.py
test/test_create_embedding_provider_request.py
test/test_create_embedding_provider_response.py
test/test_create_index_request.py
test/test_create_sandbox_request.py
test/test_create_saved_query_request.py
test/test_create_secret_request.py
test/test_create_secret_response.py
test/test_create_workspace201_response.py
test/test_create_workspace_request.py
test/test_create_workspace_response.py
test/test_dataset_source.py
test/test_dataset_source_one_of.py
test/test_dataset_source_one_of1.py
test/test_dataset_source_one_of2.py
test/test_dataset_source_one_of3.py
test/test_dataset_source_one_of4.py
test/test_dataset_summary.py
test/test_dataset_version_summary.py
test/test_datasets_api.py
test/test_delete_sandbox_response.py
test/test_discovery_status.py
test/test_embedding_provider_response.py
test/test_embedding_providers_api.py
test/test_error.py
test/test_execute_saved_query_request.py
test/test_get_connection_response.py
test/test_get_dataset_response.py
test/test_get_result_response.py
test/test_get_secret_response.py
test/test_get_workspace_context_response.py
test/test_index_info_response.py
test/test_index_status.py
test/test_indexes_api.py
test/test_information_schema_api.py
test/test_information_schema_response.py
test/test_inline_data.py
test/test_inline_dataset_source.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_connections_response.py
test/test_list_dataset_versions_response.py
test/test_list_datasets_response.py
test/test_list_embedding_providers_response.py
test/test_list_indexes_response.py
test/test_list_jobs_response.py
test/test_list_query_runs_response.py
test/test_list_results_response.py
test/test_list_sandboxes_response.py
test/test_list_saved_queries_response.py
test/test_list_saved_query_versions_response.py
test/test_list_secrets_response.py
test/test_list_uploads_response.py
test/test_list_workspace_contexts_response.py
test/test_list_workspaces200_response.py
test/test_list_workspaces_response.py
test/test_load_managed_table_request.py
test/test_load_managed_table_response.py
test/test_numeric_profile_detail.py
test/test_query_api.py
test/test_query_request.py
test/test_query_response.py
test/test_query_run_info.py
test/test_query_runs_api.py
test/test_refresh_api.py
test/test_refresh_dataset_response.py
test/test_refresh_request.py
test/test_refresh_response.py
test/test_refresh_warning.py
test/test_result_info.py
test/test_results_api.py
test/test_results_format_query.py
test/test_sandbox.py
test/test_sandbox_response.py
test/test_sandboxes_api.py
test/test_saved_queries_api.py
test/test_saved_query_dataset_source.py
test/test_saved_query_detail.py
test/test_saved_query_summary.py
test/test_saved_query_version_info.py
test/test_schema_refresh_result.py
test/test_secret_metadata_response.py
test/test_secrets_api.py
test/test_sql_query_dataset_source.py
test/test_submit_job_response.py
test/test_table_info.py
test/test_table_profile_response.py
test/test_table_refresh_error.py
test/test_table_refresh_result.py
test/test_temporal_profile_detail.py
test/test_text_profile_detail.py
test/test_update_dataset_request.py
test/test_update_dataset_response.py
test/test_update_embedding_provider_request.py
test/test_update_embedding_provider_response.py
test/test_update_sandbox_request.py
test/test_update_saved_query_request.py
test/test_update_secret_request.py
test/test_update_secret_response.py
test/test_upload_dataset_source.py
test/test_upload_info.py
test/test_upload_response.py
test/test_uploads_api.py
test/test_upsert_workspace_context_request.py
test/test_upsert_workspace_context_response.py
test/test_url_dataset_source.py
test/test_workspace_context_api.py
test/test_workspace_context_entry.py
test/test_workspace_detail.py
test/test_workspace_list_item.py
test/test_workspaces_api.py
tests/test_arrow.py
tests/test_update_changelog.py