-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TDL-22338 add new fields, streams and bug fixes (#7)
* add account_balance stream * adds account_balance stream * add account_sid field to keys stream * change query params for usage_records and alerts and pagination_url for alerts stream * next_page url * revert bookmarking >= and fallback to default value for unset config values * Tdl 22160 add integration tests (#6) * 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 * changelog and version update * update README
- Loading branch information
1 parent
7fd3fb0
commit fe70da7
Showing
21 changed files
with
1,221 additions
and
203 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ workflows: | |
- master | ||
jobs: | ||
- build: | ||
context: circleci-user | ||
context: circleci-user |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
from setuptools import setup, find_packages | ||
|
||
setup(name='tap-twilio', | ||
version='0.0.3', | ||
version='0.1.0', | ||
description='Singer.io tap for extracting data from the Twilio API', | ||
author='[email protected]', | ||
classifiers=['Programming Language :: Python :: 3 :: Only'], | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Empty file.
Oops, something went wrong.