-
Notifications
You must be signed in to change notification settings - Fork 39
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
Added a template for Streamlit Databricks data app #56
base: main
Are you sure you want to change the base?
Conversation
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.
Nice!
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.
Instead of app-template
, streamlit-app
?
@@ -0,0 +1,10 @@ | |||
# app-template template | |||
|
|||
This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it. |
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.
This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it. | |
This template contains a bundle structure for creating and managing a Databricks app that reads data from a SQL warehouse and visualizes it. |
Looking at https://docs.databricks.com/en/dev-tools/databricks-apps/index.html, the capitalization rules appear to be "Databricks Apps" as the product name but a "Databricks app" when talking about a single instance.
This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it. | ||
The app is written in Python using Streamlit framework. | ||
|
||
Install the template using the following command: |
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.
Install the template using the following command: | |
Initialize the template using the following command: |
# app-template template | ||
|
||
This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it. | ||
The app is written in Python using Streamlit framework. |
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.
The app is written in Python using Streamlit framework. | |
The app is written in Python using the Streamlit framework. |
This template contains a bundle structure to create and manage Databricks App which reads data from a SQL warehouse and visualizes it.
The app is written in Python using Streamlit framework.
Install the template using the following command: