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

Add export_events optional param #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

koszti
Copy link

@koszti koszti commented Oct 27, 2020

Description of change

Sometimes you need to filter specific events to export from the Raw export API. Currently this is not possible and exporting all the events can take long time.

This PR adds export_events optional parameter into config.json to export only certain events from the Raw export API. The export_events parameter takes a list of event names:

"export_events": ["event_one", "event_two"]

Manual QA steps

Ran the tap.

Risks

None, the change is fully backward compatibly.

Rollback steps

  • revert this branch

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.

1 participant