You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…tables.py (#1769)
## Summary
Fixes#1697
## Changes proposed
- Add `src.db.foreign` module defining the foreign tables as SQLAlchemy
models.
- Place the tables in a separate database schema.
- Update `setup_foreign_tables.py` to use the new models instead of its
own definition.
- Update `copy_oracle_data.py` to use the new database schema.
- Update unit tests.
## Context for reviewers
Currently we only have one table from the source database available as a
foreign table. This change adds the remaining tables, and also moves
them into a separate schema.
Summary
Expand setup_foreign_tables.py to include new search API tables.
Acceptance criteria
The text was updated successfully, but these errors were encountered: