-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8531b8
commit ff10be9
Showing
5 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,30 @@ | ||
.. _hwm-store: | ||
|
||
YAML HWM Store | ||
HWM | ||
========= | ||
|
||
Since ``onetl>=0.10.0`` version, the HWM Store and HWM classes have been moved to a separate library :etl-entities:`etl-entities <>`. | ||
|
||
| | ||
| **HWM Store** | ||
- :etl-entities:`Base HWM Store <hwm_store/base_hwm_store.html>` This class facilitates the creation of custom hwm stores. | ||
- :etl-entities:`Memory HWM Store <hwm_store/memory_hwm_store.html>` This class serving as an example for storing hwms in memory. | ||
| | ||
| **HWM** | ||
Moreover, HWM classes that operate with HWM stores have also been relocated to the :etl-entities:`etl-entities <>` library. These include: | ||
|
||
- :etl-entities:`Column Int HWM <hwm/column/int_hwm.html>` | ||
- :etl-entities:`Column Date HWM <hwm/column/date_hwm.html>` | ||
- :etl-entities:`Column DateTime HWM <hwm/column/datetime_hwm.html>` | ||
- :etl-entities:`File List HWM <hwm/file/file_list_hwm.html>` | ||
|
||
For detailed insights into the various HWM classes available, refer to the documentation on: | ||
|
||
- :etl-entities:`What is HWM </hwm/column/index.html#what-is-hwm>` | ||
|
||
Below is the **default HWM store** in onETL - YAML HWM Store: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: HWM store | ||
|
||
yaml_hwm_store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters