You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. speed up execution time of doing the equivalent of dbt show --inline when there is no Jinja templating that is needed. For example, the following doesn't have any Jinja templating and doesn't need the manifest, so we should be able to skip both of those:
dbt show --inline-direct "select * from my_table"
Usage example
With this feature, you can call dbt show with --inline-direct rather than --inline:
dbt show --inline-direct "select * from my_table"
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
Introduce a new
--inline-direct
flag fordbt show
that:i.e. speed up execution time of doing the equivalent of
dbt show --inline
when there is no Jinja templating that is needed. For example, the following doesn't have any Jinja templating and doesn't need the manifest, so we should be able to skip both of those:dbt show --inline-direct "select * from my_table"
Usage example
With this feature, you can call dbt show with
--inline-direct
rather than--inline
:dbt show --inline-direct "select * from my_table"
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: