-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added cache funtionality for functions (#11)
* testing with version 1.4.0 * testing with version 1.3.24 * testing with version 1.3.24 * test again * changed sqlalchemy version * updated readme and change version in requrements.txt file * checking 2.0 version * wdefrgtb * reverted back to sqlalchemy 1.4.40 version * bumped supported version to 1.4.48 * changed version to 1.4 * updated readme.rst * fixed projection comments * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * reconfigured functions based on datahub requirements. * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * added cache functionality and fixed integration tests * Update base.py * Update test_integration.py * fixed view and projection lineage
- Loading branch information
1 parent
7217dda
commit 539a566
Showing
8 changed files
with
1,210 additions
and
762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
six >= 1.10.0 | ||
SQLAlchemy==1.4 | ||
SQLAlchemy==1.4.44 | ||
vertica-python>=1.1.1 | ||
pyodbc>=4.0.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.