You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create or start an existing SQL endpoint of any size in your Databricks workspace
Create new query and define the database and table:
CREATEDATABASEIF NOT EXISTS streamlit_demo_db;
CREATETABLEIF NOT EXISTS streamlit_demo_db.nyctaxi_yellow
USING DELTA
LOCATION "dbfs:/databricks-datasets/nyctaxi/tables/nyctaxi_yellow";
On local machine, clone the repository and create .env file in the repository directory. Follow the .env.sample for instructions.
On local machine, launch make run to start the server