Remove popularity & matview timeouts from data refresh configurations #4352
Labels
💻 aspect: code
Concerns the software code in the repository
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: catalog
Related to the catalog and Airflow DAGs
🐍 tech: python
Involves Python
Description
The
DataRefresh
dataclass has slots for the following fields that are vestigial and no longer necessary:refresh_metrics_timeout
refresh_matview_timeout
create_pop_constants_view_timeout
create_materialized_view_timeout
These can all be removed from
data_refresh_types.py
, since they are not used:openverse/catalog/dags/legacy_data_refresh/data_refresh_types.py
Lines 36 to 44 in bc457c0
openverse/catalog/dags/legacy_data_refresh/data_refresh_types.py
Lines 63 to 66 in bc457c0
openverse/catalog/dags/legacy_data_refresh/data_refresh_types.py
Lines 81 to 84 in bc457c0
Additional context
This was left over from #433
The text was updated successfully, but these errors were encountered: