Skip to content

Commit

Permalink
add reference to etl-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lixakov authored and dolfinus committed Nov 17, 2023
1 parent ff10be9 commit f2f13b2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/hwm_store/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,6 @@ 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::
Expand Down

0 comments on commit f2f13b2

Please sign in to comment.