Skip to content

Commit

Permalink
#1035: Looks like hysds bulk ingest doesn't like arbitrary text as fi…
Browse files Browse the repository at this point in the history
…le lists
  • Loading branch information
philipjyoon committed Dec 9, 2024
1 parent 495abca commit d722891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product2dataset/product2dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def convert(
if pge_name == "L3_DISP_S1":
logger.info("Removing superfluous data from DISP-S1 metadata")
logger.info("dataset_met_json.keys() = " + str(dataset_met_json.keys()))
_DELETED_TEXT = "DELETED to save space"
_DELETED_TEXT = None

# Get rid of bunch of data that we don't care about but takes up a lot of space
dataset_met_json["runconfig"]["localize"] = _DELETED_TEXT # This list is the same as lineage so no point in duplicatingq
Expand Down

0 comments on commit d722891

Please sign in to comment.