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

Write custom backend logic for visualizing superset graphs #8092

Closed
uchihaabhijit opened this issue Aug 22, 2019 · 4 comments
Closed

Write custom backend logic for visualizing superset graphs #8092

uchihaabhijit opened this issue Aug 22, 2019 · 4 comments
Labels
enhancement:request Enhancement request submitted by anyone from the community inactive Inactive for >= 30 days

Comments

@uchihaabhijit
Copy link

Is there a way I can write some custom logics on my data coming from HIVE database and then visualizing the output in superset. My application demands writing some logics with libraries like numby/scipy and then doing some calculations. I am very new to superset.

Thanks

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #enhancement to this issue, with a confidence of 0.53. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the enhancement:request Enhancement request submitted by anyone from the community label Aug 22, 2019
@uchihaabhijit uchihaabhijit changed the title Customize backend logic for visualizing superset graphs Write custom backend logic for visualizing superset graphs Aug 22, 2019
@ayushbilala
Copy link

@uchihaabhijit I would suggest pre-aggregate your data, using your custom Python logic, into a materialized view and then query the view from superset. Let me know if this helps.

@uchihaabhijit
Copy link
Author

@ayushbilala That is what I am currently struggling at. Where do I put the python code, the route and the view inside the superset directories ??

@stale
Copy link

stale bot commented Nov 2, 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 admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:request Enhancement request submitted by anyone from the community inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

2 participants