Skip to content

Commit 6848e46

Browse files
committed
twitter: update schemas
Signed-off-by: Alexis Pentori <[email protected]>
1 parent fc2f5eb commit 6848e46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source-twitter-fetcher/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorType: source
1212
definitionId: 1c448bfb-8950-478c-9ae0-f03aaaf4e920
1313
dockerImageTag: '1.0.0'
14-
dockerRepository: status-im/airbyte/source-twitter-fetcher
14+
dockerRepository: harbor.status.im/bi/airbyte/source-twitter-fetcher
1515
githubIssueLabel: source-twitter-fetcher
1616
icon: twitter-fetcher.svg
1717
license: MIT

source-twitter-fetcher/source_twitter_fetcher/schemas/account.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": [ "null", "string" ]
2222
},
2323
"protected": {
24-
"type": [ "null", "bool" ]
24+
"type": [ "null", "boolean" ]
2525
},
2626
"verified_type": {
2727
"type": [ "null", "string" ]

source-twitter-fetcher/source_twitter_fetcher/schemas/space.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"type": ["null", "string"]
5252
},
5353
"subscriber_count": {
54-
"type": ["null", "string"]
54+
"type": ["null", "integer"]
5555
},
5656
"title": {
5757
"type": ["null", "string"]

source-twitter-fetcher/source_twitter_fetcher/schemas/tweet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type": ["null", "string"]
3030
},
3131
"id": {
32-
"type": ["null", "number"]
32+
"type": ["null", "string"]
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)