1.1 KiB
1.1 KiB
Change Log
All notable changes to this project will be documented in this file.
[Unreleased]
Added
- Added tasks
begin_sql_transactionandend_sql_transactionto theutilsmodule. These enable the management of SQL transactions in flows. It also allows for dry running SQL statements.
[0.4.0] - 2023-02-08
Added
- Started the
data_testingmodule with the first task to run data tests on MySQL:run_data_test_on_mysql. - The
DW_CREDENTIALSattribute inLOLACONFIGnow also includes adefault_dbkey.
[0.3.0] - 2023-01-27
Added
- Added Trino connection capabilities in the
connectionsmodule. - Added MySQL connection capabilities in the
connectionsmodule. - Added SSH tunneling capabilities in the
connectionsmodule.
[0.2.0] - 2023-01-19
Added
LolaConfigcan now fetch the DW credentials from S3.LolaConfigcan now fetch the SSH tunnel from S3.LolaConfigcan now fetch the Trino credentials from S3.LolaConfigcan now fetch the Prefect Host from S3.build_lolaconfigexecutes all of the above when called.