Skip to content

Commit

Permalink
Remove Qubole query runner (getredash#6848)
Browse files Browse the repository at this point in the history
The qds-sdk-py package along with the rest of the Qubole project is no longer
maintained:

qubole/qds-sdk-py@3c6a34c

Removing this eliminates these warnings when running Redash management commands:

./qds_sdk/commands.py:1124: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if options.mode is "1":
./qds_sdk/commands.py:1137: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if options.db_update_mode is "updateonly":
./qds_sdk/commands.py:1424: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (total is 0) or (downloaded == total):

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
eradman and github-actions authored Apr 3, 2024
1 parent 702a550 commit a0f5c70
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 210 deletions.
Binary file removed client/app/assets/images/db-logos/qubole.png
Binary file not shown.
40 changes: 1 addition & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ pymssql = "2.2.8"
pyodbc = "4.0.28"
python-arango = "6.1.0"
python-rapidjson = "1.1.0"
qds-sdk = ">=1.9.6"
requests-aws-sign = "0.1.5"
sasl = ">=0.1.3"
simple-salesforce = "0.74.3"
Expand Down
169 changes: 0 additions & 169 deletions redash/query_runner/qubole.py

This file was deleted.

1 change: 0 additions & 1 deletion redash/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def email_server_is_configured():
"redash.query_runner.salesforce",
"redash.query_runner.query_results",
"redash.query_runner.prometheus",
"redash.query_runner.qubole",
"redash.query_runner.db2",
"redash.query_runner.druid",
"redash.query_runner.kylin",
Expand Down

0 comments on commit a0f5c70

Please sign in to comment.