Rename "openledger" to either catalog or API #1546
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: catalog
Related to the catalog and Airflow DAGs
🔧 tech: airflow
Involves Apache Airflow
💾 tech: postgres
Involves PostgreSQL
🐍 tech: python
Involves Python
Description
We currently have a number of references to
openledger
in this codebase, mainly in reference to our databases. While changing the name of the database fromopenledger
would be a non-trivial effort, we should rename instances ofopenledger
to eithercatalog
orapi
. For instance,OPENLEDGER_CONN_ID
can becomeCATALOG_CONN_ID
. References to the API could change too once WordPress/openverse-catalog#513 is introduced.Additional context
Implementation
The text was updated successfully, but these errors were encountered: