@@ -94,7 +94,9 @@ def with_streaming_response(self) -> DatasourcesResourceWithStreamingResponse:
9494 def create (
9595 self ,
9696 * ,
97- engine : Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ],
97+ engine : Literal [
98+ "mysql" , "mysql57" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive"
99+ ],
98100 async_process_meta : bool | NotGiven = NOT_GIVEN ,
99101 value_index : bool | NotGiven = NOT_GIVEN ,
100102 access_config : Optional [datasource_create_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
@@ -428,7 +430,9 @@ def with_streaming_response(self) -> AsyncDatasourcesResourceWithStreamingRespon
428430 async def create (
429431 self ,
430432 * ,
431- engine : Literal ["mysql" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive" ],
433+ engine : Literal [
434+ "mysql" , "mysql57" , "tidb" , "postgresql" , "oceanbase" , "clickhouse" , "csv" , "excel" , "starrocks" , "hive"
435+ ],
432436 async_process_meta : bool | NotGiven = NOT_GIVEN ,
433437 value_index : bool | NotGiven = NOT_GIVEN ,
434438 access_config : Optional [datasource_create_params .AccessConfig ] | NotGiven = NOT_GIVEN ,
0 commit comments