Skip to content

Commit

Permalink
Update website/docs/docs/cloud/dbt-cloud-ide/ide-user-interface.md
Browse files Browse the repository at this point in the history
Co-authored-by: nataliefiann <120089939+nataliefiann@users.noreply.github.com>
  • Loading branch information
mirnawong1 and nataliefiann authored Oct 25, 2024
1 parent 3f85b8e commit 526f05c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Starting from dbt v1.6 or higher, when you save changes to a model, you can comp
8. **Compiled Code tab &mdash;** The Compile generates the compiled code when the Compile button is executed. The Compiled Code tab displays the compiled SQL code for the active file in the File Editor.
<Lightbox src="/img/docs/dbt-cloud/cloud-ide/compiled-code-console-tab.jpg" width="90%" title="Compile results show up in the Compiled Code tab"/>

9. **Lineage tab &mdash;** The Lineage tab in the File Editor displays the active model's lineage or <Term id="dag" />. By default, it shows two degrees of lineage in both directions (`2+model_name+2`), however, you can change it to +model+ (full DAG).
9. **Lineage tab &mdash;** The Lineage tab in the File Editor displays the active model's lineage or <Term id="dag" />. By default, it shows two degrees of lineage in both directions (`2+model_name+2`), however, you can change it to +model+ (full DAG). To use the lineage:
- Double-click a node in the DAG to open that file in a new tab
- Expand or shrink the DAG using node selection syntax.
- Note, the `--exclude` flag isn't supported.
Expand Down

0 comments on commit 526f05c

Please sign in to comment.