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

[WiP] docs: plug the Hello World plugin #8333

Closed
wants to merge 1 commit into from

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Oct 2, 2019

Adding a simple "hello world" plugin here: apache-superset/superset-ui-plugins#216, this is the Superset-side PR to get that plugin loaded up in Superset

Screen Shot 2019-10-01 at 5 19 11 PM

@@ -764,6 +764,11 @@ def query_obj(self):
return d


class HelloWorld(BaseViz):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason this appears to be necessary despite being in useLegacyApi: false, also the content of buildQuery doesn't seem used at this time

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just lost a lot of time coming to this realisation :(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me too. This is a really sad limitation, if only this wasn't required, adding visualisations could be much simpler and more isolated.

@stale
Copy link

stale bot commented Jan 25, 2020

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 Jan 25, 2020
@mistercrunch mistercrunch added the .pinned Draws attention label Jan 28, 2020
@stale stale bot removed the inactive Inactive for >= 30 days label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.pinned Draws attention size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants