Skip to content

Commit

Permalink
DOC: Use ISO-8601 data formatted start data in tap-twilio (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Feb 23, 2021
1 parent cf16aa2 commit 39e4f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/connectors/taps/twilio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Example YAML for tap-twilio:
db_conn:
account_sid: <TWILIO_ACCOUNT_SID> # Twilio Account SID
auth_token: <TWILIO_AUTH_TOKEN> # Twilio Auth token
start_date: "2020-10-01" # The default value to use if no bookmark exists for an endpoint
start_date: "2021-02-01T00:00:00Z" # The default value to use if no bookmark exists for an endpoint. ISO-8601 datetime formatted string
user_agent: "[email protected]" # Optional: Process and email for API logging purposes.
Expand Down
2 changes: 1 addition & 1 deletion pipelinewise/cli/samples/tap_twilio.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ owner: "[email protected]" # Data owner to contact
db_conn:
account_sid: <TWILIO_ACCOUNT_SID> # Twilio Account SID
auth_token: <TWILIO_AUTH_TOKEN> # Twilio Auth token
start_date: "2020-10-01" # The default value to use if no bookmark exists for an endpoint
start_date: "2021-02-01T00:00:00Z" # The default value to use if no bookmark exists for an endpoint. ISO-8601 datetime formatted string
user_agent: "[email protected]" # Optional: Process and email for API logging purposes.


Expand Down

0 comments on commit 39e4f47

Please sign in to comment.