-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Software tests start failing with Apache Superset 3.x/4.x and PyJWT 2.10 #741
Comments
That's the 422 response code at this spot now, instead of 200 or 404, as previously expected: HTTP 422 Unprocessable Content. |
Apparently, PyJWT 2.10 was responsible, released on Nov 17, i.e. three days ago. Downgrading to PyJWT 2.9 helped to make the test suite succeed again. I don't know if this is any kind of red flag for you, @villebro? Within our test cases, we are not using the |
We've just verified the problem also happens with Apache Superset 4.1.0. |
Here we go.
We reported the problem to the Apache Superset issue tracker. |
We have been able to resolve this by updating to Flask-JWT-Extended 4.7.1 and configuring it using |
Problem
As per CI job report summary, we observed the software tests accompanying the CrateDB integration started failing. It doesn't necessarily need to be related to CrateDB, but we don't know yet.
Details
-- Test run #332
Version
In both cases, it is using Apache Superset 3.1.3.
Quick Evaluation
We had a package switchover in this context recently. However, this has been validated sucessfully on the CI run #329 two days earlier already, so we guess it is not the culprit.
sqlalchemy-cratedb
crate-python#620References
-- Build Status
The text was updated successfully, but these errors were encountered: