From d24a6106e35b2f59e3d137aa22ca0c9970ba6474 Mon Sep 17 00:00:00 2001 From: "Jeffrey Jonathan Jennings (J3)" Date: Mon, 7 Oct 2024 14:56:17 -0400 Subject: [PATCH] Resolved #272. --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573b102..0f6dca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ All notable changes to this project will be documented in this file. The format is base on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.30.00.000] - TBD +## [0.30.00.000] - 2024-10-07 ### Added -- AWS, Kafka, and Schema Registry Python helper classes. -- DataGeneratorApp sinks synthetic flight data to Apache Iceberg tables. +- Converted FlightImporterApp.java to flight_importer_app.py. +- Converted UserStatisticsApp.java to user_statistics_app.py. +- Sink FlightImporterApp and UserStatisticsApp Apache Iceberg tables. +- Use User-Defined Table Function in Python to call AWS Services. ### Changed - try-wtih-resources