-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: add back custom sql filtering with Query as source #21190
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21190 +/- ##
==========================================
- Coverage 66.36% 66.21% -0.16%
==========================================
Files 1781 1781
Lines 67930 67909 -21
Branches 7255 7246 -9
==========================================
- Hits 45085 44969 -116
- Misses 20982 21078 +96
+ Partials 1863 1862 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/testenv up |
@yousoph Ephemeral environment spinning up at http://54.201.11.101:8080. Credentials are |
/testenv up FEATURE_GENERIC_CHART_AXES = True |
@yousoph Ephemeral environment spinning up at http://35.91.185.133:8080. Credentials are |
/testenv up FEATURE_GENERIC_CHART_AXES=true |
@yousoph Ephemeral environment spinning up at http://34.218.244.103:8080. Credentials are |
/testenv up |
@jinghua-qa Ephemeral environment spinning up at http://35.85.63.79:8080. Credentials are |
I found an issue that if user set a filter use custom-sql filter, after save the chart, the custom sql fiter will be removed. Screen.Recording.2022-08-25.at.12.31.12.AM.mov |
Storybook has completed and can be viewed at |
JsonValue, | ||
SimpleAdhocFilter, | ||
FreeFormAdhocFilter, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you still need this import for FreeFormAdhocFilter
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope removed it
Storybook has completed and can be viewed at |
1 similar comment
Storybook has completed and can be viewed at |
/testenv up |
@hughhhh Ephemeral environment spinning up at http://35.88.29.137:8080. Credentials are |
/testenv up FEATURE_GENERIC_CHART_AXES=true |
@jinghua-qa Ephemeral environment spinning up at http://35.86.96.160:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Re-enabling template processing for Query object inside
ExploreMixin
class. This was missed in the initial implementation, but discovered in the last release. This PR also fixes issues with saving adhoc custom sql when using aQuery
to be saved when creating aSqlaTable
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION