This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
Halfpipe v0.2.3
In this release, Halfpipe comes with Oracle, SQL Server and ODBC driver support. Also the ability to run in AWS Lambda and perform data validation.
Release Notes
- Improved ability of the
diff
action to handle different data types - Prefer loading plugins from the current directory before checking /usr/local/lib
General
- Oracle and ODBC functionality is provided via plugins, while SQL Server support only requires the
hp
binary. - The Oracle plugin
hp-oracle-plugin.so
is compiled against Oracle Database 19.8 client libraries, which is backwards compatible with older Oracle versions - The ODBC plugin
hp-odbc-plugin.so
uses unixODBC libraries
The Oracle drivers are omitted from the base image due to licence restrictions, but you can choose the Quick Start mentioned below to easily build yourself a Docker image that includes them and the unixODBC drivers.
Options to get going: