Skip to content
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

Enables multi-filtering for big-query. #529

Merged
merged 2 commits into from
Aug 16, 2015

Conversation

EverydayPineapple
Copy link
Contributor

This fixes multi-filter for Google BigQuery. Before the fix, BigQuery had an issue with the hyphen in "multi-filter". now both "multiFilter" and "multi-filter" can be used.

@arikfr - I didn't get a chance yet to test this on another datasource, but it most certainly works with bq

@@ -224,6 +224,10 @@
seriesName = String(value);
}

if (type == 'multiFilter') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to add this to the existing if (type == '...' || type == '...').

@arikfr
Copy link
Member

arikfr commented Aug 10, 2015

Looking good, I'll give it a try w/ Postgres tomorrow.

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 371422a on rm420:fix/multifilters_for_bq into 5f38e87 on EverythingMe:master.

arikfr added a commit that referenced this pull request Aug 16, 2015
Enables multi-filtering for big-query.
@arikfr arikfr merged commit 3ef3f2c into getredash:master Aug 16, 2015
@arikfr
Copy link
Member

arikfr commented Aug 16, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants