diff --git a/mddocs/strategy/incremental_batch_strategy.md b/mddocs/strategy/incremental_batch_strategy.md new file mode 100644 index 00000000..6cda393e --- /dev/null +++ b/mddocs/strategy/incremental_batch_strategy.md @@ -0,0 +1,17 @@ +# Incremental Batch Strategy { #incremental-batch-strategy-0 } + + + +::: onetl.strategy.incremental_strategy.IncrementalBatchStrategy + options: + members: + - __init__ diff --git a/mddocs/strategy/incremental_strategy.md b/mddocs/strategy/incremental_strategy.md new file mode 100644 index 00000000..821670d7 --- /dev/null +++ b/mddocs/strategy/incremental_strategy.md @@ -0,0 +1,17 @@ +# Incremental Strategy { #incremental-strategy-0 } + + + +::: onetl.strategy.incremental_strategy.IncrementalStrategy + options: + members: + - __init__ diff --git a/mddocs/strategy/index.md b/mddocs/strategy/index.md new file mode 100644 index 00000000..98099727 --- /dev/null +++ b/mddocs/strategy/index.md @@ -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] diff --git a/mddocs/strategy/snapshot_batch_strategy.md b/mddocs/strategy/snapshot_batch_strategy.md new file mode 100644 index 00000000..78009748 --- /dev/null +++ b/mddocs/strategy/snapshot_batch_strategy.md @@ -0,0 +1,17 @@ +# Snapshot Batch Strategy { #snapshot-batch-strategy-0 } + + + +::: onetl.strategy.snapshot_strategy.SnapshotBatchStrategy + options: + members: + - __init__ diff --git a/mddocs/strategy/snapshot_strategy.md b/mddocs/strategy/snapshot_strategy.md new file mode 100644 index 00000000..bedfcdff --- /dev/null +++ b/mddocs/strategy/snapshot_strategy.md @@ -0,0 +1,17 @@ +# Snapshot Strategy { #snapshot-strategy-0 } + + + +::: onetl.strategy.snapshot_strategy.SnapshotStrategy + options: + members: + - __init__