hotdata 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. {hotdata-0.2.0 → hotdata-0.2.1}/PKG-INFO +1 -1
  2. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/results_api.py +13 -10
  3. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api_client.py +1 -1
  4. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/results_format_query.py +4 -1
  5. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata.egg-info/PKG-INFO +1 -1
  6. {hotdata-0.2.0 → hotdata-0.2.1}/pyproject.toml +1 -1
  7. {hotdata-0.2.0 → hotdata-0.2.1}/README.md +0 -0
  8. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/__init__.py +0 -0
  9. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/__init__.py +0 -0
  10. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/connection_types_api.py +0 -0
  11. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/connections_api.py +0 -0
  12. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/datasets_api.py +0 -0
  13. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/embedding_providers_api.py +0 -0
  14. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/indexes_api.py +0 -0
  15. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/information_schema_api.py +0 -0
  16. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/jobs_api.py +0 -0
  17. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/query_api.py +0 -0
  18. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/query_runs_api.py +0 -0
  19. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/refresh_api.py +0 -0
  20. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/sandboxes_api.py +0 -0
  21. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/saved_queries_api.py +0 -0
  22. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/secrets_api.py +0 -0
  23. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/uploads_api.py +0 -0
  24. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/workspace_context_api.py +0 -0
  25. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api/workspaces_api.py +0 -0
  26. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/api_response.py +0 -0
  27. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/arrow.py +0 -0
  28. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/configuration.py +0 -0
  29. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/exceptions.py +0 -0
  30. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/__init__.py +0 -0
  31. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/api_error_detail.py +0 -0
  32. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/api_error_response.py +0 -0
  33. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/async_query_response.py +0 -0
  34. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/boolean_profile_detail.py +0 -0
  35. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/categorical_profile_detail.py +0 -0
  36. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/category_value_info.py +0 -0
  37. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_definition.py +0 -0
  38. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_info.py +0 -0
  39. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_detail.py +0 -0
  40. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_detail_one_of.py +0 -0
  41. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_detail_one_of1.py +0 -0
  42. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_detail_one_of2.py +0 -0
  43. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_detail_one_of3.py +0 -0
  44. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_detail_one_of4.py +0 -0
  45. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_profile_info.py +0 -0
  46. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/column_type_spec.py +0 -0
  47. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/connection_health_response.py +0 -0
  48. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/connection_info.py +0 -0
  49. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/connection_refresh_result.py +0 -0
  50. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/connection_schema_error.py +0 -0
  51. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/connection_type_detail.py +0 -0
  52. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/connection_type_summary.py +0 -0
  53. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_connection_request.py +0 -0
  54. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_connection_response.py +0 -0
  55. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_dataset_request.py +0 -0
  56. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_dataset_response.py +0 -0
  57. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_embedding_provider_request.py +0 -0
  58. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_embedding_provider_response.py +0 -0
  59. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_index_request.py +0 -0
  60. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_sandbox_request.py +0 -0
  61. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_saved_query_request.py +0 -0
  62. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_secret_request.py +0 -0
  63. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_secret_response.py +0 -0
  64. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_workspace201_response.py +0 -0
  65. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_workspace_request.py +0 -0
  66. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/create_workspace_response.py +0 -0
  67. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_source.py +0 -0
  68. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_source_one_of.py +0 -0
  69. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_source_one_of1.py +0 -0
  70. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_source_one_of2.py +0 -0
  71. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_source_one_of3.py +0 -0
  72. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_source_one_of4.py +0 -0
  73. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_summary.py +0 -0
  74. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/dataset_version_summary.py +0 -0
  75. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/delete_sandbox_response.py +0 -0
  76. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/discovery_status.py +0 -0
  77. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/embedding_provider_response.py +0 -0
  78. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/error.py +0 -0
  79. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/execute_saved_query_request.py +0 -0
  80. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/get_connection_response.py +0 -0
  81. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/get_dataset_response.py +0 -0
  82. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/get_result_response.py +0 -0
  83. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/get_secret_response.py +0 -0
  84. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/get_workspace_context_response.py +0 -0
  85. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/index_info_response.py +0 -0
  86. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/index_status.py +0 -0
  87. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/information_schema_response.py +0 -0
  88. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/inline_data.py +0 -0
  89. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/inline_dataset_source.py +0 -0
  90. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/job_result.py +0 -0
  91. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/job_status.py +0 -0
  92. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/job_status_response.py +0 -0
  93. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/job_type.py +0 -0
  94. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_connection_types_response.py +0 -0
  95. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_connections_response.py +0 -0
  96. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_dataset_versions_response.py +0 -0
  97. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_datasets_response.py +0 -0
  98. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_embedding_providers_response.py +0 -0
  99. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_indexes_response.py +0 -0
  100. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_jobs_response.py +0 -0
  101. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_query_runs_response.py +0 -0
  102. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_results_response.py +0 -0
  103. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_sandboxes_response.py +0 -0
  104. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_saved_queries_response.py +0 -0
  105. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_saved_query_versions_response.py +0 -0
  106. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_secrets_response.py +0 -0
  107. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_uploads_response.py +0 -0
  108. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_workspace_contexts_response.py +0 -0
  109. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_workspaces200_response.py +0 -0
  110. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/list_workspaces_response.py +0 -0
  111. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/load_managed_table_request.py +0 -0
  112. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/load_managed_table_response.py +0 -0
  113. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/numeric_profile_detail.py +0 -0
  114. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/query_request.py +0 -0
  115. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/query_response.py +0 -0
  116. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/query_run_info.py +0 -0
  117. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/refresh_dataset_response.py +0 -0
  118. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/refresh_request.py +0 -0
  119. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/refresh_response.py +0 -0
  120. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/refresh_warning.py +0 -0
  121. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/result_info.py +0 -0
  122. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/sandbox.py +0 -0
  123. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/sandbox_response.py +0 -0
  124. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/saved_query_dataset_source.py +0 -0
  125. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/saved_query_detail.py +0 -0
  126. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/saved_query_summary.py +0 -0
  127. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/saved_query_version_info.py +0 -0
  128. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/schema_refresh_result.py +0 -0
  129. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/secret_metadata_response.py +0 -0
  130. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/sql_query_dataset_source.py +0 -0
  131. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/submit_job_response.py +0 -0
  132. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/table_info.py +0 -0
  133. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/table_profile_response.py +0 -0
  134. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/table_refresh_error.py +0 -0
  135. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/table_refresh_result.py +0 -0
  136. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/temporal_profile_detail.py +0 -0
  137. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/text_profile_detail.py +0 -0
  138. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_dataset_request.py +0 -0
  139. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_dataset_response.py +0 -0
  140. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_embedding_provider_request.py +0 -0
  141. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_embedding_provider_response.py +0 -0
  142. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_sandbox_request.py +0 -0
  143. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_saved_query_request.py +0 -0
  144. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_secret_request.py +0 -0
  145. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/update_secret_response.py +0 -0
  146. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/upload_dataset_source.py +0 -0
  147. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/upload_info.py +0 -0
  148. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/upload_response.py +0 -0
  149. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/upsert_workspace_context_request.py +0 -0
  150. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/upsert_workspace_context_response.py +0 -0
  151. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/url_dataset_source.py +0 -0
  152. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/workspace_context_entry.py +0 -0
  153. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/workspace_detail.py +0 -0
  154. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/models/workspace_list_item.py +0 -0
  155. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/py.typed +0 -0
  156. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata/rest.py +0 -0
  157. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata.egg-info/SOURCES.txt +0 -0
  158. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata.egg-info/dependency_links.txt +0 -0
  159. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata.egg-info/requires.txt +0 -0
  160. {hotdata-0.2.0 → hotdata-0.2.1}/hotdata.egg-info/top_level.txt +0 -0
  161. {hotdata-0.2.0 → hotdata-0.2.1}/setup.cfg +0 -0
  162. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_api_error_detail.py +0 -0
  163. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_api_error_response.py +0 -0
  164. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_async_query_response.py +0 -0
  165. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_boolean_profile_detail.py +0 -0
  166. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_categorical_profile_detail.py +0 -0
  167. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_category_value_info.py +0 -0
  168. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_definition.py +0 -0
  169. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_info.py +0 -0
  170. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_detail.py +0 -0
  171. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_detail_one_of.py +0 -0
  172. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_detail_one_of1.py +0 -0
  173. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_detail_one_of2.py +0 -0
  174. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_detail_one_of3.py +0 -0
  175. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_detail_one_of4.py +0 -0
  176. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_profile_info.py +0 -0
  177. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_column_type_spec.py +0 -0
  178. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_health_response.py +0 -0
  179. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_info.py +0 -0
  180. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_refresh_result.py +0 -0
  181. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_schema_error.py +0 -0
  182. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_type_detail.py +0 -0
  183. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_type_summary.py +0 -0
  184. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connection_types_api.py +0 -0
  185. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_connections_api.py +0 -0
  186. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_connection_request.py +0 -0
  187. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_connection_response.py +0 -0
  188. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_dataset_request.py +0 -0
  189. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_dataset_response.py +0 -0
  190. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_embedding_provider_request.py +0 -0
  191. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_embedding_provider_response.py +0 -0
  192. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_index_request.py +0 -0
  193. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_sandbox_request.py +0 -0
  194. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_saved_query_request.py +0 -0
  195. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_secret_request.py +0 -0
  196. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_secret_response.py +0 -0
  197. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_workspace201_response.py +0 -0
  198. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_workspace_request.py +0 -0
  199. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_create_workspace_response.py +0 -0
  200. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_source.py +0 -0
  201. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_source_one_of.py +0 -0
  202. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_source_one_of1.py +0 -0
  203. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_source_one_of2.py +0 -0
  204. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_source_one_of3.py +0 -0
  205. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_source_one_of4.py +0 -0
  206. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_summary.py +0 -0
  207. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_dataset_version_summary.py +0 -0
  208. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_datasets_api.py +0 -0
  209. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_delete_sandbox_response.py +0 -0
  210. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_discovery_status.py +0 -0
  211. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_embedding_provider_response.py +0 -0
  212. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_embedding_providers_api.py +0 -0
  213. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_error.py +0 -0
  214. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_execute_saved_query_request.py +0 -0
  215. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_get_connection_response.py +0 -0
  216. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_get_dataset_response.py +0 -0
  217. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_get_result_response.py +0 -0
  218. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_get_secret_response.py +0 -0
  219. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_get_workspace_context_response.py +0 -0
  220. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_index_info_response.py +0 -0
  221. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_index_status.py +0 -0
  222. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_indexes_api.py +0 -0
  223. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_information_schema_api.py +0 -0
  224. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_information_schema_response.py +0 -0
  225. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_inline_data.py +0 -0
  226. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_inline_dataset_source.py +0 -0
  227. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_job_result.py +0 -0
  228. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_job_status.py +0 -0
  229. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_job_status_response.py +0 -0
  230. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_job_type.py +0 -0
  231. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_jobs_api.py +0 -0
  232. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_connection_types_response.py +0 -0
  233. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_connections_response.py +0 -0
  234. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_dataset_versions_response.py +0 -0
  235. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_datasets_response.py +0 -0
  236. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_embedding_providers_response.py +0 -0
  237. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_indexes_response.py +0 -0
  238. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_jobs_response.py +0 -0
  239. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_query_runs_response.py +0 -0
  240. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_results_response.py +0 -0
  241. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_sandboxes_response.py +0 -0
  242. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_saved_queries_response.py +0 -0
  243. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_saved_query_versions_response.py +0 -0
  244. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_secrets_response.py +0 -0
  245. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_uploads_response.py +0 -0
  246. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_workspace_contexts_response.py +0 -0
  247. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_workspaces200_response.py +0 -0
  248. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_list_workspaces_response.py +0 -0
  249. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_load_managed_table_request.py +0 -0
  250. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_load_managed_table_response.py +0 -0
  251. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_numeric_profile_detail.py +0 -0
  252. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_query_api.py +0 -0
  253. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_query_request.py +0 -0
  254. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_query_response.py +0 -0
  255. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_query_run_info.py +0 -0
  256. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_query_runs_api.py +0 -0
  257. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_refresh_api.py +0 -0
  258. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_refresh_dataset_response.py +0 -0
  259. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_refresh_request.py +0 -0
  260. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_refresh_response.py +0 -0
  261. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_refresh_warning.py +0 -0
  262. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_result_info.py +0 -0
  263. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_results_api.py +0 -0
  264. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_results_format_query.py +0 -0
  265. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_sandbox.py +0 -0
  266. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_sandbox_response.py +0 -0
  267. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_sandboxes_api.py +0 -0
  268. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_saved_queries_api.py +0 -0
  269. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_saved_query_dataset_source.py +0 -0
  270. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_saved_query_detail.py +0 -0
  271. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_saved_query_summary.py +0 -0
  272. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_saved_query_version_info.py +0 -0
  273. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_schema_refresh_result.py +0 -0
  274. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_secret_metadata_response.py +0 -0
  275. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_secrets_api.py +0 -0
  276. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_sql_query_dataset_source.py +0 -0
  277. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_submit_job_response.py +0 -0
  278. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_table_info.py +0 -0
  279. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_table_profile_response.py +0 -0
  280. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_table_refresh_error.py +0 -0
  281. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_table_refresh_result.py +0 -0
  282. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_temporal_profile_detail.py +0 -0
  283. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_text_profile_detail.py +0 -0
  284. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_dataset_request.py +0 -0
  285. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_dataset_response.py +0 -0
  286. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_embedding_provider_request.py +0 -0
  287. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_embedding_provider_response.py +0 -0
  288. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_sandbox_request.py +0 -0
  289. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_saved_query_request.py +0 -0
  290. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_secret_request.py +0 -0
  291. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_update_secret_response.py +0 -0
  292. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_upload_dataset_source.py +0 -0
  293. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_upload_info.py +0 -0
  294. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_upload_response.py +0 -0
  295. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_uploads_api.py +0 -0
  296. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_upsert_workspace_context_request.py +0 -0
  297. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_upsert_workspace_context_response.py +0 -0
  298. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_url_dataset_source.py +0 -0
  299. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_workspace_context_api.py +0 -0
  300. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_workspace_context_entry.py +0 -0
  301. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_workspace_detail.py +0 -0
  302. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_workspace_list_item.py +0 -0
  303. {hotdata-0.2.0 → hotdata-0.2.1}/test/test_workspaces_api.py +0 -0
  304. {hotdata-0.2.0 → hotdata-0.2.1}/tests/test_arrow.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hotdata
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Hotdata API
5
5
  Author-email: Hotdata <developers@hotdata.dev>
