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 Update extension API to follow new design. #25

Merged
merged 2 commits into from
Jun 11, 2019
Merged

Conversation

jezdez
Copy link
Contributor

@jezdez jezdez commented Mar 11, 2019

This is a WIP at the moment, while getredash/redash#3569 is being reviewed.

Don't merge this before the upstream PR has finalized and released.


[tool.flit.entrypoints."redash.bundles"]
datasource_link = "redash_stmo.data_sources.link"
datasource_version = "redash_stmo.data_sources.version"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is now needed with the design changes upstream, basically when we have hybrid (backend&client) extensions, the bundles of for the client part need to be specified separately from the backend code to simplify the guessing we're doing in the upstream code.

@jezdez jezdez requested a review from emtwo March 15, 2019 13:11
@jezdez jezdez changed the title Update extension API to follow new design. WIP Update extension API to follow new design. Mar 25, 2019
Copy link
Contributor

@emtwo emtwo left a comment

Choose a reason for hiding this comment

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

This is nice! Thanks for decoupling from flask.

@washort washort merged commit 845277f into master Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants