-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Is this your first time submitting a feature request?
- I have read the expectations for open source contributors
- I have searched the existing issues, and I could not find an existing issue for this feature
- I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
For some specific reasons, currently, my dbt project needs a flag to run without compilation, since the compiled models exist. The models do not need to be re-compiled since they do not change.
I know in most cases, this is not appropriate, but my current project really needs it. For every compilation, dbt calls nearly 20 Trino query executions, and that is not bad for my team.
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
Yes, I want to know how can I implement this feature
Anything else?
No response