Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[components] Add execute method to dbt project, remove resource from …
…defs (#26363) ## Summary & Motivation As title -- we already have a reference to the dbt resource from the component loading codepath, and so threading it through Definitions doesn't actually make much sense. It's free to construct one of these things (it doesn't have to do any expensive spinup), and this way we don't need to worry about situations where we have multiple dbt project components with conflicting resource keys Other integrations where resource construction is not free will not be able to use this pattern, but this sort of thing is quite common ## How I Tested These Changes ## Changelog NOCHANGELOG
- Loading branch information