@@ -94,9 +94,7 @@ def with_streaming_response(self) -> DatasourcesResourceWithStreamingResponse:
9494 def create (
9595 self ,
9696 * ,
97- engine : Literal [
98- "mysql" , "mysql57" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive"
99- ],
97+ engine : Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ],
10098 async_process_meta : bool | NotGiven = NOT_GIVEN ,
10199 value_index : bool | NotGiven = NOT_GIVEN ,
102100 access_config : Optional [datasource_create_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
@@ -430,9 +428,7 @@ def with_streaming_response(self) -> AsyncDatasourcesResourceWithStreamingRespon
430428 async def create (
431429 self ,
432430 * ,
433- engine : Literal [
434- "mysql" , "mysql57" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive"
435- ],
431+ engine : Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ],
436432 async_process_meta : bool | NotGiven = NOT_GIVEN ,
437433 value_index : bool | NotGiven = NOT_GIVEN ,
438434 access_config : Optional [datasource_create_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
0 commit comments