Skip to content

Commit b1d0205

Browse files
committed
#173: Addressed review comments
1 parent 9186551 commit b1d0205

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

exasol/nb_connector/extension_wrapper_common.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,17 @@ def deploy_language_container(conf: Secrets,
8282
activation_key:
8383
A secret store key for saving the activation SQL.
8484
container_url:
85-
An optional url to download the language container from.
86-
Either the `container_url` or `container_file` should be provided.
85+
An optional URL to download the language container from.
86+
Either the `container_url` or `container_file` must be provided,
87+
otherwise a ValueError will be raised.
8788
container_file:
8889
An optional path of the container file (*.tar.gz) in a local file system.
89-
Either the `container_url` or `container_file` should be provided.
90+
Either the `container_url` or `container_file` must be provided,
91+
otherwise a ValueError will be raised.
9092
container_name:
91-
If provided, the language container will be saved in the BucketFS with
92-
this name. Otherwise, the name of the container file will be used.
93+
If provided, the language container will be saved in given bucket of
94+
BucketFS with this filename. Otherwise, the name of the container file
95+
will be used.
9396
allow_override:
9497
If True allows overriding the language definition.
9598
timeout:

0 commit comments

Comments
 (0)