Skip to content

Commit

Permalink
Add error handling section and GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
volcan01010 committed May 6, 2024
1 parent 356d0dc commit 1d4edb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/etl_functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/BritishGeologicalSurvey/etlhelper/tree/v0.14.3>`_ 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
Expand Down

0 comments on commit 1d4edb8

Please sign in to comment.