Update catalog indexer worker from psycopg2
to psycopg
(v3)
#5159
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: catalog
Related to the catalog and Airflow DAGs
Problem
pyscopg
v3 is a newer, faster version of thepsycopg2
library. We are already usingpsycopg
v3 in the API.openverse/api/pyproject.toml
Line 34 in 1b64d10
Description
The indexer worker should also be updated to use
psycopg
v3 from the currentpsycopg2
.openverse/indexer_worker/pyproject.toml
Line 22 in 1b64d10
Additional context
Refer to the docs for differences and migration guidelines.
The text was updated successfully, but these errors were encountered: