Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions view-data-in-dbx-sql/View Data in Databricks SQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ def create_table(db: str, table: str, data_location: str):
# COMMAND ----------

# MAGIC %md
# MAGIC 1. Navigate to Databricks SQL using the drop down and clicking on "Data". **Hint:** right click on the elements to open it in a new tab.
# MAGIC 1. Navigate to Databricks SQL using the drop down and clicking on either "Data" or "SQL Editor" (you may not have a "Data" option). **Hint:** right click on the elements to open it in a new tab.
# MAGIC
# MAGIC ![navi-to-dbx-sql.png](https://github.com/data-derp/exercise-ev-databricks/blob/main/view-data-in-dbx-sql/assets/navi-to-file-explorer.png?raw=true)

# COMMAND ----------

# MAGIC %md
# MAGIC 2. Check that your database and table exists. It might take some time, while your Warehouse cluster starts up (by default).
# MAGIC 2. Check that your database and table exists under "hive_metastore" in the Catalog. It might take some time, while your Warehouse cluster starts up (by default).
# MAGIC
# MAGIC ![table-present.png](https://github.com/data-derp/exercise-ev-databricks/blob/main/view-data-in-dbx-sql/assets/table-present.png?raw=true)

Expand Down