File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
from .service import Service
11
11
12
12
DEFAULT_SERVER = "cas-shared-default"
13
- DEFAULT_CASLIB = "Samples "
13
+ DEFAULT_CASLIB = "Public "
14
14
15
15
def check_keys (
16
16
valid_keys :list ,
@@ -318,7 +318,7 @@ def upload_file(
318
318
name : str
319
319
Name of the table to create
320
320
caslib : str, optional
321
- caslib in which the table will be created. Defaults to 'Samples '.
321
+ caslib in which the table will be created. Defaults to 'Public '.
322
322
server : str, optional
323
323
CAS server on which the table will be created. Defaults to
324
324
cas-shared-default.
@@ -462,7 +462,7 @@ def update_state_table(
462
462
name : str
463
463
Name of the table.
464
464
caslib : str, optional
465
- Name of the caslib. Defaults to 'Samples '.
465
+ Name of the caslib. Defaults to 'Public '.
466
466
server : str, optional
467
467
Server where the `caslib` is registered.
468
468
Defaults to 'cas-shared-default'.
@@ -633,7 +633,7 @@ def del_table(
633
633
`sourceTableName`, `quiet`, `removeAcs`.
634
634
Note that the last three are required.
635
635
caslib : str
636
- Name of the caslib. Defaults to 'Samples '
636
+ Name of the caslib. Defaults to 'Public '
637
637
server : str
638
638
Server where the `caslib` is registered.
639
639
Defaults to 'cas-shared-default'.
You can’t perform that action at this time.
0 commit comments