Skip to content

Commit e14c5cd

Browse files
feat(api): api update (#180)
1 parent 611c8df commit e14c5cd

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 96
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-02fbb644978089e8596def9999f5729633b652fba35bf04e374dbb71e7630355.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-aa7fcadf3b0f8e8f6e31a78ff104d81fdcbc71e13345c636bee68867f135c4ab.yml

src/asktable/resources/datasources/datasources.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def create(
103103
"postgresql",
104104
"oceanbase",
105105
"clickhouse",
106-
"csv",
107106
"excel",
108107
"starrocks",
109108
"hive",
@@ -201,7 +200,6 @@ def update(
201200
"postgresql",
202201
"oceanbase",
203202
"clickhouse",
204-
"csv",
205203
"excel",
206204
"starrocks",
207205
"hive",
@@ -571,7 +569,6 @@ async def create(
571569
"postgresql",
572570
"oceanbase",
573571
"clickhouse",
574-
"csv",
575572
"excel",
576573
"starrocks",
577574
"hive",
@@ -669,7 +666,6 @@ async def update(
669666
"postgresql",
670667
"oceanbase",
671668
"clickhouse",
672-
"csv",
673669
"excel",
674670
"starrocks",
675671
"hive",

src/asktable/types/datasource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Datasource(BaseModel):
2222
"postgresql",
2323
"oceanbase",
2424
"clickhouse",
25-
"csv",
2625
"excel",
2726
"starrocks",
2827
"hive",

src/asktable/types/datasource_create_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class DatasourceCreateParams(TypedDict, total=False):
2121
"postgresql",
2222
"oceanbase",
2323
"clickhouse",
24-
"csv",
2524
"excel",
2625
"starrocks",
2726
"hive",

src/asktable/types/datasource_retrieve_response.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class DatasourceRetrieveResponse(BaseModel):
6767
"postgresql",
6868
"oceanbase",
6969
"clickhouse",
70-
"csv",
7170
"excel",
7271
"starrocks",
7372
"hive",

src/asktable/types/datasource_update_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class DatasourceUpdateParams(TypedDict, total=False):
2727
"postgresql",
2828
"oceanbase",
2929
"clickhouse",
30-
"csv",
3130
"excel",
3231
"starrocks",
3332
"hive",

0 commit comments

Comments
 (0)