-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Twitter: promote to cloud (#23661)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
- Loading branch information
Showing
12 changed files
with
107 additions
and
45 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
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
16 changes: 12 additions & 4 deletions
16
airbyte-integrations/connectors/source-twitter/integration_tests/abnormal_state.json
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 |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"todo-stream-name": { | ||
"todo-field-name": "todo-abnormal-value" | ||
[ | ||
{ | ||
"type": "STREAM", | ||
"stream": { | ||
"stream_descriptor": { | ||
"name": "tweets" | ||
}, | ||
"stream_state": { | ||
"created_at": "2099-01-01T00:00:00.000Z" | ||
} | ||
} | ||
} | ||
} | ||
] |
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
2 changes: 2 additions & 0 deletions
2
airbyte-integrations/connectors/source-twitter/integration_tests/expected_records.jsonl
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{"stream":"tweets","data":{"lang":"en","text":"RT @MichelTricot: Do you want to learn how to use #airbyte along with #dagster and #dbt? 🚀 Follow this tutorial! https://t.co/yAunv2…","created_at":"2023-03-03T08:38:58.000Z","id":"1631574878116798465","conversation_id":"1631574878116798465","edit_history_tweet_ids":["1631574878116798465"],"author_id":"880671687930503173"},"emitted_at":1677836588279} | ||
{"stream":"tweets","data":{"lang":"en","text":"RT @MichelTricot: Do you want to learn how to use #airbyte along with #dagster and #dbt? 🚀 Follow this tutorial! https://t.co/yAunv2…","created_at":"2023-03-03T02:43:06.000Z","id":"1631485318984613888","conversation_id":"1631485318984613888","edit_history_tweet_ids":["1631485318984613888"],"author_id":"1133057436720386048"},"emitted_at":1677836588282} |
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