Skip to content

Commit f0980ee

Browse files
author
Jesse
authored
SQLAlchemy 2: implement and refactor schema reflection methods (#249)
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent ef72d74 commit f0980ee

File tree

7 files changed

+456
-342
lines changed

7 files changed

+456
-342
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ python -m pytest test_suite.py --dburi \
158158
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
159159
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.
160160

161+
These tests require two schemas exist in your catalog:
162+
- An empty schema which can have an arbitrary name. It is configured in the SQLAlchemy --dburi
163+
- An empty schema named `test_schema`
164+
161165
### Code formatting
162166

163167
This project uses [Black](https://pypi.org/project/black/).

0 commit comments

Comments
 (0)