-
Notifications
You must be signed in to change notification settings - Fork 4
TDL-22338 add new fields, streams and bug fixes #7
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sgandhi1311
reviewed
Mar 15, 2023
sgandhi1311
reviewed
Mar 15, 2023
sgandhi1311
approved these changes
Mar 15, 2023
leslievandemark
approved these changes
Mar 16, 2023
* setup circleci * Update config.yml * fix community issues * fix pagination issue * update query params for calls stream * updated replication_key and query_param for calls stream * add basetest for integration tests * remove replication_keys for full_table stream accounts * changelog and version bump * update changelog * remove foreign keys * add discovery test * add pagination test * add all fields and automatic fields * deleted old tests * deleted old test and removed extra lines in circleci config * add start_date and bookmark test * PR comments * update comments * PR comments * update bookmarks test * update pagination test
…ap-twilio into TDL-22338-add-fields-streams
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
emergency_address_status
field toincoming_phone_numbers
stream doc_linklabel
field toconference_participants
streamreason_conference_ended
andcall_sid_ending_conference
fields toconferences
streamprice_unit
field tomessages
streamaccount_balance
stream (schema file is already available in the tap-code but stream implementation is missing)Along with above inclusions, we have also noticed few minor issues:
alerts
stream differs from other streams (alerts hasnext_page_url
and others havenext_page_uri
) doc_linkusage_records
stream extracts duplicate records while usingstart_date
andend_date
as query_params(must be an issue with Twilio's API). The fix is to only usestart_date
as query_param and extract all the records after the start_date and usestart_date
as replication keyaccount_sid
field tokeys
stream during process_recordsdate_window_days
if the value is not set or set as None or empty-stringManual QA steps
Risks
Rollback steps