dbt-labs / dbt-bigquery

dbt-bigquery contains all of the code required to make dbt operate on a BigQuery database.
https://github.com/dbt-labs/dbt-bigquery
Apache License 2.0
224 stars 157 forks source link

Add support for 3.12 in workflow files and configs #1320

Closed VersusFacit closed 3 months ago

VersusFacit commented 3 months ago

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 plain pip install dbt-redshift with 3.12 active ✅ smoke testing run using test-bundle on snowflake against the jaffle-shop-base scenario with 3.12.X active ✅ GHA workflow involving integration tests ✅ release workflow still works

Solution

No code changes required per my testing above.

Checklist

github-actions[bot] commented 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.

VersusFacit commented 3 months ago

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