From 31bc0ff1f97aa887c2d3f87dfb196ad2758375ef Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:27:37 -0800 Subject: [PATCH] Update website/docs/guides/microsoft-fabric-qs.md Co-authored-by: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> --- website/docs/guides/microsoft-fabric-qs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/microsoft-fabric-qs.md b/website/docs/guides/microsoft-fabric-qs.md index 636afd0453e..f27fcaa5c79 100644 --- a/website/docs/guides/microsoft-fabric-qs.md +++ b/website/docs/guides/microsoft-fabric-qs.md @@ -46,7 +46,7 @@ A public preview of dbt Cloud support for Microsoft Fabric in now available! 3. From **Workspaces** on the left sidebar, navigate to your organization’s workspace. Or, you can create a new workspace; refer to [Create a workspace](https://learn.microsoft.com/en-us/fabric/get-started/create-workspaces) in the Microsoft docs for more details. 4. Choose your warehouse from the table. Or, you can create a new warehouse; refer to [Create a warehouse](https://learn.microsoft.com/en-us/fabric/data-warehouse/tutorial-create-warehouse) in the Microsoft docs for more details. 5. Open the SQL editor by selecting **New SQL query** from the top bar. -6. Load the Jaffle Shop example data. Copy these statements into the SQL editor: +6. Copy these statements into the SQL editor to load the Jaffle Shop example data: ```sql DROP TABLE dbo.customers;