Skip to content

Commit

Permalink
Merge pull request #146 from sul-dlss/add-connection-readme
Browse files Browse the repository at this point in the history
Updates README with Postgres Connection
  • Loading branch information
shelleydoljack committed Sep 19, 2022
2 parents 76b6729 + a2459d1 commit 8b12bed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ code in the plugin, you'll need to restart the `airflow-webserver` container
by running `cap {stage} airflow:webserver` or ssh into the server and run `docker-compose restart airflow-webserver`
to see changes in the running Airflow environment.

The `optimistic_locking_management` DAG requires a Postgres Airflow
[connection](https://airflow.apache.org/docs/apache-airflow/stable/concepts/connections.html) with the host, login, and password fields matching the
database being used by Okapi.

## Testing
First install the FOLIO-FSE tools run: `pip install folioclient folio-uuid`
Install sul-dlss fork of folio_migration_tools: `pip install ${local_directory}/folio_migration_tools`
Expand Down

0 comments on commit 8b12bed

Please sign in to comment.