6
6
  License: MIT
@@ -47,7 +47,7 @@ class ResultsApi:
47
47
  id: Annotated[StrictStr, Field(description="Result ID")],
48
48
  offset: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Rows to skip (default: 0)")] = None,
49
49
  limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Maximum rows to return (default: unbounded)")] = None,
50
- format: Annotated[Optional[ResultsFormatQuery], Field(description="`arrow` or `json` — overrides the `Accept` header.")] = None,
50
+ format: Annotated[Optional[ResultsFormatQuery], Field(description="`arrow`, `json`, `csv`, `md`, or `parquet` — overrides the `Accept` header. `markdown` is also accepted at runtime as an alias for `md`, but is not in the OpenAPI enum to keep the SDK shape clean.")] = None,
51
51
  _request_timeout: Union[
52
52
  None,
53
53
  Annotated[StrictFloat, Field(gt=0)],
@@ -63,7 +63,7 @@ class ResultsApi:
63
63
  ) -> GetResultResponse:
64
64
  """Get result
65
65
 
66
- Retrieve a persisted query result by ID. The response format for the `ready` state is selected by `Accept` header or `?format=` query param; non-ready states use the same status codes and JSON body shape regardless of format. | Result status | Status × body | |-----------------------|------------------------------------------------------------------------------| | `ready` + JSON | 200 `application/json` — `GetResultResponse` with `columns`, `rows`, etc. | | `ready` + Arrow | 200 `application/vnd.apache.arrow.stream` — schema, RecordBatches, EOS | | `pending`/`processing`| 202 `application/json` `{status, result_id}` + `Retry-After` | | `failed` | 409 `application/json` `{status, result_id, error_message}` | | not found | 404 `application/json` (`ApiErrorResponse`) | `?format=arrow` (or `?format=json`) takes precedence over `Accept`. Use `?offset=N&limit=M` to slice the result; `offset` defaults to 0 and `limit` is unbounded by default. Both must be non-negative; invalid values return 400. When a finite `limit` doesn't reach the end of the result, a `Link` header with `rel=\"next\"` points at the following page. Ready responses (both formats) carry `X-Total-Row-Count` (full result row count from parquet metadata, independent of offset/limit). The Arrow path streams end-to-end with no spawned task between the parquet reader and the wire — clients can disconnect at any time and the server stops reading.
66
+ Retrieve a persisted query result by ID. The response format for the `ready` state is selected by `Accept` header or `?format=` query param; non-ready states use the same status codes and JSON body shape regardless of format. | Result status | Status × body | |-----------------------|------------------------------------------------------------------------------| | `ready` + JSON | 200 `application/json` — `GetResultResponse` with `columns`, `rows`, etc. | | `ready` + Arrow | 200 `application/vnd.apache.arrow.stream` — schema, RecordBatches, EOS | | `ready` + CSV | 200 `text/csv; charset=utf-8` — single header row, streamed batch-by-batch | | `ready` + Markdown | 200 `text/markdown; charset=utf-8` — GitHub-flavored pipe table, streamed | | `ready` + Parquet | 200 `application/vnd.apache.parquet` — raw parquet bytes (no conversion) | | `pending`/`processing`| 202 `application/json` `{status, result_id}` + `Retry-After` | | `failed` | 409 `application/json` `{status, result_id, error_message}` | | not found | 404 `application/json` (`ApiErrorResponse`) | `?format=` accepts `arrow`, `json`, `csv`, `md`, `parquet` and takes precedence over `Accept`. `markdown` is accepted as a runtime alias for `md` (the OpenAPI enum lists only `md` to keep the SDK shape clean). Use `?offset=N&limit=M` to slice the result; `offset` defaults to 0 and `limit` is unbounded by default. Both must be non-negative; invalid values return 400. When a finite `limit` doesn't reach the end of the result, a `Link` header with `rel=\"next\"` points at the following page. `?offset`/`?limit` are ignored for `format=parquet` since that path returns the underlying file unchanged. Ready responses (Arrow, CSV, Markdown, JSON) carry `X-Total-Row-Count` (full result row count from parquet metadata, independent of offset/limit). The streaming paths run end-to-end with no spawned task between the parquet reader and the wire — clients can disconnect at any time and the server stops reading. IEEE special floats (`±Inf`, `NaN`) have no canonical JSON representation. For cross-format consistency the JSON, CSV, and Markdown paths emit them as `null` / empty cells, and JSON `nullable[]` is widened to match. The Arrow IPC and Parquet bodies are binary round-trip formats and preserve the raw IEEE values; callers cross-checking a result across CSV and Parquet should not byte-compare those slots.
67
67
 
68
68
  :param id: Result ID (required)
69
69
  :type id: str
@@ -71,7 +71,7 @@ class ResultsApi:
71
71
  :type offset: int
72
72
  :param limit: Maximum rows to return (default: unbounded)
73
73
  :type limit: int
74
- :param format: `arrow` or `json` — overrides the `Accept` header.
74
+ :param format: `arrow`, `json`, `csv`, `md`, or `parquet` — overrides the `Accept` header. `markdown` is also accepted at runtime as an alias for `md`, but is not in the OpenAPI enum to keep the SDK shape clean.
75
75
  :type format: ResultsFormatQuery
76
76
  :param _request_timeout: timeout setting for this request. If one
77
77
  number provided, it will be total request
@@ -130,7 +130,7 @@ class ResultsApi:
130
130
  id: Annotated[StrictStr, Field(description="Result ID")],
131
131
  offset: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Rows to skip (default: 0)")] = None,
132
132
  limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Maximum rows to return (default: unbounded)")] = None,
133
- format: Annotated[Optional[ResultsFormatQuery], Field(description="`arrow` or `json` — overrides the `Accept` header.")] = None,
133
+ format: Annotated[Optional[ResultsFormatQuery], Field(description="`arrow`, `json`, `csv`, `md`, or `parquet` — overrides the `Accept` header. `markdown` is also accepted at runtime as an alias for `md`, but is not in the OpenAPI enum to keep the SDK shape clean.")] = None,
134
134
  _request_timeout: Union[
135
135
  None,
136
136
  Annotated[StrictFloat, Field(gt=0)],
@@ -146,7 +146,7 @@ class ResultsApi:
146
146
  ) -> ApiResponse[GetResultResponse]:
147
147
  """Get result
