diff --git a/dataplex-quickstart-labs/02-lab-guide/module-02-terraform-provisioning.md b/dataplex-quickstart-labs/02-lab-guide/module-02-terraform-provisioning.md index 2ea043fb..54ff48f9 100644 --- a/dataplex-quickstart-labs/02-lab-guide/module-02-terraform-provisioning.md +++ b/dataplex-quickstart-labs/02-lab-guide/module-02-terraform-provisioning.md @@ -208,14 +208,13 @@ THIS IS INFORMATIONAL -BANKING DATA SAMPLE- --------------------- -├── banking -│ ├── customers_raw -│ │ ├── credit_card_customers -│ │ │ └── date=2022-05-01 -│ │ │ └── credit_card_customers.csv -│ │ └── customers -│ │ └── date=2022-05-01 -│ │ └── customers.csv + +├── credit_card_customers +│ └── date=2022-05-01 +│ └── credit_card_customers.csv +└── customers + └── date=2022-05-01 + └── customers.csv ``` @@ -295,7 +294,7 @@ THIS IS INFORMATIONAL You should see the listing below, when you paste the command below in Cloud Shell- ``` -gsutil ls -r gs://raw-notebook-$PROJECT_NBR/ +gsutil ls -r gs://raw-code-$PROJECT_NBR/ ``` This is what it should look like-