Skip to content

Commit 3ba47e1

Browse files
committed
Removing change history from Python
1 parent acb71e3 commit 3ba47e1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

website/docs/reference/resource-configs/bigquery-configs.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,12 @@ The `incremental_strategy` config can be set to one of the following values:
558558
- `insert_overwrite`
559559
- [`microbatch`](/docs/build/incremental-microbatch)
560560

561+
### Change history
562+
563+
The `enable_change_history` parameter enables [BigQuery's change history feature](https://cloud.google.com/bigquery/docs/change-history) which tracks changes made to a BigQuery table. When enabled, you can use the change history to audit and debug the behavior of your incremental models.
564+
565+
`enable_change_history` is set to `<boolean>` values.
566+
561567
### Performance and cost
562568

563569
The operations performed by dbt while building a BigQuery incremental model can
@@ -1196,7 +1202,6 @@ The BigQuery Python models also have the following additional configuration para
11961202
| `gcs_bucket` | `<string>` | no | `` | `<GCS_BUCKET>` |
11971203
| `packages` | `<string>` | no | `` | `['numpy<=1.1.1', 'pandas', 'mlflow']` |
11981204
| `timeout` | `<integer>` | no | `` | `<timeout_in_seconds>` |
1199-
| `enable_change_history` | `<boolean>` | no | `` | `True`, `False` |
12001205

12011206
- The `enable_list_inference` parameter
12021207
- The `enable_list_inference` parameter enables a PySpark data frame to read multiple records in the same operation. By default, this is set to `True` to support the default `intermediate_format` of `parquet`.
@@ -1219,8 +1224,6 @@ The BigQuery Python models also have the following additional configuration para
12191224
- The `timeout` parameter
12201225
- The `timeout` parameter specifies the maximum execution time in seconds for the Python model. This is particularly useful for BigFrames models that may require longer execution times for complex data processing or machine learning workloads. If not specified, the model will use the default timeout configured for the execution environment.
12211226

1222-
- The `enable_change_history` parameter
1223-
- The `enable_change_history` parameter enables [BigQuery's change history feature](https://cloud.google.com/bigquery/docs/change-history) which tracks changes made to a BigQuery table. When enabled, you can use the change history to audit and debug the behavior of your incremental models.
12241227

12251228
**Related docs:**
12261229

0 commit comments

Comments
 (0)