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
223 stars 157 forks source link

Update test_incremental_microbatch to use behavior flag instead of environment variable #1358

Closed QMalcolm closed 2 weeks ago

QMalcolm commented 1 month ago

resolves #1359

Problem

dbt-adapters + dbt-core are moving to a behavior flag for gating microbatch functionality. We need to update the tests in dbt-bigquery to reflet this.

Solution

Updated the effected tests to use the new behavior flag defined by dbt-adapters in https://github.com/dbt-labs/dbt-adapters/pull/323

Checklist

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

QMalcolm commented 2 weeks ago

Closing, because we're gonna do this differently and these commits would make that messy