148
148
 
149
- Retrieve a persisted query result by ID. The response format for the `ready` state is selected by `Accept` header or `?format=` query param; non-ready states use the same status codes and JSON body shape regardless of format. | Result status | Status × body | |-----------------------|------------------------------------------------------------------------------| | `ready` + JSON | 200 `application/json` — `GetResultResponse` with `columns`, `rows`, etc. | | `ready` + Arrow | 200 `application/vnd.apache.arrow.stream` — schema, RecordBatches, EOS | | `pending`/`processing`| 202 `application/json` `{status, result_id}` + `Retry-After` | | `failed` | 409 `application/json` `{status, result_id, error_message}` | | not found | 404 `application/json` (`ApiErrorResponse`) | `?format=arrow` (or `?format=json`) takes precedence over `Accept`. Use `?offset=N&limit=M` to slice the result; `offset` defaults to 0 and `limit` is unbounded by default. Both must be non-negative; invalid values return 400. When a finite `limit` doesn't reach the end of the result, a `Link` header with `rel=\"next\"` points at the following page. Ready responses (both formats) carry `X-Total-Row-Count` (full result row count from parquet metadata, independent of offset/limit). The Arrow path streams end-to-end with no spawned task between the parquet reader and the wire — clients can disconnect at any time and the server stops reading.
149
+ Retrieve a persisted query result by ID. The response format for the `ready` state is selected by `Accept` header or `?format=` query param; non-ready states use the same status codes and JSON body shape regardless of format. | Result status | Status × body | |-----------------------|------------------------------------------------------------------------------| | `ready` + JSON | 200 `application/json` — `GetResultResponse` with `columns`, `rows`, etc. | | `ready` + Arrow | 200 `application/vnd.apache.arrow.stream` — schema, RecordBatches, EOS | | `ready` + CSV | 200 `text/csv; charset=utf-8` — single header row, streamed batch-by-batch | | `ready` + Markdown | 200 `text/markdown; charset=utf-8` — GitHub-flavored pipe table, streamed | | `ready` + Parquet | 200 `application/vnd.apache.parquet` — raw parquet bytes (no conversion) | | `pending`/`processing`| 202 `application/json` `{status, result_id}` + `Retry-After` | | `failed` | 409 `application/json` `{status, result_id, error_message}` | | not found | 404 `application/json` (`ApiErrorResponse`) | `?format=` accepts `arrow`, `json`, `csv`, `md`, `parquet` and takes precedence over `Accept`. `markdown` is accepted as a runtime alias for `md` (the OpenAPI enum lists only `md` to keep the SDK shape clean). Use `?offset=N&limit=M` to slice the result; `offset` defaults to 0 and `limit` is unbounded by default. Both must be non-negative; invalid values return 400. When a finite `limit` doesn't reach the end of the result, a `Link` header with `rel=\"next\"` points at the following page. `?offset`/`?limit` are ignored for `format=parquet` since that path returns the underlying file unchanged. Ready responses (Arrow, CSV, Markdown, JSON) carry `X-Total-Row-Count` (full result row count from parquet metadata, independent of offset/limit). The streaming paths run end-to-end with no spawned task between the parquet reader and the wire — clients can disconnect at any time and the server stops reading. IEEE special floats (`±Inf`, `NaN`) have no canonical JSON representation. For cross-format consistency the JSON, CSV, and Markdown paths emit them as `null` / empty cells, and JSON `nullable[]` is widened to match. The Arrow IPC and Parquet bodies are binary round-trip formats and preserve the raw IEEE values; callers cross-checking a result across CSV and Parquet should not byte-compare those slots.
150
150
 
