All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- Debug log when
type_code
fails to convert to adata_type
- Introduce TableLastModifiedMetadataBatch and implement BaseAdapter.calculate_freshness_from_metadata_batch
- Support for sql fixtures in unit testing
- Add the option to set the log level of the AdapterRegistered event
- Update dependabot config to cover GHA
- Add field wrapper to BaseRelation members that were missing it.
- Add "description" and "meta" fields to RelationConfig protocol
- Lazy load agate to improve dbt-core performance
- add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS
- Pin
black>=24.3
inpyproject.toml