2023-01-18 17:16:29 +01:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
2023-02-02 17:26:38 +01:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Started the `data_testing` module with the first task to run data tests on
|
|
|
|
|
MySQL: `run_data_test_on_mysql`.
|
|
|
|
|
- The `DW_CREDENTIALS` attribute in `LOLACONFIG` now also includes a `default_db` key.
|
|
|
|
|
|
|
|
|
|
|
2023-01-27 13:24:52 +01:00
|
|
|
## [0.3.0] - 2023-01-27
|
2023-01-23 14:08:21 +01:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
2023-01-24 13:42:20 +01:00
|
|
|
- Added Trino connection capabilities in the `connections` module.
|
|
|
|
|
- Added MySQL connection capabilities in the `connections` module.
|
|
|
|
|
- Added SSH tunneling capabilities in the `connections` module.
|
2023-01-23 14:08:21 +01:00
|
|
|
|
|
|
|
|
|
2023-01-18 17:30:53 +01:00
|
|
|
## [0.2.0] - 2023-01-19
|
2023-01-18 17:16:29 +01:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- `LolaConfig` can now fetch the DW credentials from S3.
|
|
|
|
|
- `LolaConfig` can now fetch the SSH tunnel from S3.
|
|
|
|
|
- `LolaConfig` can now fetch the Trino credentials from S3.
|
|
|
|
|
- `LolaConfig` can now fetch the Prefect Host from S3.
|
|
|
|
|
- `build_lolaconfig` executes all of the above when called.
|