Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure
log()
calls from jinja ensure the msg is stringified
The simplest way to resolve [CT-2259](#7108) and [CT-1783](#6568) in backports to dbt-core < 1.4 is to ensure `msg` in `BaseContext.log()` is stringified.
- Loading branch information