Skip to content

Commit

Permalink
Elsevier Parser: Removed 'required' flag from journal_info.year
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jul 18, 2024
1 parent ac2f9d4 commit 630b80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/elsevier/metadata_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self, file_path):
CustomExtractor(
destination="journal_year",
extraction_function=self._get_journal_year,
required=True,
),
CustomExtractor(
destination="collections",
Expand Down

0 comments on commit 630b80b

Please sign in to comment.