Skip to content

Commit e245406

Browse files
change default caslib to Public
1 parent f00d94e commit e245406

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sasctl/_services/cas_management.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .service import Service
1111

1212
DEFAULT_SERVER = "cas-shared-default"
13-
DEFAULT_CASLIB = "Samples"
13+
DEFAULT_CASLIB = "Public"
1414

1515
def check_keys(
1616
valid_keys:list,
@@ -318,7 +318,7 @@ def upload_file(
318318
name : str
319319
Name of the table to create
320320
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'.
322322
server : str, optional
323323
CAS server on which the table will be created. Defaults to
324324
cas-shared-default.
@@ -462,7 +462,7 @@ def update_state_table(
462462
name : str
463463
Name of the table.
464464
caslib : str, optional
465-
Name of the caslib. Defaults to 'Samples'.
465+
Name of the caslib. Defaults to 'Public'.
466466
server : str, optional
467467
Server where the `caslib` is registered.
468468
Defaults to 'cas-shared-default'.
@@ -633,7 +633,7 @@ def del_table(
633633
`sourceTableName`, `quiet`, `removeAcs`.
634634
Note that the last three are required.
635635
caslib : str
636-
Name of the caslib. Defaults to 'Samples'
636+
Name of the caslib. Defaults to 'Public'
637637
server : str
638638
Server where the `caslib` is registered.
639639
Defaults to 'cas-shared-default'.

0 commit comments

Comments
 (0)