-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Registry ID: 27632
- Mapper: oai.yosemite
- OAI: https://npgallery.nps.gov/oai/?verb=ListRecords&metadataPrefix=oai_dc&set=SEKIHistoricImages
- Dates are formatted:
<dc:date/>
(Most records do not seem to have dates) or<dc:date>1913</dc:date>
- Dates are formatted:
- Run ID: manual__2024-10-03T22:52:54+00:00
- Airflow permalink: https://7a8067cb-3b99-477e-a883-7e311175a9b4.c3.us-west-2.airflow.amazonaws.com/dags/harvest_collection/grid?base_date=2024-10-03T22%3A53%3A06%2B00%3A00&num_runs=365&dag_run_id=manual__2024-10-03T22%3A52%3A54%2B00%3A00
- Notes: All 35/35 mapped tasks fail with the same error.
- https://calisphere.org/collections/27632/
Registry ID: 27631
- Mapper: oai.yosemite
- OAI: https://npgallery.nps.gov/oai/?verb=ListRecords&metadataPrefix=oai_dc&set=SEKIRobertsCollection
- Dates are formatted:
<dc:date>20170112</dc:date>
- Dates are formatted:
- Run ID: manual__2024-10-03T22:52:54+00:00
- Airflow permalink: https://7a8067cb-3b99-477e-a883-7e311175a9b4.c3.us-west-2.airflow.amazonaws.com/dags/harvest_collection/grid?base_date=2024-10-03T22%3A53%3A06%2B00%3A00&num_runs=365&dag_run_id=manual__2024-10-03T22%3A53%3A01%2B00%3A00
- Notes: All 12/12 mapped tasks fail with the same error.
- https://calisphere.org/collections/27631/
Registry ID: 27016
- Mapper: oai.yosemite
- OAI: https://npgallery.nps.gov/oai/?verb=ListRecords&metadataPrefix=oai_dc&set=SuperintendentReports
- Dates are formatted:
<dc:date>11/7/2017 12:00:00 AM</dc:date>
- Dates are formatted:
- Run ID: manual__2024-10-03T22:52:54+00:00
- Airflow permalink: https://7a8067cb-3b99-477e-a883-7e311175a9b4.c3.us-west-2.airflow.amazonaws.com/dags/harvest_collection/grid?base_date=2024-10-03T22%3A53%3A06%2B00%3A00&num_runs=365&dag_run_id=manual__2024-10-03T22%3A53%3A06%2B00%3A00
- Notes: 1 of 3 mapped tasks fail with the same error. (2 of them are successful!)
- https://calisphere.org/collections/27016/
Error snippet:
[2024-10-09, 19:10:54 UTC] {{logging_mixin.py:151}} INFO - ENRICHMENT ERROR: 'NoneType' object has no attribute 'isdigit'
Traceback (most recent call last):
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/mapper.py", line 147, in enrich
return func(**kwargs)
^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/mapper.py", line 546, in enrich_earliest_date
converted_dates = convert_dates(date_values)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/date_enrichments.py", line 322, in convert_dates
if is_year_range_list(date_values):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/date_enrichments.py", line 303, in is_year_range_list
all(v.isdigit() for v in date_values) and \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/date_enrichments.py", line 303, in <genexpr>
all(v.isdigit() for v in date_values) and \
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'isdigit'
[2024-10-09, 19:10:54 UTC] {{taskinstance.py:1937}} ERROR - Task failed with exception
Traceback (most recent call last):
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/mapper.py", line 147, in enrich
return func(**kwargs)
^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/mapper.py", line 546, in enrich_earliest_date
converted_dates = convert_dates(date_values)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/date_enrichments.py", line 322, in convert_dates
if is_year_range_list(date_values):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/date_enrichments.py", line 303, in is_year_range_list
all(v.isdigit() for v in date_values) and \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/date_enrichments.py", line 303, in <genexpr>
all(v.isdigit() for v in date_values) and \
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'isdigit'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/decorators/base.py", line 221, in execute
return_value = super().execute(context)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/operators/python.py", line 192, in execute
return_value = self.execute_callable()
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/operators/python.py", line 209, in execute_callable
return self.python_callable(*self.op_args, **self.op_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/dags/shared_tasks/mapping_tasks.py", line 80, in map_page_task
mapped_page_status = map_page(
^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/lambda_function.py", line 141, in map_page
mapped_records = run_enrichments(
^^^^^^^^^^^^^^^^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/lambda_function.py", line 71, in run_enrichments
records = [
^
File "/usr/local/airflow/dags/rikolti/metadata_mapper/lambda_function.py", line 72, in <listcomp>
record.enrich(enrichment_func, **kwargs)
File "/usr/local/airflow/dags/rikolti/metadata_mapper/mappers/mapper.py", line 150, in enrich
raise Exception(f"ENRICHMENT ERROR for enrichment: `{enrichment_function_name}` "
Exception: ENRICHMENT ERROR for enrichment: `enrich_earliest_date` with kwargs: `{}`
Metadata
Metadata
Assignees
Labels
No labels