diff --git a/gooddata-sdk/gooddata_sdk/client.py b/gooddata-sdk/gooddata_sdk/client.py index 6e411d847..cfa0ed848 100644 --- a/gooddata-sdk/gooddata_sdk/client.py +++ b/gooddata-sdk/gooddata_sdk/client.py @@ -37,7 +37,6 @@ def __init__( `executions_cancellable` is a flag that sets all executions computed through this client as cancellable. In case a request for a result is interrupted, the GD server will try to free resources like killing sql queries related to the given execution. - *This feature does not work yet, it will be rolled out soon.* """ self._hostname = host self._token = token diff --git a/gooddata-sdk/gooddata_sdk/compute/service.py b/gooddata-sdk/gooddata_sdk/compute/service.py index ba49759b7..9e1c4323b 100644 --- a/gooddata-sdk/gooddata_sdk/compute/service.py +++ b/gooddata-sdk/gooddata_sdk/compute/service.py @@ -270,8 +270,6 @@ def cancel_executions(self, executions: dict[str, dict[str, str]]) -> None: Try to cancel given executions using the cancel api endpoint. Order of token applications is not guaranteed. - *Note that this is currently a noop, we will be enabling this functionality soon.* - Args: executions: maps workspace_id |-> result_id_to_cancel_token_pairs """