forked from great-expectations/great_expectations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev-sqlalchemy.txt
24 lines (22 loc) · 1.23 KB
/
requirements-dev-sqlalchemy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# A lot of Great Expectations' codebase and tests are tied to specific databases, cloud providers, etc.
# In this file, comments on each row indicate which tests that package is used for.
# To run tests for smaller subsets of infrastructure, please look at other requirements-dev-*.txt files.
# Otherwise (i.e., if/when you are not concerned with running tests), please ignore these comments.
psycopg2-binary>=2.7.6 # sqlalchemy_tests
pyathena>=1.11
pybigquery>=0.4.15 # sqlalchemy_tests
PyMySQL>=0.9.3,<0.10 # sqlalchemy_tests
pyodbc>=4.0.30 # sqlalchemy_tests
# NOTE - 20200825
# snowflake-connector-python is implied by snowflake-sqlalchemy, but has produced multile
# versions with cascading breaking changes, so we are going to pin the version.
# Review this decision with them to identify alternate paths forward without pinning (even for tests) in the future
# END NOTE
# NOTE - 20210114
# Still pinned per previous note, however now upgraded from 2.2.10
snowflake-connector-python==2.3.8 # sqlalchemy_tests
# END NOTE
snowflake-sqlalchemy>=1.2.3 # sqlalchemy_tests
# NOTE - 20210421 sqlalchemy pinned temporarily due to 1.4.10 breaking mssql tests
sqlalchemy>=1.3.16,<1.4.10 # sqlalchemy_tests
sqlalchemy-redshift>=0.7.7 # sqlalchemy_tests