Skip to content

Commit

Permalink
[DbtProject] Add --use-dbt-project flag in dbt apidocs (#23011)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Add the flag to the apidocs by removing `hidden=True`

## How I Tested These Changes

make apidoc-build
  • Loading branch information
maximearmstrong authored Jul 16, 2024
1 parent 13561c9 commit 5e0e3fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1 deletion.
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 @@ -255,7 +255,6 @@ def project_scaffold_command(
"--use-dbt-project-package-data-dir",
help="Controls whether `DbtProject` is used.",
is_flag=True,
hidden=True,
),
] = False,
) -> None:
Expand Down

1 comment on commit 5e0e3fd

@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-hsb9amlw2-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 5e0e3fd.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.