Skip to content

Commit

Permalink
Removing tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Dec 6, 2024
1 parent 076fed1 commit a7cd6ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions website/docs/reference/resource-configs/batch_size.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ The`batch_size` config determines how large batches are when running a microbatc

The following examples set `day` as the `batch_size` for the `user_sessions` model.

<Tabs>

<TabItem value="model" label="Models">

Example of the `batch_size` config in the `dbt_project.yml` file:

<File name='dbt_project.yml'>
Expand Down Expand Up @@ -58,5 +54,3 @@ Example in sql model config block:

</File>

</TabItem>
</Tabs>
7 changes: 0 additions & 7 deletions website/docs/reference/resource-configs/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ Set the `begin` config to the timestamp value at which your microbatch model dat

The following examples set `2024-01-01 00:00:00` as the `begin` config for the `user_sessions` model.

<Tabs>

<TabItem value="model" label="Models">

Example in the `dbt_project.yml` file:

<File name='dbt_project.yml'>
Expand Down Expand Up @@ -57,6 +53,3 @@ Example in sql model config block:
```

</File>

</TabItem>
</Tabs>
7 changes: 0 additions & 7 deletions website/docs/reference/resource-configs/lookback.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ Set the `lookback` to an integer greater than or equal to zero. The default valu

## Examples


The following examples set `2` as the `lookback` config for the `user_sessions` model.
<Tabs>

<TabItem value="model" label="Models">

Example in the `dbt_project.yml` file:

Expand Down Expand Up @@ -57,6 +53,3 @@ Example in sql model config block:
```

</File>

</TabItem>
</Tabs>

0 comments on commit a7cd6ac

Please sign in to comment.