Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle AWS parquet format #56

Merged
merged 17 commits into from
Jan 25, 2022
Merged

Handle AWS parquet format #56

merged 17 commits into from
Jan 25, 2022

Conversation

MayCisco
Copy link
Contributor

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

Add support of AWS parquet format

@MayCisco MayCisco requested a review from jmarkey January 18, 2022 13:42
def _reader(self):
for event_data in self._read_streams():
yield FlowRecord(event_data)
if self._has_required_fields(event_data):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this ought to be up to the caller. That is, some applications will have different required fields, and should not automatically have their formats filtered out.

@MayCisco
Copy link
Contributor Author

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

@jmarkey
Copy link

jmarkey commented Jan 25, 2022

@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
Copy link
Contributor

bbayles commented Jan 25, 2022

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

@MayCisco MayCisco merged commit fac4c6c into master Jan 25, 2022
@MayCisco
Copy link
Contributor Author

MayCisco commented Jan 25, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants