@@ -95,7 +95,20 @@ def with_streaming_response(self) -> DatasourcesResourceWithStreamingResponse:
9595 def create (
9696 self ,
9797 * ,
98- engine : Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ],
98+ engine : Literal [
99+ "mysql" ,
100+ "tidb" ,
101+ "postgresql" ,
102+ "oceanbase" ,
103+ "clickhouse" ,
104+ "csv" ,
105+ "excel" ,
106+ "starrocks" ,
107+ "hive" ,
108+ "oracle" ,
109+ "polardbmysql" ,
110+ "polardbpg" ,
111+ ],
99112 async_process_meta : bool | NotGiven = NOT_GIVEN ,
100113 value_index : bool | NotGiven = NOT_GIVEN ,
101114 access_config : Optional [datasource_create_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
@@ -191,7 +204,20 @@ def update(
191204 access_config : Optional [datasource_update_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
192205 desc : Optional [str ] | NotGiven = NOT_GIVEN ,
193206 engine : Optional [
194- Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ]
207+ Literal [
208+ "mysql" ,
209+ "tidb" ,
210+ "postgresql" ,
211+ "oceanbase" ,
212+ "clickhouse" ,
213+ "csv" ,
214+ "excel" ,
215+ "starrocks" ,
216+ "hive" ,
217+ "oracle" ,
218+ "polardbmysql" ,
219+ "polardbpg" ,
220+ ]
195221 ]
196222 | NotGiven = NOT_GIVEN ,
197223 field_count : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -461,7 +487,20 @@ def with_streaming_response(self) -> AsyncDatasourcesResourceWithStreamingRespon
461487 async def create (
462488 self ,
463489 * ,
464- engine : Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ],
490+ engine : Literal [
491+ "mysql" ,
492+ "tidb" ,
493+ "postgresql" ,
494+ "oceanbase" ,
495+ "clickhouse" ,
496+ "csv" ,
497+ "excel" ,
498+ "starrocks" ,
499+ "hive" ,
500+ "oracle" ,
501+ "polardbmysql" ,
502+ "polardbpg" ,
503+ ],
465504 async_process_meta : bool | NotGiven = NOT_GIVEN ,
466505 value_index : bool | NotGiven = NOT_GIVEN ,
467506 access_config : Optional [datasource_create_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
@@ -557,7 +596,20 @@ async def update(
557596 access_config : Optional [datasource_update_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
558597 desc : Optional [str ] | NotGiven = NOT_GIVEN ,
559598 engine : Optional [
560- Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ]
599+ Literal [
600+ "mysql" ,
601+ "tidb" ,
602+ "postgresql" ,
603+ "oceanbase" ,
604+ "clickhouse" ,
605+ "csv" ,
606+ "excel" ,
607+ "starrocks" ,
608+ "hive" ,
609+ "oracle" ,
610+ "polardbmysql" ,
611+ "polardbpg" ,
612+ ]
561613 ]
562614 | NotGiven = NOT_GIVEN ,
563615 field_count : Optional [int ] | NotGiven = NOT_GIVEN ,
0 commit comments