151
151
  :param id: Result ID (required)
152
152
  :type id: str
@@ -154,7 +154,7 @@ class ResultsApi:
154
154
  :type offset: int
155
155
  :param limit: Maximum rows to return (default: unbounded)
156
156
  :type limit: int
157
- :param format: `arrow` or `json` — overrides the `Accept` header.
157
+ :param format: `arrow`, `json`, `csv`, `md`, or `parquet` — overrides the `Accept` header. `markdown` is also accepted at runtime as an alias for `md`, but is not in the OpenAPI enum to keep the SDK shape clean.
158
158
  :type format: ResultsFormatQuery
159
159
  :param _request_timeout: timeout setting for this request. If one
160
160
  number provided, it will be total request
@@ -213,7 +213,7 @@ class ResultsApi:
213
213
  id: Annotated[StrictStr, Field(description="Result ID")],
214
214
  offset: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Rows to skip (default: 0)")] = None,
215
215
  limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Maximum rows to return (default: unbounded)")] = None,
216
- format: Annotated[Optional[ResultsFormatQuery], Field(description="`arrow` or `json` — overrides the `Accept` header.")] = None,
216
+ format: Annotated[Optional[ResultsFormatQuery], Field(description="`arrow`, `json`, `csv`, `md`, or `parquet` — overrides the `Accept` header. `markdown` is also accepted at runtime as an alias for `md`, but is not in the OpenAPI enum to keep the SDK shape clean.")] = None,
217
217
  _request_timeout: Union[
218
218
  None,
219
219
  Annotated[StrictFloat, Field(gt=0)],
@@ -229,7 +229,7 @@ class ResultsApi:
229
229
  ) -> RESTResponseType:
