diff --git a/dags/elsevier/parser.py b/dags/elsevier/parser.py index ce7ef4e8..00553541 100644 --- a/dags/elsevier/parser.py +++ b/dags/elsevier/parser.py @@ -61,6 +61,7 @@ def __init__(self): destination="abstract", source="head/abstract/abstract-sec/simple-para", all_content_between_tags=True, + required=False, ), TextExtractor( destination="title", source="head/title", all_content_between_tags=True