Skip to content

Commit

Permalink
[DbtProject] Fix prepare-and-package command name in DbtProject docs (
Browse files Browse the repository at this point in the history
#22953)

## Summary & Motivation

Missed one occurrence when updating the name in #22653

## How I Tested These Changes
make apidoc-build
test preview
  • Loading branch information
maximearmstrong authored and benpankow committed Jul 11, 2024
1 parent 93ad83c commit 3b3e6a5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified docs/content/api/modules.json.gz
Binary file not shown.
Binary file modified docs/content/api/searchindex.json.gz
Binary file not shown.
Binary file modified docs/content/api/sections.json.gz
Binary file not shown.
Binary file modified docs/next/public/objects.inv
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ class DbtProject(IHaveNew):
Using this helps achieve a setup where the dbt manifest file
and dbt dependencies are available and up-to-date:
* during development, pull the dependencies and reload the manifest at run time to pick up any changes.
* when deployed, expect a manifest that was created at build time to reduce start-up time.
* during development, pull the dependencies and reload the manifest at run time to pick up any changes.
* when deployed, expect a manifest that was created at build time to reduce start-up time.
The cli ``dagster-dbt project prepare-for-deployment`` can be used as part of the deployment process to
The cli ``dagster-dbt project prepare-and-package`` can be used as part of the deployment process to
handle the project preparation.
This object can be passed directly to :py:class:`~dagster_dbt.DbtCliResource`.
Expand Down

1 comment on commit 3b3e6a5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-qe87woulj-elementl.vercel.app
https://release-1-7-13.dagster.dagster-docs.io

Built with commit 3b3e6a5.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.