Closed VersusFacit closed 3 months ago
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide.
GHA workflow involving integration tests: https://github.com/dbt-labs/dbt-bigquery/actions/runs/10328180014/job/28594380285
release workflow: https://github.com/dbt-labs/dbt-bigquery/actions/runs/10328200073
resolves #1104
Problem
Adding Python
3.12
should pass a series of tests✅
pytest tests/unit
local ✅pytest tests/functional
local ✅dbt seed && dbt run
in a local jaffle shop using plainpip install dbt-redshift
with 3.12 active ✅ smoke testing run using test-bundle on snowflake against thejaffle-shop-base
scenario with3.12.X
active ✅ GHA workflow involving integration tests ✅ release workflow still worksSolution
No code changes required per my testing above.
Checklist