A first release candidate for dbt-core v1.0.1
Fixes
- Fix wrong url in the dbt docs overview homepage (#4442)
- Fix redefined status param of SQLQueryStatus to typecheck the string which passes on
._message
value ofAdapterResponse
or thestr
value sent by adapter plugin. (#4463) - Fix
DepsStartPackageInstall
event to use package name instead of version number. (#4482) - Reimplement log message to use adapter name instead of the object method. (#4501)
- Issue better error message for incompatible schemas (#4470, #4497)
- Remove secrets from error related to packages. (#4507)
- Prevent coercion of boolean values (
True
,False
) to numeric values (0
,1
) in query results (#4511, #4512) - Fix error with an env_var in a project hook (#4523, #4524)
Docs
- Fix missing data on exposures in docs (#4467)
Contributors: