Skip to content

Commit

Permalink
Ignore key "extras"
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Feb 20, 2024
1 parent 5bc37fe commit 3acd9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main(save: bool = False, use_saved: bool = False) -> None:
hxl_update=False,
updated_by_script=updated_by_script,
batch=batch,
ignore_fields=["resource:description"],
ignore_fields=["resource:description", "extras"],
)
except HDXError:
errors.add(f"Could not upload {dataset_name}")
Expand Down

0 comments on commit 3acd9ef

Please sign in to comment.