Skip to content

Commit

Permalink
--inline-direct is an internal CLI flag (#10806)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Oct 1, 2024
1 parent 396cf2d commit 3ec8fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/dbt/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@
inline_direct = click.option(
"--inline-direct",
envvar=None,
help="Pass SQL inline to dbt show. Do not load the entire project or apply templating.",
help="Internal flag to pass SQL inline to dbt show. Do not load the entire project or apply templating.",
hidden=True,
)

# `--select` and `--models` are analogous for most commands except `dbt list` for legacy reasons.
Expand Down

0 comments on commit 3ec8fa7

Please sign in to comment.