[Feature] Extend partial parsing behavior for env vars to project vars also #10578
Open
3 tasks done
Labels
enhancement
New feature or request
Is this your first time submitting a feature request?
Describe the feature
Avoid full parses and use partial parsing when project vars have not changed.
The implementation would more granularly track where those inputs are being used — that is, extending what we've done for env vars to project vars. I believe the relevant partial parsing code related to environment variables is here.
Describe alternatives you've considered
No response
Who will this benefit?
This will allow dbt to complete the parsing phase faster by using partial parsing to only parse the changed files (or files related to those changes).
Are you interested in contributing this feature?
No response
Anything else?
From dbt-labs/docs.getdbt.com#1066 (comment) and #9844 (comment)
The text was updated successfully, but these errors were encountered: