Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 96
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-c30d8d770e7eebaf6759a81297d7acb36f8727cac39666a92f60a088db2845db.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-10d44714ee3dc6026ddd16d5f97af6c5f5807d40d0333deb20cb458d2b79047a.yml
4 changes: 4 additions & 0 deletions src/asktable/resources/datasources/datasources.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def create(
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
],
access_config: Optional[datasource_create_params.AccessConfig] | NotGiven = NOT_GIVEN,
name: Optional[str] | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -211,6 +212,7 @@ def update(
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
]
]
| NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -582,6 +584,7 @@ async def create(
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
],
access_config: Optional[datasource_create_params.AccessConfig] | NotGiven = NOT_GIVEN,
name: Optional[str] | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -681,6 +684,7 @@ async def update(
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
]
]
| NotGiven = NOT_GIVEN,
Expand Down
1 change: 1 addition & 0 deletions src/asktable/types/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Datasource(BaseModel):
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
]
"""数据源引擎"""

Expand Down
1 change: 1 addition & 0 deletions src/asktable/types/datasource_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DatasourceCreateParams(TypedDict, total=False):
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
]
]
"""数据源引擎"""
Expand Down
1 change: 1 addition & 0 deletions src/asktable/types/datasource_retrieve_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class DatasourceRetrieveResponse(BaseModel):
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
]
"""数据源引擎"""

Expand Down
1 change: 1 addition & 0 deletions src/asktable/types/datasource_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class DatasourceUpdateParams(TypedDict, total=False):
"dameng",
"adbmysql",
"adbpostgres",
"xugu",
]
]
"""数据源引擎"""
Expand Down