-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies: Migrate from
crate[sqlalchemy]
to sqlalchemy-cratedb
The CrateDB SQLAlchemy dialect needs more love, so it was separated from the DBAPI HTTP driver.
- Loading branch information
Showing
16 changed files
with
28 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
apache-superset | ||
crate[sqlalchemy]==0.35.2 | ||
sqlalchemy-cratedb>=0.36.1,<1 |
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,6 +1,6 @@ | ||
click<9 | ||
colorlog<7 | ||
crate[sqlalchemy] | ||
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask | ||
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask | ||
pueblo>=0.0.7 | ||
sqlalchemy-cratedb>=0.36.1,<1 |
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,5 +1,5 @@ | ||
click<9 | ||
colorlog<7 | ||
crate[sqlalchemy] | ||
pandas<2.3 | ||
pandas==2.2.* | ||
pueblo>=0.0.7 | ||
sqlalchemy-cratedb>=0.36.1,<1 |
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,11 +1,12 @@ | ||
# Real. | ||
crate[sqlalchemy] | ||
mlflow-cratedb==2.11.3 | ||
cratedb-toolkit>=0.0.13,<0.1 | ||
mlflow-cratedb==2.13.2 | ||
plotly<5.23 | ||
pycaret[models,parallel,test]==3.3.2 | ||
pydantic<2 | ||
python-dotenv<2 | ||
sqlalchemy==2.* | ||
sqlalchemy-cratedb>=0.36.1,<1 | ||
|
||
# Development. | ||
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main |
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,7 +1,7 @@ | ||
crate[sqlalchemy]==0.35.2 | ||
cratedb-toolkit[datasets]==0.0.12 | ||
cratedb-toolkit[datasets]==0.0.13 | ||
refinitiv-data<1.7 | ||
pandas<2 | ||
pandas==1.* | ||
pycaret==3.3.2 | ||
pydantic<2 | ||
sqlalchemy<2 | ||
sqlalchemy==1.* | ||
sqlalchemy-cratedb>=0.36.1,<1 |
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