Releases: awslabs/athena-glue-service-logs
v6.0.0 - Python3 Support
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
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
v5.3.0 - VPC Flow Support
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.