mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-18 20:06:57 +00:00
twitter: fix followers_count properties
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
101a18b1e6
commit
28891723d3
@ -10,7 +10,7 @@ data:
|
|||||||
connectorSubtype: api
|
connectorSubtype: api
|
||||||
connectorType: source
|
connectorType: source
|
||||||
definitionId: 1c448bfb-8950-478c-9ae0-f03aaaf4e920
|
definitionId: 1c448bfb-8950-478c-9ae0-f03aaaf4e920
|
||||||
dockerImageTag: '0.3.0'
|
dockerImageTag: '0.3.1'
|
||||||
dockerRepository: status-im/airbyte/source-twitter-fetcher
|
dockerRepository: status-im/airbyte/source-twitter-fetcher
|
||||||
githubIssueLabel: source-twitter-fetcher
|
githubIssueLabel: source-twitter-fetcher
|
||||||
icon: twitter-fetcher.svg
|
icon: twitter-fetcher.svg
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"following_count": {
|
"following_count": {
|
||||||
"type": [ "null", "number" ]
|
"type": [ "null", "number" ]
|
||||||
},
|
},
|
||||||
"follower_count": {
|
"followers_count": {
|
||||||
"type": [ "null", "number" ]
|
"type": [ "null", "number" ]
|
||||||
},
|
},
|
||||||
"listed_count": {
|
"listed_count": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user