You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
561
567
### Performance and cost
562
568
563
569
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
- 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
1219
1224
- The `timeout` parameter
1220
1225
- 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.
1221
1226
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.
0 commit comments