Closed peterallenwebb closed 1 month ago
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.48%. Comparing base (
ed11c6c
) to head (6b18e61
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
resolves https://github.com/dbt-labs/dbt-core/issues/9037
Description
The process of finding and iterating through jinja blocks could be quite slow. These changes accelerate the process by caching useful information about what searches have already been performed.
Many thanks to @fredriv for pointing out that this was still a problem and pushing for a fix.
Checklist
changie new
to create a changelog entry