Skip to content
Closed
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 { #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 { #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 @@
# Стратегии чтения { #strategy }

onETL предоставляет несколько встроенных стратегий для чтения данных:

1. [Snapshot][snapshot-strategy-0]
2. [Incremental][incremental-strategy-0]
3. [Snapshot Batch][snapshot-batch-strategy-0]
4. [Incremental Batch][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 { #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 { #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