@@ -33,12 +33,15 @@ def test_method_create_with_all_params(self, client: Asktable) -> None:
3333 engine = "mysql" ,
3434 async_process_meta = True ,
3535 access_config = {
36+ "atst_link_id" : "atst_link_123456" ,
3637 "db" : "test" ,
3738 "host" : "192.168.0.10" ,
3839 "location_type" : "local" ,
3940 "location_url" : "http://example.com/data.csv" ,
4041 "password" : "root" ,
4142 "port" : 3306 ,
43+ "proxy_host" : "192.168.0.10" ,
44+ "proxy_port" : 3306 ,
4245 "securetunnel_id" : "atst_123456" ,
4346 "user" : "root" ,
4447 },
@@ -120,12 +123,15 @@ def test_method_update_with_all_params(self, client: Asktable) -> None:
120123 datasource = client .datasources .update (
121124 datasource_id = "datasource_id" ,
122125 access_config = {
126+ "atst_link_id" : "atst_link_123456" ,
123127 "db" : "test" ,
124128 "host" : "192.168.0.10" ,
125129 "location_type" : "local" ,
126130 "location_url" : "http://example.com/data.csv" ,
127131 "password" : "root" ,
128132 "port" : 3306 ,
133+ "proxy_host" : "192.168.0.10" ,
134+ "proxy_port" : 3306 ,
129135 "securetunnel_id" : "atst_123456" ,
130136 "user" : "root" ,
131137 },
@@ -302,12 +308,15 @@ async def test_method_create_with_all_params(self, async_client: AsyncAsktable)
302308 engine = "mysql" ,
303309 async_process_meta = True ,
304310 access_config = {
311+ "atst_link_id" : "atst_link_123456" ,
305312 "db" : "test" ,
306313 "host" : "192.168.0.10" ,
307314 "location_type" : "local" ,
308315 "location_url" : "http://example.com/data.csv" ,
309316 "password" : "root" ,
310317 "port" : 3306 ,
318+ "proxy_host" : "192.168.0.10" ,
319+ "proxy_port" : 3306 ,
311320 "securetunnel_id" : "atst_123456" ,
312321 "user" : "root" ,
313322 },
@@ -389,12 +398,15 @@ async def test_method_update_with_all_params(self, async_client: AsyncAsktable)
389398 datasource = await async_client .datasources .update (
390399 datasource_id = "datasource_id" ,
391400 access_config = {
401+ "atst_link_id" : "atst_link_123456" ,
392402 "db" : "test" ,
393403 "host" : "192.168.0.10" ,
394404 "location_type" : "local" ,
395405 "location_url" : "http://example.com/data.csv" ,
396406 "password" : "root" ,
397407 "port" : 3306 ,
408+ "proxy_host" : "192.168.0.10" ,
409+ "proxy_port" : 3306 ,
398410 "securetunnel_id" : "atst_123456" ,
399411 "user" : "root" ,
400412 },
0 commit comments