[GitHub] coveralls commented on issue #3363: [sql lab] using react-split-pane

2017-08-23 Thread git
coveralls commented on issue #3363: [sql lab] using react-split-pane URL: https://github.com/apache/incubator-superset/pull/3363#issuecomment-324540733 [![Coverage Status](https://coveralls.io/builds/12967570/badge)](https://coveralls.io/builds/12967570) Coverage remained the

[GitHub] coveralls commented on issue #3363: [sql lab] using react-split-pane

2017-08-23 Thread git
coveralls commented on issue #3363: [sql lab] using react-split-pane URL: https://github.com/apache/incubator-superset/pull/3363#issuecomment-324540734 [![Coverage Status](https://coveralls.io/builds/12967570/badge)](https://coveralls.io/builds/12967570) Coverage remained the

[GitHub] coveralls commented on issue #3362: [webpack] add a 'npm run dev-fast' command that is much faster

2017-08-23 Thread git
coveralls commented on issue #3362: [webpack] add a 'npm run dev-fast' command that is much faster URL: https://github.com/apache/incubator-superset/pull/3362#issuecomment-324526148 [![Coverage Status](https://coveralls.io/builds/12966856/badge)](https://coveralls.io/builds/12966856)

[GitHub] mistercrunch opened a new pull request #3362: [webpack] add a 'npm run dev-fast' command that is much faster

2017-08-23 Thread git
mistercrunch opened a new pull request #3362: [webpack] add a 'npm run dev-fast' command that is much faster URL: https://github.com/apache/incubator-superset/pull/3362 The tradeoff is that the sourcemap isn't as reliable, but good enough in most cases. I'm using this faster mode now and

Re: Visualizing data from Bigquery in Superset

2017-08-23 Thread Maxime Beauchemin
Also id assume 'date' is a reserved word and should either not be used as a column name or be quoted. On Aug 23, 2017 5:53 PM, "Jonathan Yeo" wrote: > Also, here's a link to the image: > > https://drive.google.com/open?id=0B6oReb-9zqxOUVN2aGpOc1VldVE > > > > On Wed, Aug 23,

Re: Visualizing data from Bigquery in Superset

2017-08-23 Thread Jonathan Yeo
Also, here's a link to the image: https://drive.google.com/open?id=0B6oReb-9zqxOUVN2aGpOc1VldVE On Wed, Aug 23, 2017 at 5:10 PM Jonathan Yeo wrote: > I have a bit of experience. I'll take a look and get back to you. > > +Matt, a super awesome engineer. > > Thanks for the

[GitHub] timifasubaa commented on issue #381: Allow users to import CSV as datasource

2017-08-23 Thread git
timifasubaa commented on issue #381: Allow users to import CSV as datasource URL: https://github.com/apache/incubator-superset/issues/381#issuecomment-324497190 Update: I'm now working on this issue, continuing from @SalehHindi 's last commit to the csv-import branch. When I run the code,

Re: Visualizing data from Bigquery in Superset

2017-08-23 Thread Jonathan Yeo
I have a bit of experience. I'll take a look and get back to you. +Matt, a super awesome engineer. Thanks for the quick reply! :) On Wed, Aug 23, 2017 at 4:16 PM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > The Apache mailing list doesn't support images, you have to share links to

[GitHub] coveralls commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
coveralls commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324495580 [![Coverage Status](https://coveralls.io/builds/12965057/badge)](https://coveralls.io/builds/12965057)

Re: Visualizing data from Bigquery in Superset

2017-08-23 Thread Maxime Beauchemin
The Apache mailing list doesn't support images, you have to share links to images :( It seems like an issue with date casting, not subquery per-se. I'm guessing you are following the [Visualize] button in SQL Lab? Support for BigQuery in Superset is probably coming short in this case. The good

[GitHub] coveralls commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
coveralls commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324486301 [![Coverage Status](https://coveralls.io/builds/12964433/badge)](https://coveralls.io/builds/12964433)

Visualizing data from Bigquery in Superset

2017-08-23 Thread Jonathan Yeo
Hi, I'm trying to visualize data from Bigquery in Superset. It embeds my query into another query that doesn't play well with the Bigquery API. Is there anyway to get around this? I just want to visualize the data in my original query. Please see below for details. ​ Error message: POST

[GitHub] timifasubaa commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
timifasubaa commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324475144 @xrmx how about now? This is an automated message

[GitHub] timifasubaa commented on a change in pull request #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
timifasubaa commented on a change in pull request #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#discussion_r134881868 ## File path: superset/models/core.py ## @@ -761,24 +761,26 @@ def wrapper(*args,

[GitHub] coveralls commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
coveralls commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324473482 [![Coverage Status](https://coveralls.io/builds/12963577/badge)](https://coveralls.io/builds/12963577)

[GitHub] coveralls commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
coveralls commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324473482 [![Coverage Status](https://coveralls.io/builds/12963577/badge)](https://coveralls.io/builds/12963577)

[GitHub] xrmx commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
xrmx commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324470783 @timifasubaa i think that you should fix issues pointed by the reviewer instead

[GitHub] mistercrunch closed pull request #3360: Revert "[sql lab] Make sql editor resizable (#3242)"

2017-08-23 Thread git
mistercrunch closed pull request #3360: Revert "[sql lab] Make sql editor resizable (#3242)" URL: https://github.com/apache/incubator-superset/pull/3360 This is an automated message from the Apache Git Service. To respond

[GitHub] coveralls commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
coveralls commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324469312 [![Coverage Status](https://coveralls.io/builds/12963249/badge)](https://coveralls.io/builds/12963249)

[GitHub] timifasubaa commented on issue #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
timifasubaa commented on issue #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#issuecomment-324466021 @xrmx You're right. I reviewed and updated it. What do you think of the current state?

[GitHub] xrmx commented on a change in pull request #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
xrmx commented on a change in pull request #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#discussion_r134870710 ## File path: superset/models/core.py ## @@ -761,24 +761,26 @@ def wrapper(*args,

[GitHub] xrmx commented on issue #3361: Superset In-memory engine

2017-08-23 Thread git
xrmx commented on issue #3361: Superset In-memory engine URL: https://github.com/apache/incubator-superset/issues/3361#issuecomment-324456413 Well you can use in memory sqlite right now :) jokes aside see @mistercrunch comment in #3302 . Unless you are going to write a connector please

[GitHub] vibinsv09 opened a new issue #3361: Superset In-memory engine

2017-08-23 Thread git
vibinsv09 opened a new issue #3361: Superset In-memory engine URL: https://github.com/apache/incubator-superset/issues/3361 An in-memory engine on superset would be super helpful in reducing the number of queries that gets fired concurrently on the back end database. This in memory engine

[GitHub] vibinsv09 commented on issue #3071: Ability to set default dashboard filters

2017-08-23 Thread git
vibinsv09 commented on issue #3071: Ability to set default dashboard filters URL: https://github.com/apache/incubator-superset/issues/3071#issuecomment-324449914 resolved with #3183 Thanks you ? This is an automated

[GitHub] vibinsv09 closed issue #3071: Ability to set default dashboard filters

2017-08-23 Thread git
vibinsv09 closed issue #3071: Ability to set default dashboard filters URL: https://github.com/apache/incubator-superset/issues/3071 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] stephenrenault commented on issue #400: Redshift Table import error

2017-08-23 Thread git
stephenrenault commented on issue #400: Redshift Table import error URL: https://github.com/apache/incubator-superset/issues/400#issuecomment-324447026 We are using presto to get redshift connection This is an automated

[GitHub] mistercrunch opened a new pull request #3360: Revert "[sql lab] Make sql editor resizable (#3242)"

2017-08-23 Thread git
mistercrunch opened a new pull request #3360: Revert "[sql lab] Make sql editor resizable (#3242)" URL: https://github.com/apache/incubator-superset/pull/3360 This reverts commit 75e69f02e8bb701f22390f42a43ed1931e951b90.

[GitHub] mistercrunch commented on issue #3242: [sql lab] Make sql editor resizable

2017-08-23 Thread git
mistercrunch commented on issue #3242: [sql lab] Make sql editor resizable URL: https://github.com/apache/incubator-superset/pull/3242#issuecomment-324391100 @dmigo found a bug related to this, when popping a new tab things don't init right:

[GitHub] maartenvanwauwe opened a new issue #3359: (Feature request) allowing for top X and Others

2017-08-23 Thread git
maartenvanwauwe opened a new issue #3359: (Feature request) allowing for top X and Others URL: https://github.com/apache/incubator-superset/issues/3359 in the series limit (for a slicer) it would be great to have the option to thick the "and others" button. To allow for top X and have all

[GitHub] amancevice commented on issue #3271: date type field display error

2017-08-23 Thread git
amancevice commented on issue #3271: date type field display error URL: https://github.com/apache/incubator-superset/issues/3271#issuecomment-324288623 Seeing the same behavior in `0.19.0` This is an automated message from

[GitHub] bcreusot commented on issue #1383: Bug with word cloud size

2017-08-23 Thread git
bcreusot commented on issue #1383: Bug with word cloud size URL: https://github.com/apache/incubator-superset/issues/1383#issuecomment-324255855 Hello, Just to add some contexts. It seems than on the Slices View it works we can see everything but when put into a dashboard some

[GitHub] xrmx commented on issue #3344: UI not adaptive on mobile devices

2017-08-23 Thread git
xrmx commented on issue #3344: UI not adaptive on mobile devices URL: https://github.com/apache/incubator-superset/issues/3344#issuecomment-324249938 @izetex it would be nice if you can try that and open a PR if it makes things better

[GitHub] xrmx commented on issue #3344: UI not adaptive on mobile devices

2017-08-23 Thread git
xrmx commented on issue #3344: UI not adaptive on mobile devices URL: https://github.com/apache/incubator-superset/issues/3344#issuecomment-324249938 @izetex it would be nice if you can try that and open a PR if it makes things better?

[GitHub] xrmx commented on a change in pull request #3339: [explore] Fix and test slice id logging issue

2017-08-23 Thread git
xrmx commented on a change in pull request #3339: [explore] Fix and test slice id logging issue URL: https://github.com/apache/incubator-superset/pull/3339#discussion_r134679398 ## File path: superset/models/core.py ## @@ -761,24 +761,26 @@ def wrapper(*args,