Fixes
- Fix issue when running the
depstask after thelisttask in the RPC server (#3846, #3848) - Fix bug with initializing a dataclass that inherits from
typing.Protocol, specifically fordbt.config.profile.Profile(#3843, #3855) - Avoid caching schemas for tests when
store_failuresis not enabled (#3715, #3716) - Fix bug in finding analysis nodes when applying analysis patch (#3764, #3767)
- Rewrite built-in generic tests to support
column_nameexpressions (#3790, #3811) - Check for existence of test node when removing. (#3711, #3750)
Under the hood
- Get more information on partial parsing version mismatches (#3757, #3758)
- Use GitHub Actions for CI (#3688, #3669)
- Switch to full reparse on partial parsing exceptions. Log and report exception information. (#3725, #3733)
- Check for existence of test node when removing. (#3711, #3750)
- Better error handling for BigQuery job labels that are too long. #3703
Contributors: