File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,17 @@ def deploy_language_container(conf: Secrets,
82
82
activation_key:
83
83
A secret store key for saving the activation SQL.
84
84
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.
87
88
container_file:
88
89
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.
90
92
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.
93
96
allow_override:
94
97
If True allows overriding the language definition.
95
98
timeout:
You can’t perform that action at this time.
0 commit comments