Skip to content

Commit 7796bf1

Browse files
committed
Remove ODS CLI support for argument --variable-stores.
1 parent 3fd2200 commit 7796bf1

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

OceanDataStore/cli/argument_parser.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ def create_parser():
8383
default=None,
8484
)
8585

86-
parser.add_argument(
87-
"-vs",
88-
"--variable-stores",
89-
dest="var_stores",
90-
action="store_true",
91-
help="Send variables to independent stores.",
92-
)
93-
9486
parser.add_argument(
9587
"-cs",
9688
"--chunk-strategy",

OceanDataStore/cli/main_cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def process_action(args):
107107
store_credentials_json=args.store_credentials_json,
108108
variables=variables,
109109
append_dim=args.append_dim,
110-
send_vars_indep=args.var_stores,
111110
grid_filepath=args.grid_filepath,
112111
update_coords=args.update_coords,
113112
rechunk=args.chunk_strategy,
@@ -125,7 +124,6 @@ def process_action(args):
125124
object_prefix=args.object_prefix,
126125
store_credentials_json=args.store_credentials_json,
127126
variables=variables,
128-
send_vars_indep=args.var_stores,
129127
append_dim=args.append_dim,
130128
grid_filepath=args.grid_filepath,
131129
update_coords=args.update_coords,
@@ -144,7 +142,6 @@ def process_action(args):
144142
object_prefix=args.object_prefix,
145143
store_credentials_json=args.store_credentials_json,
146144
variables=variables,
147-
send_vars_indep=args.var_stores,
148145
append_dim=args.append_dim,
149146
grid_filepath=args.grid_filepath,
150147
update_coords=args.update_coords,
@@ -166,7 +163,6 @@ def process_action(args):
166163
object_prefix=args.object_prefix,
167164
store_credentials_json=args.store_credentials_json,
168165
variables=variables,
169-
send_vars_indep=args.var_stores,
170166
append_dim=args.append_dim,
171167
grid_filepath=args.grid_filepath,
172168
update_coords=args.update_coords,

0 commit comments

Comments
 (0)