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
- remove materialized views from renambeable relation and remove a quote
- Replace usage of
Set
withList
to fix issue with index updates intermittently happening out of order
- Add unit test for transaction semantics.
- add "no-binary" install option
- Add
dbt-core
as a dependency to preserve backwards compatibility for installation
- Pin
black>=24.3
inpyproject.toml
- Determine
psycopg2
based onplatform_system
(Linux or other), remove usage ofDBT_PSYCOPG2_NAME
environment variable
- Update dependabot configuration to cover GHA