Saved queries can be selected by dbt build by using --include-saved-query
#4383
Labels
content
Improvements or additions to content
dbt Core
The changes proposed in this issue relate to dbt Core
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Milestone
At a minimum, update body to include a link to the page on docs.getdbt.com requiring updates and what part(s) of the page you would like to see updated.
Issue / PR
dbt-labs/dbt-core#8893 / dbt-labs/dbt-core#8937
What
There is a new boolean include_saved_query config:
--include-saved-query
or--no-include-saved-query
(default)DBT_INCLUDE_SAVED_QUERY
This new flag is actually hidden from the CLI
--help
command, so maybe we don't need/want public docs for this?Examples
Example 1
This does not include saved queries by default:
Example 2
But using the flag will select saved queries:
Questions
dbt build
?The text was updated successfully, but these errors were encountered: