We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00da59e commit 9ccabafCopy full SHA for 9ccabaf
examples/test_ibm_analytics_engine_api_v3_examples.py
@@ -265,6 +265,7 @@ def test_replace_instance_default_runtime_example(self):
265
266
response = ibm_analytics_engine_api_service.replace_instance_default_runtime(
267
instance_id='e64c907a-e82f-46fd-addc-ccfafbd28b09',
268
+ spark_version="3.3",
269
)
270
runtime = response.get_result()
271
@@ -431,6 +432,7 @@ def test_replace_log_forwarding_config_example(self):
431
432
433
response = ibm_analytics_engine_api_service.replace_log_forwarding_config(
434
435
+ enabled=True,
436
437
log_forwarding_config_response = response.get_result()
438
0 commit comments