-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
flowlogs_reader/flowlogs_reader.py
Outdated
def _reader(self): | ||
for event_data in self._read_streams(): | ||
yield FlowRecord(event_data) | ||
if self._has_required_fields(event_data): |
There was a problem hiding this comment.
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.
@jmarkey Thanks for approving it. How is |
I would update our version in |
You'll also need Michael or me to push the released version to PyPI after you bump the version and merge. |
I bumped the version and merged the PR. Could you @bbayles or @mjschultz release it? |
https://github.com/obsrvbl/devops/issues/9009
Add support of AWS parquet format