Skip to content

Commit

Permalink
clarify microbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Dec 3, 2024
1 parent b48ed25 commit 68d1431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/build/incremental-microbatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Several configurations are relevant to microbatch models, and some are required:
| `partition_by` | A column(s) (string or array) or expression for the record. Required for the `check` strategy. | N/A | String | Optional* |

***Note:**
- `unique_key` is _required_ for the check strategy when using the `dbt-postgres` adapter.
- `partition_by` is _required_ for the check strategy when using the `dbt-spark` and `dbt-bigquery` adapters.
- `unique_key` is _required_ for the microbatch strategy when using the `dbt-postgres` adapter.
- `partition_by` is _required_ for the microbatch strategy when using the `dbt-spark` and `dbt-bigquery` adapters.

<Lightbox src="/img/docs/building-a-dbt-project/microbatch/event_time.png" title="The event_time column configures the real-world time of this record"/>

Expand Down

0 comments on commit 68d1431

Please sign in to comment.