-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[WIP] Merge sqlparse fix #5773
Closed
Closed
[WIP] Merge sqlparse fix #5773
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit f9d85bd)
* [sql lab] disable cross schema search This is killing our metastore as people type it emits large all-table-dump as they hit the keystroke. It never returns as it times out and hammers the poor metastore. Also some improvements around the disabling the table select on the left panel and having the table name not be sticky. * typo (cherry picked from commit d522292)
…4655 John bodley cherry pick 4551 4655
Fix bug with sorting columns in group by using time shift
Syntax checking doesn't work if jinja templates haven't been prerendered. Also remove unreachable return statement. Fixes apache#4288. (cherry picked from commit 4ec8258)
(cherry picked from commit d49a0e7)
John bodley cherry picks
(cherry picked from commit f11cde9)
cherry pick yarn lock fix
…e#4565) * move access permissions methods to security manager * consolidate all security methods into SupersetSecurityManager * update security method calls * update calls from tests * move get_or_create_main_db to utils * raise if supersetsecuritymanager is not extended * rename sm to security_manager
…efactor -Cherrypick security manager refactor
(cherry picked from commit df4ff05)
[druid] Excluding refreshing verbose name (apache#4761)
(cherry picked from commit 36fa6cd)
(cherry picked from commit 00cab7e)
* Docs on how to package a release + CHANGELOG for 0.24.0 * Addressing comments * Add pypi perm info (cherry picked from commit deb2111)
(cherry picked from commit 9136679)
(cherry picked from commit b01a9bb)
(cherry picked from commit d817b8d)
(cherry picked from commit 3fbadd6)
(cherry picked from commit b24a6fd)
(cherry picked from commit 7e1b6b7)
(cherry picked from commit b3442a7)
(cherry picked from commit 68bfcef)
(cherry picked from commit 4f7258a)
* Use sqlalchemy_uri_decrypted in create_engine calls * Update tox mysql uri * Include mysql charset=utf8 for py2.7 in tox.ini (cherry picked from commit 31a9957)
(cherry picked from commit 1627fd0)
I noticed that `secondary_metric` was required in the chart that users it, namely sunburst, parallel coordinates, and world_map. I set the control as allowing null, and found related bugs in the process: * parallel coordinates did not have support for the new MetricControl * added color scheme support for parallel coordinates * added option to set row_limit on these viz types * sunburst to support numeric columns (number would show as blank) (cherry picked from commit 71e0c07)
* Refactor and add props to Force Directed Graph * update label and enable renderTrigger (cherry picked from commit 3929f0f)
* create reactize function * update function signature * adjust word cloud controls * Fix broken word cloud logic * Repair and refactor word cloud * remove file * Add PropTypes * change module.exports to export default * change order * update proptypes (cherry picked from commit 0a40149)
(cherry picked from commit 8992755)
Cherry-picks: Several updates to the chart components
[security] Moving set/merge perm to security manager (apache#5684)
* fix sqlparse bug * add one more test case (cherry picked from commit 5c49514)
[sqlparse] fix sqlparse bug (apache#5703)
(cherry picked from commit 52b99df)
[celery] Using preferred configuration proceedure (apache#5726)
* Add geojson for Myanmar * Adds 'myanmar.geojson' file * Adds "iso-3166" codes (cherry picked from commit 0e057d5)
* Do not call slice.xxx * remove iframe id * remove old code * use import instead of require * update iframe.js (cherry picked from commit 9fb28b5)
* Add geojson for Myanmar * Adds 'myanmar.geojson' file * Adds "iso-3166" codes * Uppercase ISO fieldname in TL, MY geodata (cherry picked from commit 5e6efae)
* refactor treemap * refactor treemap code * Add proptypes * add proptypes for tree * Add margin prop (cherry picked from commit 54ae215)
(cherry picked from commit f5cc983)
* Migrate horizon chart to react * remove unused code * rename files * update props * enable renderTrigger * fix canvas transform issue * Address Chris' comment (cherry picked from commit d7f06cb)
* extract slice and formData * fix small issues * Update visual * update css (cherry picked from commit 8d01c84)
Cherry-picks: Sunburst, Horizon, Treemap and a few small updates from community
* allow user to choose color * add color control * remove rgbToHex reference * change to color picker control * add d3-color * remove module * use d3-colors * add semicolon (cherry picked from commit b92e730)
Cherry-picks: Allow users to choose color for BigNumber
(cherry picked from commit 1e94215)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges the sqlparse fix here -> #5768
@graceguo-supercat @michellethomas