Skip to content

Commit

Permalink
SQLAlchemy 2: implement and refactor schema reflection methods (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <[email protected]>
  • Loading branch information
Jesse authored Oct 13, 2023
1 parent ef72d74 commit f0980ee
Show file tree
Hide file tree
Showing 7 changed files with 456 additions and 342 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ python -m pytest test_suite.py --dburi \
Some of these of these tests fail currently. We're working on getting relevant tests passing and others skipped. The tests that we've already reviewed and verified
are decorated with a pytest marker called `reviewed`. To only run these tests and check for regressions, you can add `-m reviewed` to the invocation command above.

These tests require two schemas exist in your catalog:
- An empty schema which can have an arbitrary name. It is configured in the SQLAlchemy --dburi
- An empty schema named `test_schema`

### Code formatting

This project uses [Black](https://pypi.org/project/black/).
Expand Down
Loading

0 comments on commit f0980ee

Please sign in to comment.