-
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
18 changed files
with
35 additions
and
29 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,3 @@ | ||
apache-superset | ||
crate[sqlalchemy]==0.35.2 | ||
crate==1.0.0dev0 | ||
sqlalchemy-cratedb>=0.36,<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,7 @@ | ||
click<9 | ||
colorlog<7 | ||
crate[sqlalchemy] | ||
crate==1.0.0dev0 | ||
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 |
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,6 @@ | ||
click<9 | ||
colorlog<7 | ||
crate[sqlalchemy] | ||
crate==1.0.0dev0 | ||
pandas<2.3 | ||
pueblo>=0.0.7 | ||
sqlalchemy-cratedb>=0.36,<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
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,13 @@ | ||
# Real. | ||
crate[sqlalchemy] | ||
mlflow-cratedb==2.11.3 | ||
crate==1.0.0dev0 | ||
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 | ||
|
||
# Development. | ||
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main | ||
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@sqlalchemy-cratedb |
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,10 +1,10 @@ | ||
# Real. | ||
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask | ||
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask | ||
mlflow-cratedb==2.11.3 | ||
mlflow-cratedb==2.13.2 | ||
pydantic<3 | ||
salesforce-merlion>=2,<3 | ||
sqlalchemy==2.* | ||
|
||
# Development. | ||
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main | ||
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@sqlalchemy-cratedb |
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,8 @@ | ||
crate[sqlalchemy]==0.35.2 | ||
cratedb-toolkit[datasets]==0.0.12 | ||
crate==1.0.0dev0 | ||
cratedb-toolkit[datasets]==0.0.13 | ||
refinitiv-data<1.7 | ||
pandas<2 | ||
pycaret==3.3.2 | ||
pydantic<2 | ||
sqlalchemy<2 | ||
sqlalchemy-cratedb>=0.36,<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