Peter Webb
Peter Webb
The JinjaLogInfo and JinjaLogDebug events are presently categorized as deps events (section M), which does not make sense. They should be categorized as parsing events (section I), and grouped with...
Leading spaces should be removed from the messages for the events GitSparseCheckoutSubdirectory, GitProgressCheckoutRevision, GitProgressUpdatedCheckoutRange, and GitProgressCheckedOutAt. We should also review other events (particularly Debug level events) to consider removing indentation...
The events CompileComplete and FreshnessComplete signal the end of their respective tasks, and simply print "Done." Consider combining these into a single event which signals task completion and includes a...
The LogModelResult, LogSnapshotResult, LogSeedResult, LogFreshnessResult events all mark the end of different kinds of tasks, but are highly similar and can probably be combined into a single event type. We...
We have four separate events which indicate that a seed has potentially changed: - SeedIncreased - SeedExceedsLimitSamePath - SeedExceedsLimitAndPathChanged - SeedExceedsLimitChecksumChanged It makes sense to have different messages for these...
During event review, we determined that the UnusedTable event is mis-named and should probably be something like "ForceOverrideMissingTarget".
resolves #9583 ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me - [ ] I have run this...
### Is this a new bug in dbt-core? - [X] I believe this is a new bug in dbt-core - [X] I have searched the existing issues, and I could...
resolves #9566 ### Problem Existing code is incompatible with upcoming protobuf 5, and there is no simple way to make it compatible with both 4 and 5. ### Solution Restrict...
### Is this a new bug in dbt-core? - [X] I believe this is a new bug in dbt-core - [X] I have searched the existing issues, and I could...