Skip to content

Commit

Permalink
Note that dbt parse doesn't put compiled code in its manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Jan 17, 2025
1 parent 9ad1365 commit 3bb765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/commands/parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `dbt parse` command parses and validates the contents of your dbt project. I

It will also produce an artifact with detailed timing information, which is useful to understand parsing times for large projects. Refer to [Project parsing](/reference/parsing) for more information.

Starting in v1.5, `dbt parse` will write or return a [manifest](/reference/artifacts/manifest-json), enabling you to introspect dbt's understanding of all the resources in your project.
Starting in v1.5, `dbt parse` will write or return a [manifest](/reference/artifacts/manifest-json), enabling you to introspect dbt's understanding of all the resources in your project. Since `dbt parse` doesn't connect to your warehouse, [this manifest will not contain any compiled code](/faqs/Warehouse/db-connection-dbt-compile).

By default, the dbt Cloud IDE will attempt a "partial" parse, which means it'll only check changes since the last parse (new or updated parts of your project when you make changes). Since the dbt Cloud IDE automatically parses in the background whenever you save your work, manually running `dbt parse` yourself is likely to be fast because it's just looking at recent changes.

Expand Down

0 comments on commit 3bb765e

Please sign in to comment.