forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firebolt Query Runner: now uses firebold-sdk python package (getredas…
…h#5689) * Added firebolt-sdk in place of firebolt-sqlalchemy * fixed connection issue * fixed connection issue * final commit * Moved firebolt-sdk's imports to try block Co-authored-by: rajeshSigmoid <rajeshk@sigmoidanalytics.com>
- Loading branch information
1 parent
12c4750
commit 26ac8ab
Showing
2 changed files
with
11 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,5 @@ trino~=0.305 | |
cmem-cmempy==21.2.3 | ||
xlrd==2.0.1 | ||
openpyxl==3.0.7 | ||
firebolt-sqlalchemy | ||
firebolt-sdk | ||
pandas==1.3.4 |