athena-intelligence 0.1.212__tar.gz → 0.1.213__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.
Potentially problematic release.
This version of athena-intelligence might be problematic. Click here for more details.
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/PKG-INFO +1 -1
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/pyproject.toml +1 -1
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/client_wrapper.py +2 -2
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/sheets/client.py +18 -16
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/sheets/raw_client.py +12 -12
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/get_table_response.py +7 -2
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/README.md +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/drive/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/drive/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/drive/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/general/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/general/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/general/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/research/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/research/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/research/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/sql/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/sql/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/sql/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/aop/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/aop/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/aop/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/assets/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/assets/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/assets/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/base_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/api_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/datetime_utils.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/file.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/force_multipart.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/http_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/http_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/jsonable_encoder.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/pydantic_utilities.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/query_encoder.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/remove_none_from_dict.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/request_options.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/serialization.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/environment.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/bad_request_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/content_too_large_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/internal_server_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/not_found_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/unauthorized_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/unprocessable_entity_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/unsupported_media_type_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/py.typed +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/query/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/query/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/query/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/query/types/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/query/types/query_execute_request_database_asset_ids.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/threads/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/threads/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/threads/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/calendar/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/calendar/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/calendar/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/email/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/email/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/email/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/sheets/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/structured_data_extractor/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/structured_data_extractor/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/structured_data_extractor/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/tasks/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/tasks/client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/tasks/raw_client.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/types/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/__init__.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/aop_async_execute_response_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/aop_execute_request_in.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/aop_execute_response_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/asset_content_request_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/asset_node.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/asset_not_found_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/asset_screenshot_response_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/chunk.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/chunk_content_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/chunk_result.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/chunk_result_chunk_id.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/content.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/conversation_asset_info.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/create_new_sheet_tab_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/custom_agent_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out_index_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/data_frame_unknown_format_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/document_chunk.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/drive_agent_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/file_chunk_request_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/file_too_large_error.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/folder_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_config.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_config_enabled_tools_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_request.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_response_message.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_response_message_kwargs.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/id.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/image_url_content.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/input_message.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/input_message_content_item.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/paginated_assets_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/prompt_message.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/public_asset_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/research_agent_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/save_asset_request_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/sheet_operation_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/sql_agent_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/structured_data_extractor_response.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/text_content.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/thread_status_response_out.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/type.py +0 -0
- {athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/version.py +0 -0
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/client_wrapper.py
RENAMED
|
@@ -22,10 +22,10 @@ class BaseClientWrapper:
|
|
|
22
22
|
|
|
23
23
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
24
24
|
headers: typing.Dict[str, str] = {
|
|
25
|
-
"User-Agent": "athena-intelligence/0.1.
|
|
25
|
+
"User-Agent": "athena-intelligence/0.1.213",
|
|
26
26
|
"X-Fern-Language": "Python",
|
|
27
27
|
"X-Fern-SDK-Name": "athena-intelligence",
|
|
28
|
-
"X-Fern-SDK-Version": "0.1.
|
|
28
|
+
"X-Fern-SDK-Version": "0.1.213",
|
|
29
29
|
**(self.get_custom_headers() or {}),
|
|
30
30
|
}
|
|
31
31
|
headers["X-API-KEY"] = self.api_key
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/sheets/client.py
RENAMED
|
@@ -884,7 +884,7 @@ class SheetsClient:
|
|
|
884
884
|
)
|
|
885
885
|
return _response.data
|
|
886
886
|
|
|
887
|
-
def
|
|
887
|
+
def get_table(
|
|
888
888
|
self,
|
|
889
889
|
*,
|
|
890
890
|
asset_id: str,
|
|
@@ -921,12 +921,12 @@ class SheetsClient:
|
|
|
921
921
|
client = Athena(
|
|
922
922
|
api_key="YOUR_API_KEY",
|
|
923
923
|
)
|
|
924
|
-
client.tools.sheets.
|
|
924
|
+
client.tools.sheets.get_table(
|
|
925
925
|
asset_id="asset_id",
|
|
926
926
|
table_name="table_name",
|
|
927
927
|
)
|
|
928
928
|
"""
|
|
929
|
-
_response = self._raw_client.
|
|
929
|
+
_response = self._raw_client.get_table(
|
|
930
930
|
asset_id=asset_id, table_name=table_name, table_id=table_id, request_options=request_options
|
|
931
931
|
)
|
|
932
932
|
return _response.data
|
|
@@ -936,8 +936,8 @@ class SheetsClient:
|
|
|
936
936
|
*,
|
|
937
937
|
asset_id: str,
|
|
938
938
|
row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
|
|
939
|
+
table_name: str,
|
|
939
940
|
table_id: typing.Optional[str] = OMIT,
|
|
940
|
-
table_name: typing.Optional[str] = OMIT,
|
|
941
941
|
request_options: typing.Optional[RequestOptions] = None,
|
|
942
942
|
) -> SheetOperationResponse:
|
|
943
943
|
"""
|
|
@@ -951,12 +951,12 @@ class SheetsClient:
|
|
|
951
951
|
row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
|
|
952
952
|
Array of row objects where keys are column names and values are cell values
|
|
953
953
|
|
|
954
|
+
table_name : str
|
|
955
|
+
Table name to insert row into
|
|
956
|
+
|
|
954
957
|
table_id : typing.Optional[str]
|
|
955
958
|
Table ID to insert row into
|
|
956
959
|
|
|
957
|
-
table_name : typing.Optional[str]
|
|
958
|
-
Table name to insert row into
|
|
959
|
-
|
|
960
960
|
request_options : typing.Optional[RequestOptions]
|
|
961
961
|
Request-specific configuration.
|
|
962
962
|
|
|
@@ -975,13 +975,14 @@ class SheetsClient:
|
|
|
975
975
|
client.tools.sheets.insert_table_row(
|
|
976
976
|
asset_id="asset_id",
|
|
977
977
|
row_data=[{}],
|
|
978
|
+
table_name="table_name",
|
|
978
979
|
)
|
|
979
980
|
"""
|
|
980
981
|
_response = self._raw_client.insert_table_row(
|
|
981
982
|
asset_id=asset_id,
|
|
982
983
|
row_data=row_data,
|
|
983
|
-
table_id=table_id,
|
|
984
984
|
table_name=table_name,
|
|
985
|
+
table_id=table_id,
|
|
985
986
|
request_options=request_options,
|
|
986
987
|
)
|
|
987
988
|
return _response.data
|
|
@@ -2050,7 +2051,7 @@ class AsyncSheetsClient:
|
|
|
2050
2051
|
)
|
|
2051
2052
|
return _response.data
|
|
2052
2053
|
|
|
2053
|
-
async def
|
|
2054
|
+
async def get_table(
|
|
2054
2055
|
self,
|
|
2055
2056
|
*,
|
|
2056
2057
|
asset_id: str,
|
|
@@ -2092,7 +2093,7 @@ class AsyncSheetsClient:
|
|
|
2092
2093
|
|
|
2093
2094
|
|
|
2094
2095
|
async def main() -> None:
|
|
2095
|
-
await client.tools.sheets.
|
|
2096
|
+
await client.tools.sheets.get_table(
|
|
2096
2097
|
asset_id="asset_id",
|
|
2097
2098
|
table_name="table_name",
|
|
2098
2099
|
)
|
|
@@ -2100,7 +2101,7 @@ class AsyncSheetsClient:
|
|
|
2100
2101
|
|
|
2101
2102
|
asyncio.run(main())
|
|
2102
2103
|
"""
|
|
2103
|
-
_response = await self._raw_client.
|
|
2104
|
+
_response = await self._raw_client.get_table(
|
|
2104
2105
|
asset_id=asset_id, table_name=table_name, table_id=table_id, request_options=request_options
|
|
2105
2106
|
)
|
|
2106
2107
|
return _response.data
|
|
@@ -2110,8 +2111,8 @@ class AsyncSheetsClient:
|
|
|
2110
2111
|
*,
|
|
2111
2112
|
asset_id: str,
|
|
2112
2113
|
row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
|
|
2114
|
+
table_name: str,
|
|
2113
2115
|
table_id: typing.Optional[str] = OMIT,
|
|
2114
|
-
table_name: typing.Optional[str] = OMIT,
|
|
2115
2116
|
request_options: typing.Optional[RequestOptions] = None,
|
|
2116
2117
|
) -> SheetOperationResponse:
|
|
2117
2118
|
"""
|
|
@@ -2125,12 +2126,12 @@ class AsyncSheetsClient:
|
|
|
2125
2126
|
row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
|
|
2126
2127
|
Array of row objects where keys are column names and values are cell values
|
|
2127
2128
|
|
|
2129
|
+
table_name : str
|
|
2130
|
+
Table name to insert row into
|
|
2131
|
+
|
|
2128
2132
|
table_id : typing.Optional[str]
|
|
2129
2133
|
Table ID to insert row into
|
|
2130
2134
|
|
|
2131
|
-
table_name : typing.Optional[str]
|
|
2132
|
-
Table name to insert row into
|
|
2133
|
-
|
|
2134
2135
|
request_options : typing.Optional[RequestOptions]
|
|
2135
2136
|
Request-specific configuration.
|
|
2136
2137
|
|
|
@@ -2154,6 +2155,7 @@ class AsyncSheetsClient:
|
|
|
2154
2155
|
await client.tools.sheets.insert_table_row(
|
|
2155
2156
|
asset_id="asset_id",
|
|
2156
2157
|
row_data=[{}],
|
|
2158
|
+
table_name="table_name",
|
|
2157
2159
|
)
|
|
2158
2160
|
|
|
2159
2161
|
|
|
@@ -2162,8 +2164,8 @@ class AsyncSheetsClient:
|
|
|
2162
2164
|
_response = await self._raw_client.insert_table_row(
|
|
2163
2165
|
asset_id=asset_id,
|
|
2164
2166
|
row_data=row_data,
|
|
2165
|
-
table_id=table_id,
|
|
2166
2167
|
table_name=table_name,
|
|
2168
|
+
table_id=table_id,
|
|
2167
2169
|
request_options=request_options,
|
|
2168
2170
|
)
|
|
2169
2171
|
return _response.data
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/sheets/raw_client.py
RENAMED
|
@@ -1141,7 +1141,7 @@ class RawSheetsClient:
|
|
|
1141
1141
|
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response.text)
|
|
1142
1142
|
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response_json)
|
|
1143
1143
|
|
|
1144
|
-
def
|
|
1144
|
+
def get_table(
|
|
1145
1145
|
self,
|
|
1146
1146
|
*,
|
|
1147
1147
|
asset_id: str,
|
|
@@ -1172,7 +1172,7 @@ class RawSheetsClient:
|
|
|
1172
1172
|
Successful Response
|
|
1173
1173
|
"""
|
|
1174
1174
|
_response = self._client_wrapper.httpx_client.request(
|
|
1175
|
-
"api/v0/tools/sheets/table/
|
|
1175
|
+
"api/v0/tools/sheets/table/get",
|
|
1176
1176
|
method="POST",
|
|
1177
1177
|
json={
|
|
1178
1178
|
"asset_id": asset_id,
|
|
@@ -1216,8 +1216,8 @@ class RawSheetsClient:
|
|
|
1216
1216
|
*,
|
|
1217
1217
|
asset_id: str,
|
|
1218
1218
|
row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
|
|
1219
|
+
table_name: str,
|
|
1219
1220
|
table_id: typing.Optional[str] = OMIT,
|
|
1220
|
-
table_name: typing.Optional[str] = OMIT,
|
|
1221
1221
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1222
1222
|
) -> HttpResponse[SheetOperationResponse]:
|
|
1223
1223
|
"""
|
|
@@ -1231,12 +1231,12 @@ class RawSheetsClient:
|
|
|
1231
1231
|
row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
|
|
1232
1232
|
Array of row objects where keys are column names and values are cell values
|
|
1233
1233
|
|
|
1234
|
+
table_name : str
|
|
1235
|
+
Table name to insert row into
|
|
1236
|
+
|
|
1234
1237
|
table_id : typing.Optional[str]
|
|
1235
1238
|
Table ID to insert row into
|
|
1236
1239
|
|
|
1237
|
-
table_name : typing.Optional[str]
|
|
1238
|
-
Table name to insert row into
|
|
1239
|
-
|
|
1240
1240
|
request_options : typing.Optional[RequestOptions]
|
|
1241
1241
|
Request-specific configuration.
|
|
1242
1242
|
|
|
@@ -2506,7 +2506,7 @@ class AsyncRawSheetsClient:
|
|
|
2506
2506
|
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response.text)
|
|
2507
2507
|
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response_json)
|
|
2508
2508
|
|
|
2509
|
-
async def
|
|
2509
|
+
async def get_table(
|
|
2510
2510
|
self,
|
|
2511
2511
|
*,
|
|
2512
2512
|
asset_id: str,
|
|
@@ -2537,7 +2537,7 @@ class AsyncRawSheetsClient:
|
|
|
2537
2537
|
Successful Response
|
|
2538
2538
|
"""
|
|
2539
2539
|
_response = await self._client_wrapper.httpx_client.request(
|
|
2540
|
-
"api/v0/tools/sheets/table/
|
|
2540
|
+
"api/v0/tools/sheets/table/get",
|
|
2541
2541
|
method="POST",
|
|
2542
2542
|
json={
|
|
2543
2543
|
"asset_id": asset_id,
|
|
@@ -2581,8 +2581,8 @@ class AsyncRawSheetsClient:
|
|
|
2581
2581
|
*,
|
|
2582
2582
|
asset_id: str,
|
|
2583
2583
|
row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
|
|
2584
|
+
table_name: str,
|
|
2584
2585
|
table_id: typing.Optional[str] = OMIT,
|
|
2585
|
-
table_name: typing.Optional[str] = OMIT,
|
|
2586
2586
|
request_options: typing.Optional[RequestOptions] = None,
|
|
2587
2587
|
) -> AsyncHttpResponse[SheetOperationResponse]:
|
|
2588
2588
|
"""
|
|
@@ -2596,12 +2596,12 @@ class AsyncRawSheetsClient:
|
|
|
2596
2596
|
row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
|
|
2597
2597
|
Array of row objects where keys are column names and values are cell values
|
|
2598
2598
|
|
|
2599
|
+
table_name : str
|
|
2600
|
+
Table name to insert row into
|
|
2601
|
+
|
|
2599
2602
|
table_id : typing.Optional[str]
|
|
2600
2603
|
Table ID to insert row into
|
|
2601
2604
|
|
|
2602
|
-
table_name : typing.Optional[str]
|
|
2603
|
-
Table name to insert row into
|
|
2604
|
-
|
|
2605
2605
|
request_options : typing.Optional[RequestOptions]
|
|
2606
2606
|
Request-specific configuration.
|
|
2607
2607
|
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/get_table_response.py
RENAMED
|
@@ -12,9 +12,9 @@ class GetTableResponse(UniversalBaseModel):
|
|
|
12
12
|
The ID of the spreadsheet asset
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
columns: typing.List[typing.Dict[str, str]] = pydantic.Field()
|
|
16
16
|
"""
|
|
17
|
-
Array of
|
|
17
|
+
Array of column objects with name and other metadata
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
message: str = pydantic.Field()
|
|
@@ -22,6 +22,11 @@ class GetTableResponse(UniversalBaseModel):
|
|
|
22
22
|
Success message or error description
|
|
23
23
|
"""
|
|
24
24
|
|
|
25
|
+
rows: typing.List[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field()
|
|
26
|
+
"""
|
|
27
|
+
Array of row objects with column names as keys
|
|
28
|
+
"""
|
|
29
|
+
|
|
25
30
|
success: bool = pydantic.Field()
|
|
26
31
|
"""
|
|
27
32
|
Whether the operation was successful
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/drive/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/drive/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/drive/raw_client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/general/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/general/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/general/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/research/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/research/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/research/raw_client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/sql/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/agents/sql/raw_client.py
RENAMED
|
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
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/datetime_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/force_multipart.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/http_response.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/jsonable_encoder.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/pydantic_utilities.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/query_encoder.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/remove_none_from_dict.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/request_options.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/core/serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/bad_request_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/not_found_error.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/errors/unauthorized_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/query/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/threads/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/calendar/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/calendar/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/calendar/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/email/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/email/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/email/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/sheets/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/tasks/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/tasks/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/tasks/raw_client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/tools/types/__init__.py
RENAMED
|
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
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/chunk_content_item.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/chunk_result.py
RENAMED
|
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
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/document_chunk.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/drive_agent_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/file_too_large_error.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/folder_response.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/general_agent_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/image_url_content.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/input_message.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/paginated_assets_out.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/prompt_message.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/public_asset_out.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/sql_agent_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.212 → athena_intelligence-0.1.213}/src/athena/types/text_content.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|