obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
136 stars 25 forks source link

Handle AWS parquet format #56

Closed MayCisco closed 2 years ago

MayCisco commented 2 years ago

https://github.com/obsrvbl/devops/issues/9009

Add support of AWS parquet format

MayCisco commented 2 years ago

@jmarkey Thanks for approving it. How is flowlogs-reader released?

jmarkey commented 2 years ago

@jmarkey Thanks for approving it. How is flowlogs-reader released?

I would update our version in setup.cfg here and edit the README if necessary. Then, we can publish a new release with the latest changes.

bbayles commented 2 years ago

You'll also need Michael or me to push the released version to PyPI after you bump the version and merge.

MayCisco commented 2 years ago

I bumped the version and merged the PR. Could you @bbayles or @mjschultz release it?