-
Notifications
You must be signed in to change notification settings - Fork 199
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
Upgrades to streamlit app #1036
Conversation
✅ Deploy Preview for dlt-hub-docs canceled.
|
) | ||
|
||
|
||
maybe_install_streamlit() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will remove this and will call it in streamlit_app/init.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's review UI together! First take:
- the sidebar should contain the most important information like pipeline name, destination etc. maybe last load if trace is present
- I do not want to distribute images with the library
- OR we should distribute the streamlit app as dlt extra: we extract this app as seprate dependency
otherwise I'm so happy we are pushing that forward
globals()[package] = importlib.import_module(package) | ||
|
||
|
||
def query_yes_no(question, default="yes"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's wrong with current echo.py
and clikck
library we use. this should IMO work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rudolfix I will use dlt.echo
🙂 thanks for reference
Closing this in favor of #1060 because I decided to split automatic dependency installation utilities in the separate PR. |
This PR upgrades our streamlit app #459 which is launched when
dlt pipeline PIPELINE_NAME show
command is called.It also includes better prompt to detect and install streamlit and additional packages if it is missing.