You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "ShabanGerber (via GitHub)" <gi...@apache.org> on 2023/06/14 09:52:18 UTC

[GitHub] [superset] ShabanGerber opened a new issue, #24398: BarChart (Legacy) doesn't take the timerange filter on dashboard

ShabanGerber opened a new issue, #24398:
URL: https://github.com/apache/superset/issues/24398

   The timerange Filter for the BarChart (Legacy) ist not working on the dashboard.
   If you have a look in the generated sql query, you can not see the timerange was not used.
   
   #### How to reproduce the bug
   
   1. Generate a new BarChart (Legacy)
   2. Set your preferred filters
   3. Save the BarChart
   4. Add the BarChart to your dashboard
   5. Select Filter for the barchart on your dashboard e.g. 'last day'
   6. Prove the SQL Statement for this barchart
   7. You cann see that in the where clause the timerange filter is missing
   
   ### Expected results
   
   We expect that the timerange filter will be used correct.
   
   ### Actual results
   
   the timerange filter is not used in barchart
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: Safari 114.0 (64-Bit)
   - superset version: we have updated to the current version today
   - python version: `python --version`
   - node.js version: `node -v`
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [X] I have reproduced the issue with at least the latest released version of superset.
   - [X] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sfirke commented on issue #24398: BarChart (Legacy) doesn't take the timerange filter on dashboard

Posted by "sfirke (via GitHub)" <gi...@apache.org>.
sfirke commented on issue #24398:
URL: https://github.com/apache/superset/issues/24398#issuecomment-1699402856

   @ShabanGerber Superset 2.1.1 was officially released yesterday!  Are you able to upgrade + see if your problem is resolved?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] BarChart (Legacy) doesn't take the timerange filter on dashboard [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #24398: BarChart (Legacy) doesn't take the timerange filter on dashboard
URL: https://github.com/apache/superset/issues/24398


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] BarChart (Legacy) doesn't take the timerange filter on dashboard [superset]

Posted by "rtexelm (via GitHub)" <gi...@apache.org>.
rtexelm commented on issue #24398:
URL: https://github.com/apache/superset/issues/24398#issuecomment-1989154662

   @rusackas might want to change the status here


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ShabanGerber commented on issue #24398: BarChart (Legacy) doesn't take the timerange filter on dashboard

Posted by "ShabanGerber (via GitHub)" <gi...@apache.org>.
ShabanGerber commented on issue #24398:
URL: https://github.com/apache/superset/issues/24398#issuecomment-1613022212

   Hi sfirke,
   
   first thank you for your response :)
   yes we have the 0.0.0-dev branch. We will update our superset to  2.1.1 as mentioned here: https://github.com/apache/superset/pull/23865 and test the BarChart (Legacy) again.
   
   When we will be finished at all. I will let you know her about our test result.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] BarChart (Legacy) doesn't take the timerange filter on dashboard [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #24398:
URL: https://github.com/apache/superset/issues/24398#issuecomment-1989989200

   Indeed, we're no longer officialy supporting 2.x, the legacy bar chart has been migrated away, and this thread has gone cold. Closing! :D 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sfirke commented on issue #24398: BarChart (Legacy) doesn't take the timerange filter on dashboard

Posted by "sfirke (via GitHub)" <gi...@apache.org>.
sfirke commented on issue #24398:
URL: https://github.com/apache/superset/issues/24398#issuecomment-1593624865

   When you say you updated to the current version, is that 2.1.0?  Or 0.0.0dev (master branch)?  This looks like an issue that should have been fixed by this https://github.com/apache/superset/pull/23865 which would be on 0.0.0-dev but not 2.1.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sfirke commented on issue #24398: BarChart (Legacy) doesn't take the timerange filter on dashboard

Posted by "sfirke (via GitHub)" <gi...@apache.org>.
sfirke commented on issue #24398:
URL: https://github.com/apache/superset/issues/24398#issuecomment-1613172900

   That sounds good.  So you know, 2.1.1 is currently being tested for release as 2.1.1rc1.  So if you're looking for a version to test, you could run 2.1.1rc1, or wait for 2.1.1 to be officially released (likely in the coming weeks) and test it then.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org