230
230
  """Get result
231
231
 
232
- Retrieve a persisted query result by ID. The response format for the `ready` state is selected by `Accept` header or `?format=` query param; non-ready states use the same status codes and JSON body shape regardless of format. | Result status | Status × body | |-----------------------|------------------------------------------------------------------------------| | `ready` + JSON | 200 `application/json` — `GetResultResponse` with `columns`, `rows`, etc. | | `ready` + Arrow | 200 `application/vnd.apache.arrow.stream` — schema, RecordBatches, EOS | | `pending`/`processing`| 202 `application/json` `{status, result_id}` + `Retry-After` | | `failed` | 409 `application/json` `{status, result_id, error_message}` | | not found | 404 `application/json` (`ApiErrorResponse`) | `?format=arrow` (or `?format=json`) takes precedence over `Accept`. Use `?offset=N&limit=M` to slice the result; `offset` defaults to 0 and `limit` is unbounded by default. Both must be non-negative; invalid values return 400. When a finite `limit` doesn't reach the end of the result, a `Link` header with `rel=\"next\"` points at the following page. Ready responses (both formats) carry `X-Total-Row-Count` (full result row count from parquet metadata, independent of offset/limit). The Arrow path streams end-to-end with no spawned task between the parquet reader and the wire — clients can disconnect at any time and the server stops reading.
232
+ Retrieve a persisted query result by ID. The response format for the `ready` state is selected by `Accept` header or `?format=` query param; non-ready states use the same status codes and JSON body shape regardless of format. | Result status | Status × body | |-----------------------|------------------------------------------------------------------------------| | `ready` + JSON | 200 `application/json` — `GetResultResponse` with `columns`, `rows`, etc. | | `ready` + Arrow | 200 `application/vnd.apache.arrow.stream` — schema, RecordBatches, EOS | | `ready` + CSV | 200 `text/csv; charset=utf-8` — single header row, streamed batch-by-batch | | `ready` + Markdown | 200 `text/markdown; charset=utf-8` — GitHub-flavored pipe table, streamed | | `ready` + Parquet | 200 `application/vnd.apache.parquet` — raw parquet bytes (no conversion) | | `pending`/`processing`| 202 `application/json` `{status, result_id}` + `Retry-After` | | `failed` | 409 `application/json` `{status, result_id, error_message}` | | not found | 404 `application/json` (`ApiErrorResponse`) | `?format=` accepts `arrow`, `json`, `csv`, `md`, `parquet` and takes precedence over `Accept`. `markdown` is accepted as a runtime alias for `md` (the OpenAPI enum lists only `md` to keep the SDK shape clean). Use `?offset=N&limit=M` to slice the result; `offset` defaults to 0 and `limit` is unbounded by default. Both must be non-negative; invalid values return 400. When a finite `limit` doesn't reach the end of the result, a `Link` header with `rel=\"next\"` points at the following page. `?offset`/`?limit` are ignored for `format=parquet` since that path returns the underlying file unchanged. Ready responses (Arrow, CSV, Markdown, JSON) carry `X-Total-Row-Count` (full result row count from parquet metadata, independent of offset/limit). The streaming paths run end-to-end with no spawned task between the parquet reader and the wire — clients can disconnect at any time and the server stops reading. IEEE special floats (`±Inf`, `NaN`) have no canonical JSON representation. For cross-format consistency the JSON, CSV, and Markdown paths emit them as `null` / empty cells, and JSON `nullable[]` is widened to match. The Arrow IPC and Parquet bodies are binary round-trip formats and preserve the raw IEEE values; callers cross-checking a result across CSV and Parquet should not byte-compare those slots.
233
233
 
234
234
  :param id: Result ID (required)
235
235
  :type id: str
@@ -237,7 +237,7 @@ class ResultsApi:
237
237
  :type offset: int
238
238
  :param limit: Maximum rows to return (default: unbounded)
239
239
  :type limit: int
240
- :param format: `arrow` or `json` — overrides the `Accept` header.
240
+ :param format: `arrow`, `json`, `csv`, `md`, or `parquet` — overrides the `Accept` header. `markdown` is also accepted at runtime as an alias for `md`, but is not in the OpenAPI enum to keep the SDK shape clean.
241
241
  :type format: ResultsFormatQuery
242
242
  :param _request_timeout: timeout setting for this request. If one
243
243
  number provided, it will be total request
@@ -338,7 +338,10 @@ class ResultsApi:
338
338
  _header_params['Accept'] = self.api_client.select_header_accept(
339
339
  [
340
340
  'application/json',
341
- 'application/vnd.apache.arrow.stream'
341
+ 'application/vnd.apache.arrow.stream',
342
+ 'text/csv',
343
+ 'text/markdown',
344
+ 'application/vnd.apache.parquet'
342
345
  ]
343
346
  )
344
347
 
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/0.1.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.2.0/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -21,7 +21,7 @@ from typing_extensions import Self
21
21
 
22
22
  class ResultsFormatQuery(str, Enum):
23
23
  """
