fix: use risingwave as the sqlalchemy_uri_placeholder prefix for RisingWave engine (#33764)

This commit is contained in:
Zhanxiang (Patrick) Huang
2025-06-21 02:19:18 +08:00
committed by GitHub
parent 1cd12e8576
commit 85b3845f0d
2 changed files with 4 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ trino = ["trino>=0.328.0"]
prophet = ["prophet>=1.1.5, <2"]
redshift = ["sqlalchemy-redshift>=0.8.1, <0.9"]
rockset = ["rockset-sqlalchemy>=0.0.1, <1"]
risingwave = ["sqlalchemy-risingwave"]
shillelagh = ["shillelagh[all]>=1.2.18, <2"]
singlestore = ["sqlalchemy-singlestoredb>=1.1.1, <2"]
snowflake = ["snowflake-sqlalchemy>=1.2.4, <2"]