amotl commented on issue #33162: URL: https://github.com/apache/superset/issues/33162#issuecomment-2816745983
Hi there, we are running a little integration test suite against Apache Superset and CrateDB, in order to validate both work together well. Two days ago, CI apparently started tripping on it. ```python TypeError: Field.__init__() got an unexpected keyword argument 'minLength' ``` Do you think we need to adjust a few details, or is it just about [marshmallow-4.0.0](https://pypi.org/project/marshmallow/4.0.0/), which has been released two days ago, as suggested above? With kind regards, Andreas. #### References - https://github.com/crate/cratedb-examples/tree/main/application/apache-superset - https://github.com/crate/cratedb-examples/actions/workflows/application-apache-superset.yml - https://github.com/crate/cratedb-examples/actions/runs/14545171337/job/40820574564#step:7:352 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
