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

TDL-5784 Add export_events param #56

Merged
merged 21 commits into from May 25, 2023

Conversation

prijendev
Copy link
Contributor

@prijendev prijendev commented Oct 10, 2022

Description of change

  • Added support of export_events param to fetch specific events.
  • Added tap-tester to test sync with newly added param.
  • Adjusted the start date for regression tests as the data was missing for export stream in test account.

Manual QA steps

  • Run the sync mode with export_events param value and verified that tap fetch only specified events.
  • Tap/API would return 0 records when user sets an invalid event name in the config.

Risks

Rollback steps

  • revert this branch

@kethan1122 kethan1122 changed the base branch from TDL-20805-refactor-tap-code to master May 4, 2023 05:38
@kethan1122 kethan1122 changed the base branch from master to TDL-20805-refactor-tap-code May 4, 2023 05:43
@kethan1122 kethan1122 changed the base branch from TDL-20805-refactor-tap-code to master May 4, 2023 05:44
@kethan1122 kethan1122 changed the base branch from master to TDL-20805-refactor-tap-code May 4, 2023 05:47
Base automatically changed from TDL-20805-refactor-tap-code to master May 18, 2023 10:55
@kethan1122 kethan1122 changed the base branch from master to TDL-20805-refactor-tap-code May 22, 2023 04:25
@kethan1122 kethan1122 changed the base branch from TDL-20805-refactor-tap-code to master May 22, 2023 04:40
@@ -152,3 +152,4 @@ def test_run(self):
# Pagination test for EU residency server
self.eu_residency = True
self.pagination_test_run()

Copy link
Contributor

Choose a reason for hiding this comment

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

it doesn't look like export events were actually added to this test?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, created env variable for export_events param and also adjusted start date since data was missing for export stream. So, I had to generate test data for export stream and accordingly adjusted the start date

@kethan1122 kethan1122 merged commit 6403ea4 into master May 25, 2023
3 checks passed
@kethan1122 kethan1122 deleted the TDL-5784-add-export-events-params branch May 25, 2023 00:43
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.

None yet

6 participants