Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update provider workflow config for Europeana
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Oct 24, 2022
1 parent 384380d commit b54f8af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openverse_catalog/dags/providers/provider_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from providers.provider_api_scripts.brooklyn_museum import BrooklynMuseumDataIngester
from providers.provider_api_scripts.cleveland_museum import ClevelandDataIngester
from providers.provider_api_scripts.europeana import EuropeanaDataIngester
from providers.provider_api_scripts.finnish_museums import FinnishMuseumsDataIngester
from providers.provider_api_scripts.freesound import FreesoundDataIngester
from providers.provider_api_scripts.inaturalist import INaturalistDataIngester
Expand Down Expand Up @@ -123,6 +124,7 @@ def __post_init__(self):
),
ProviderWorkflow(
provider_script="europeana",
ingestion_callable=EuropeanaDataIngester,
start_date=datetime(2011, 9, 1),
schedule_string="@daily",
dated=True,
Expand Down

0 comments on commit b54f8af

Please sign in to comment.