diff --git a/docs/etl_functions.rst b/docs/etl_functions.rst index 1de0077..f6cfc88 100644 --- a/docs/etl_functions.rst +++ b/docs/etl_functions.rst @@ -418,3 +418,8 @@ Any Python code can be used within the function and extra data can result from a calculation, a call to a webservice or a query against another database. As a standalone function with known inputs and outputs, the transform functions are also easy to test. + +Error Handling +-------------- + +This section describes exception classes and on_error functions. diff --git a/docs/index.rst b/docs/index.rst index 80310e5..38cef84 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,7 +22,7 @@ ETLHelper is a Python ETL library to simplify data transfer into and out of data .. note:: This documentation corresponds to the upcoming 1.0 release. - Refer to the README.md for the current codebase. + Refer to the `v0.14.3 GitHub README.md `_ for the current codebase. There are a number of breaking changes planned for ``etlhelper`` version 1.0. Please pin the version number in your dependency list to avoid disruption and watch the project on GitHub