ci(ingest): pin dask dependency for feast (#10865)

This commit is contained in:
Mayuri Nehate 2024-07-08 18:52:11 +05:30 committed by GitHub
parent 25dca3736f
commit 54b9d98177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -343,6 +343,7 @@ plugins: Dict[str, Set[str]] = {
"feast": {
"feast>=0.34.0,<1",
"flask-openid>=1.3.0",
"dask[dataframe]<2024.7.0",
},
"glue": aws_common,
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported