dbt-bigquery 1.7.0-b2 - September 15, 2023
Features
- Add support for materialized views (#dbt-labs/dbt-core#6911)
Fixes
- case insensitive check on partition matching (#886)
- Time out queries if user supplies
job_execution_timeout
(#231) - changes expected value types to AnyInteger to take into account changes in core (#915)
- Quote column names in struct data types to fix time ingestion partitioning table creation (#913)
Under the Hood
- Re-organize adapters.sql into more granular files inside of macros/relations (#904)
- Update BigQueryCredentials to support migration off hologram (#906)
Dependencies
- Bump mypy from 1.5.0 to 1.5.1 (#883)
- Update tox requirement from ~=4.8 to ~=4.9 (#884)
- Update tox requirement from ~=4.9 to ~=4.11 (#907)
- Update pre-commit requirement from ~=3.3 to ~=3.4 (#909)
- Update black requirement from ~=23.7 to ~=23.9 (#920)