Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Releases: awslabs/athena-glue-service-logs

v6.0.0 - Python3 Support

05 May 18:25
521ab04

Choose a tag to compare

Pre-release

This release adds support for Python 3 (thanks @ryandeivert).

Please note that this is likely the last release of this library in its current format. As part of researching many of the new Glue features, it's likely we'll make use of the new Blueprints and Workflows functionality to replace a good chunk of this code.

Follow along in #23 for more updates! 😄

v5.3.5 - Fix partition pagination

12 Sep 17:58
b7cf774

Choose a tag to compare

Pre-release

This release fixes an issue (#17) where we weren't fetching the entire set of partitions from the Glue Data Catalog and could result in that data not showing up in the raw or optimized tables. This would have surfaced for data sources grouped by region with a large (>1000) number of partitions.

You can update your Glue jobs by just pointing the "Python lib path" to this new build. You may notice that on the next run, data from the past 30 days in those missing regions are now added.

v5.3.4 - New ALB and S3 fields

07 May 10:13

Choose a tag to compare

Pre-release

This update adds a few new fields for both ALB (#9) and S3 Access Logs (#11) as well as updates the Makefile to provide a location for Glue temp files (#10).

v5.3.0 - VPC Flow Support

12 Sep 20:29
568e0e3

Choose a tag to compare

Pre-release

Now that VPC Flow Logs can be published directly to S3, it makes it easy to add support for them to this framework. The logs are automatically partitioned by region and date.