-
Notifications
You must be signed in to change notification settings - Fork 19
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-15336: Check best practices #49
Conversation
tap_pendo/streams.py
Outdated
@@ -406,7 +406,9 @@ def sync_substream(self, state, parent, sub_stream, parent_response): | |||
integer_datetime_fmt= | |||
"unix-milliseconds-integer-datetime-parsing" | |||
) as transformer: | |||
stream_events = sub_stream.sync(state, new_bookmark, |
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.
Can you please create a new card for this and change this code in a different branch with possible unittest/ integration tests.
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.
Raise PR #57 for this bug.
Description of change
TDL-15336: Check best practices
dev
andtest
Manual QA steps
Risks
Rollback steps