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

Time Series Table: group-by keys must be strings #3613

Closed
3 tasks done
rumbin opened this issue Oct 6, 2017 · 5 comments
Closed
3 tasks done

Time Series Table: group-by keys must be strings #3613

rumbin opened this issue Oct 6, 2017 · 5 comments
Labels
inactive Inactive for >= 30 days

Comments

@rumbin
Copy link
Contributor

rumbin commented Oct 6, 2017

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if any
  • I have reproduced the issue with at least the latest released version of superset
  • I have checked the issue tracker for the same issue and I haven't found one similar

Superset version

0.20.3

Expected results

Any groupable column or combination of columns can be used to group by, when creating a Time Series Table slice

Actual results

Rendering the slice fails if…

  • …more than one groupable column is selected; error: 'keys must be a string'
  • …only one column is selected for grouping but the column is of type int instead of str

Steps to reproduce

…self explanatory, I suppose…

@scott-retair
Copy link

I met the same issue

@SpyderRivera
Copy link
Contributor

If you are grouping by an int, is it really an int? Or is it an id that can be cast as a string?

@mistercrunch
Copy link
Member

Could not reproduce on master can you confirm?

@tvorogme
Copy link

tvorogme commented Dec 5, 2018

Same issue

@kristw kristw added the .vis label Jan 8, 2019
@stale
Copy link

stale bot commented Apr 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

6 participants