From d0fded1b55e20038434ab49dace8047b9c13ec91 Mon Sep 17 00:00:00 2001 From: Ryan Dawson Date: Thu, 21 Sep 2023 17:26:51 +0100 Subject: [PATCH] Update View Data in Databricks SQL.py --- view-data-in-dbx-sql/View Data in Databricks SQL.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view-data-in-dbx-sql/View Data in Databricks SQL.py b/view-data-in-dbx-sql/View Data in Databricks SQL.py index 4533389..55f3ecb 100644 --- a/view-data-in-dbx-sql/View Data in Databricks SQL.py +++ b/view-data-in-dbx-sql/View Data in Databricks SQL.py @@ -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)