Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions mddocs/strategy/incremental_batch_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Incremental Batch Strategy { #incremental-batch-strategy-0 }

<!--
```{eval-rst}
.. currentmodule:: onetl.strategy.incremental_strategy
```

```{eval-rst}
.. autoclass:: IncrementalBatchStrategy
:members: __init__
```
-->

::: onetl.strategy.incremental_strategy.IncrementalBatchStrategy
options:
members:
- __init__
17 changes: 17 additions & 0 deletions mddocs/strategy/incremental_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Incremental Strategy { #incremental-strategy-0 }

<!--
```{eval-rst}
.. currentmodule:: onetl.strategy.incremental_strategy
```

```{eval-rst}
.. autoclass:: IncrementalStrategy
:members: __init__
```
-->

::: onetl.strategy.incremental_strategy.IncrementalStrategy
options:
members:
- __init__
8 changes: 8 additions & 0 deletions mddocs/strategy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Read Strategies { #strategy }

onETL have several builtin strategies for reading data:

1. [Snapshot Strategy][snapshot-strategy-0]
2. [Incremental Strategy][incremental-strategy-0]
3. [Snapshot Batch Strategy][snapshot-batch-strategy-0]
4. [Incremental Batch Strategy][incremental-batch-strategy-0]
17 changes: 17 additions & 0 deletions mddocs/strategy/snapshot_batch_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Snapshot Batch Strategy { #snapshot-batch-strategy-0 }

<!--
```{eval-rst}
.. currentmodule:: onetl.strategy.snapshot_strategy
```

```{eval-rst}
.. autoclass:: SnapshotBatchStrategy
:members: __init__
```
-->

::: onetl.strategy.snapshot_strategy.SnapshotBatchStrategy
options:
members:
- __init__
17 changes: 17 additions & 0 deletions mddocs/strategy/snapshot_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Snapshot Strategy { #snapshot-strategy-0 }

<!--
```{eval-rst}
.. currentmodule:: onetl.strategy.snapshot_strategy
```

```{eval-rst}
.. autoclass:: SnapshotStrategy
:members: __init__
```
-->

::: onetl.strategy.snapshot_strategy.SnapshotStrategy
options:
members:
- __init__
Loading