24
- Schema for the `?format=` query parameter on `GET /v1/results/{id}`. Documents the canonical values accepted (`arrow`, `json`). The handler's negotiator (`negotiate_results_format`) is intentionally permissive — case-insensitive, with unknown values falling through to the `Accept` header — so this enum only declares the spec-level contract for clients and SDK generators.
24
+ Schema for the `?format=` query parameter on `GET /v1/results/{id}`. Documents the canonical values that SDKs should treat as a closed set (`arrow`, `json`, `csv`, `md`, `parquet`). The runtime handler's negotiator (`negotiate_results_format`) additionally accepts `markdown` as an alias for `md` — case-insensitive, with unknown values falling through to the `Accept` header — but `markdown` is intentionally NOT listed in this enum so SDK generators emit a single canonical `Markdown` (or equivalent) variant rather than two distinct ones for the same logical format.
25
25
  """
26
26
 
27
27
  """
@@ -29,6 +29,9 @@ class ResultsFormatQuery(str, Enum):
29
29
  """
30
30
  ARROW = 'arrow'
31
31
  JSON = 'json'
32
+ CSV = 'csv'
33
+ MD = 'md'
34
+ PARQUET = 'parquet'
32
35
 
33
36
  @classmethod
34
37
  def from_json(cls, json_str: str) -> Self:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hotdata
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Hotdata API
5
5
  Author-email: Hotdata <developers@hotdata.dev>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hotdata"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Hotdata API"
5
5
  authors = [
6
6
  {name = "Hotdata",email = "developers@hotdata.dev"},
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes