diff --git a/.stats.yml b/.stats.yml index 92764e07..6d96be16 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 96 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-02fbb644978089e8596def9999f5729633b652fba35bf04e374dbb71e7630355.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-aa7fcadf3b0f8e8f6e31a78ff104d81fdcbc71e13345c636bee68867f135c4ab.yml diff --git a/src/asktable/resources/datasources/datasources.py b/src/asktable/resources/datasources/datasources.py index 099d2695..8ad17d77 100644 --- a/src/asktable/resources/datasources/datasources.py +++ b/src/asktable/resources/datasources/datasources.py @@ -103,7 +103,6 @@ def create( "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", @@ -201,7 +200,6 @@ def update( "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", @@ -571,7 +569,6 @@ async def create( "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", @@ -669,7 +666,6 @@ async def update( "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", diff --git a/src/asktable/types/datasource.py b/src/asktable/types/datasource.py index 678c320f..2c595976 100644 --- a/src/asktable/types/datasource.py +++ b/src/asktable/types/datasource.py @@ -22,7 +22,6 @@ class Datasource(BaseModel): "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", diff --git a/src/asktable/types/datasource_create_params.py b/src/asktable/types/datasource_create_params.py index 1079a4c5..4ca58d9e 100644 --- a/src/asktable/types/datasource_create_params.py +++ b/src/asktable/types/datasource_create_params.py @@ -21,7 +21,6 @@ class DatasourceCreateParams(TypedDict, total=False): "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", diff --git a/src/asktable/types/datasource_retrieve_response.py b/src/asktable/types/datasource_retrieve_response.py index 18301f2a..d6737e83 100644 --- a/src/asktable/types/datasource_retrieve_response.py +++ b/src/asktable/types/datasource_retrieve_response.py @@ -67,7 +67,6 @@ class DatasourceRetrieveResponse(BaseModel): "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive", diff --git a/src/asktable/types/datasource_update_params.py b/src/asktable/types/datasource_update_params.py index 6f268d1d..7f8e717f 100644 --- a/src/asktable/types/datasource_update_params.py +++ b/src/asktable/types/datasource_update_params.py @@ -27,7 +27,6 @@ class DatasourceUpdateParams(TypedDict, total=False): "postgresql", "oceanbase", "clickhouse", - "csv", "excel", "starrocks", "hive",