22 lines
641 B
Markdown
22 lines
641 B
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [0.3.0] - 2023-01-27
|
|
|
|
### Added
|
|
|
|
- Added Trino connection capabilities in the `connections` module.
|
|
- Added MySQL connection capabilities in the `connections` module.
|
|
- Added SSH tunneling capabilities in the `connections` module.
|
|
|
|
|
|
## [0.2.0] - 2023-01-19
|
|
|
|
### 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.
|