Skip to content

Commit 7fc4a63

Browse files
committed
#1 cleanups
1 parent cf29dfc commit 7fc4a63

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

custom_configs/guppy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ indices:
33
type: geospatial_data_resource
44
- index: chordstaging_population_data_resource
55
type: population_data_resource
6-
- index: chordstaging_geospatial_tool_resource
7-
type: geospatial_tool_resource
86
- index: chordstaging_key_dataset_resource
97
type: key_data_resource
108
configIndex: chordstaging_array-config

gen3-gitops/aws_values_25_02_28/guppy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ guppy:
1111
type: geospatial_data_resource
1212
- index: chordstaging_population_data_resource
1313
type: population_data_resource
14-
- index: chordstaging_geospatial_tool_resource
15-
type: geospatial_tool_resource
1614
- index: chordstaging_key_dataset_resource
1715
type: key_data_resource
1816
configIndex: chordstaging_array-config

gen3-gitops/values/guppy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ guppy:
99
type: geospatial_data_resource
1010
- index: chordstaging_population_data_resource
1111
type: population_data_resource
12-
- index: chordstaging_geospatial_tool_resource
13-
type: geospatial_tool_resource
1412
- index: chordstaging_key_dataset_resource
1513
type: key_data_resource
1614
configIndex: chordstaging_array-config

pcor_tools/pcor_ingest/pcor_gen3_ingest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def submit_record(self, program, project, json_data):
869869
submission_status.traceback = traceback.format_exc()
870870
return submission_status
871871

872-
def delete_nodes(self, program, project, ordered_node_list, batch_size=100, verbose=True):
872+
def delete_nodes(self, program, project, ordered_node_list, batch_size=1000, verbose=True):
873873
"""
874874
Delete all records for a list of nodes from a project.
875875
@@ -895,7 +895,7 @@ def resubmission_cleanups(self, program, project):
895895
:param program: identifier of the program in Gen3
896896
:param project: project name/code
897897
"""
898-
logger.info('fetch project details')
898+
logger.info('resubmission_cleanups()')
899899
ordered_node_list = ['geospatial_data_resource', 'geospatial_tool_resource', 'population_data_resource',
900900
'key_data_resource',
901901
'resource']

0 commit comments

Comments
 (0)