-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Fix deck.gl form data #6953
Fix deck.gl form data #6953
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6953 +/- ##
=======================================
Coverage 64.75% 64.75%
=======================================
Files 421 421
Lines 20377 20377
Branches 2249 2249
=======================================
Hits 13196 13196
Misses 7048 7048
Partials 133 133
Continue to review full report at Codecov.
|
Fixing the unit test, the last commit broke it. |
* Fix deck.gl viz * Fix more form data * Fix a few more places * Fix unit tests (cherry picked from commit e0feec9)
The change in this PR looks good to me. |
Thanks, @kristw! :) |
… snake_cased properties for deck vizzes. This reverts commit e0feec9.
…bignumber.js change to SQL editor in an opt-in fashion (#7210) * revert: bignumber patch to prevent rendering regression in charts * Revert "Fix rendering regression from the introduction of bignumber (#6937)" * fix: consume the bignumber.js reversion -- apply the bignumber conversion in `actions/sqlLab.js` where it is needed (aka opt into bignumber.js). * Revert "Fix deck.gl form data (#6953)" b/c formData now returns snake_cased properties for deck vizzes.
Looks like we changed the schema of the form data payload, and this broke deck.gl visualizations. I fixed the visualizations, but it seems like there are other places where we still have the old format:
@kristw should these be fixed as well? I'm not following the changes closely.