-
Notifications
You must be signed in to change notification settings - Fork 25
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-19837: Add missing tap tester tests #39
base: TDL-19835-Adding-New-Streams-And-Discovery-Mode
Are you sure you want to change the base?
TDL-19837: Add missing tap tester tests #39
Conversation
self.PRIMARY_KEYS: {"id"}, | ||
self.REPLICATION_METHOD: self.INCREMENTAL, | ||
self.REPLICATION_KEYS: {"created_at"}, | ||
self.BOOKMARK: {"created_at"}, |
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.
Why are we using the two different variables for the same value?
|
||
# WE ARE NOT ABLE TO GENERATE TEST DATA SO SKIPPING TWO STREAMS(mark_as_spam, dropped_email) | ||
if stream in ["mark_as_spam", "dropped_email"]: | ||
continue |
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.
This code is not required
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.
As tap is not supporting pagination, we should not have pagination test file
time.mktime(dt.strptime(dtime[:19], self.START_DATE_FORMAT).timetuple()) | ||
) | ||
|
||
def timedelta_format(self, datetime, days=0, hours=0, minutes=0): |
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.
This is unused function
Description of change
Manual QA steps
Risks
Rollback steps