Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

what is the plan of join different tables in charts #6059

Closed
yamyamyuo opened this issue Oct 9, 2018 · 1 comment
Closed

what is the plan of join different tables in charts #6059

yamyamyuo opened this issue Oct 9, 2018 · 1 comment
Labels
inactive Inactive for >= 30 days

Comments

@yamyamyuo
Copy link
Contributor

yamyamyuo commented Oct 9, 2018

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

  • [ x] I have checked the superset logs for python stacktraces and included it here as text if 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

Superset version

up to 0.26.2

Expected results

could join other table when creating a chart

Actual results

could not join other table

Steps to reproduce

Table join is vital important for us. During the time we use superset in production, we have created tons of intermedium flat tables which joins many data in order to make a compromise to the lack of join in superset. This intermedium table is not efficient when adding new columns and creating itself.

sqllab will not do the trick here since time range is fixed in the sql and Charts cannot push the time range to the sub sql. Besides, if the data amount of a table is very huge, makes it harder for the query engine to run.

@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.

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

No branches or pull requests

1 participant