-
Notifications
You must be signed in to change notification settings - Fork 95
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 21819 tickets stream dev changes #218
Conversation
fadb7e7
to
9dfc7d9
Compare
7ed033b
to
06b1b94
Compare
Don't forget to update README |
mocked_gen_request.assert_called_once_with(ANY, ANY, ANY, expected_param, ANY, ANY) | ||
|
||
|
||
output_results = {'results': [ |
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.
Formatting of this should be cleaned up.
tap_hubspot/__init__.py
Outdated
modified_time = utils.strptime_with_tz(datetime.datetime.strptime( | ||
modified_time_org, "%Y-%m-%dT%H:%M:%S.%fZ").strftime("%Y-%m-%dT%H:%M:%SZ")) | ||
|
||
# Checking the bookmark value is present and the record is having |
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 we reword this to make it a little more clear?
Maybe something like:
Checking the bookmark value is present on the record and it
is greater than or equal to defined previous bookmark value
05760b7
to
265b06e
Compare
* add tickets stream in base.py file * get ticket records * add create ticket function for integration test case * test tickets stream in interrupt sync mode * Changes: - add page limit - add functions to get, create, and update the tickets stream * modify get logic for tickets in client.py and update sync offset test * address review comments and reformat the client.py as per the standards * Formatting changes in client.py and bookmark key change in interrupt sync test
Description of change
tickets
to list all associations of a ticket by object type. (API doc link)tickets
Manual QA steps
Risks
Rollback steps