Skip to content

Commit

Permalink
Adding parse as the action for reprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Dec 17, 2024
1 parent 6722db3 commit d6cb793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/navigator_data_ingest/base/updated_document_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ def rename(existing_path: S3Path, rename_path: S3Path) -> Union[str, None]:

update_type_actions = {
UpdateTypes.SOURCE_URL: parse,
UpdateTypes.REPROCESS: parse,
UpdateTypes.NAME: update_dont_parse,
UpdateTypes.DESCRIPTION: update_dont_parse,
UpdateTypes.METADATA: update_dont_parse,
Expand Down

0 comments on commit d6cb793

Please sign in to comment.