From c0383d3c034c9ba0d6ff0a360c7f71a27f285dee Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:19:58 -0500 Subject: [PATCH] Update website/docs/guides/dremio-lakehouse.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/guides/dremio-lakehouse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/dremio-lakehouse.md b/website/docs/guides/dremio-lakehouse.md index 7801bc51341..341aef4b5f5 100644 --- a/website/docs/guides/dremio-lakehouse.md +++ b/website/docs/guides/dremio-lakehouse.md @@ -58,7 +58,7 @@ Plugins: 2. In your integrated development environment (IDE), open the relation.py file in the Dremio adapter directory: `$HOME/Library/Python/3.9/lib/python/site-packages/dbt/adapters/dremio/relation.py` -Update lines 51 and 52 if they don't have the following syntax: +3. Find and update lines 51 and 52 to match the following syntax: ```python