Skip to content

Commit

Permalink
Update databricks-configs.md
Browse files Browse the repository at this point in the history
Editorial changes
  • Loading branch information
matthewshaver authored Oct 29, 2024
1 parent 9b3740a commit 01cefd5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/reference/resource-configs/databricks-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,11 +636,9 @@ insert into analytics.replace_where_incremental

### The `microbatch` strategy

The Databricks adapter implements the `microbatch` strategy using `replace_where`.
As such, please take note of the requirements and caution statements for `replace_where` above.
For general discussion of using this strategy, please see the [microbatch reference page](/docs/build/incremental-microbatch).
The Databricks adapter implements the `microbatch` strategy using `replace_where`. Note the requirements and caution statements for `replace_where` above. For more information about this strategy, see the [microbatch reference page](/docs/build/incremental-microbatch).

In the example below, the upstream table `events` has been annotated with an `event_time` column called `ts` in its schema file.
In the following example, the upstream table `events` have been annotated with an `event_time` column called `ts` in its schema file.

<Tabs
defaultValue="source"
Expand Down

0 comments on commit 01cefd5

Please sign in to comment.