Skip to content

Commit 471ead5

Browse files
chore: auto-fix lint and format issues
1 parent e4a0221 commit 471ead5

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

airbyte-integrations/connectors/source-instagram/source_instagram/manifest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ schemas:
693693
description: A boolean value which indicates eligibility boost.
694694
type:
695695
- "null"
696-
- boolean
696+
- boolean
697697
permalink:
698698
description: The permanent link to the media item on Instagram.
699699
type:
@@ -829,12 +829,12 @@ schemas:
829829
description: Total number of times the video IG Media has been seen..
830830
type:
831831
- "null"
832-
- integer
832+
- integer
833833
reach:
834834
description: The number of unique users who have seen the media.
835835
type:
836836
- "null"
837-
- integer
837+
- integer
838838
saved:
839839
description: The number of times users have saved the media.
840840
type:

airbyte-integrations/connectors/source-instagram/unit_tests/integration/test_media_insights.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"views",
9393
"total_interactions",
9494
],
95-
MEDIA_ID_VIDEO_FEED: ["impressions", "reach", "saved", "views","total_interactions"],
95+
MEDIA_ID_VIDEO_FEED: ["impressions", "reach", "saved", "views", "total_interactions"],
9696
MEDIA_ID_VIDEO: ["impressions", "reach", "saved", "likes", "comments", "shares", "follows", "profile_visits"],
9797
MEDIA_ID_CAROUSEL_ALBUM: ["impressions", "reach", "saved", "shares", "follows", "profile_visits"],
9898
MEDIA_ID_GENERAL_MEDIA: METRICS_GENERAL_MEDIA,

airbyte-integrations/connectors/source-instagram/unit_tests/resource/http/response/media.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"thumbnail_url": "https://fakecontent.cdninstagram.com/v/somepath/",
1919
"timestamp": "2023-06-12T19:20:02+0000",
2020
"username": "username",
21-
"boost_eligibility_info":{
22-
"eligible_to_boost":true
21+
"boost_eligibility_info": {
22+
"eligible_to_boost": true
2323
}
2424
},
2525
{
@@ -1835,4 +1835,4 @@
18351835
"before": "QVFIUnZA1cW5ldERDZAlFPOWdfN1NKal9PU2o3R0s5ekY4eGNfRXczN09ud2k2NlFuZA3IzVHd0dlU3cFdJYWw5aXdna0xPVHpCRjRMSUdTYUUzeEtBalp0VDd3"
18361836
}
18371837
}
1838-
}
1838+
}

airbyte-integrations/connectors/source-instagram/unit_tests/resource/http/response/media_for_reels.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"thumbnail_url": "https://fakecontent.cdninstagram.com/v/somepath/",
1919
"timestamp": "2023-06-12T19:20:02+0000",
2020
"username": "username",
21-
"boost_eligibility_info":{
22-
"eligible_to_boost":true
21+
"boost_eligibility_info": {
22+
"eligible_to_boost": true
2323
}
2424
},
2525
{
@@ -40,8 +40,8 @@
4040
"thumbnail_url": "https://fakecontent.cdninstagram.com/v/somepath/",
4141
"timestamp": "2022-09-15T11:33:25+0000",
4242
"username": "username",
43-
"boost_eligibility_info":{
44-
"eligible_to_boost":true
43+
"boost_eligibility_info": {
44+
"eligible_to_boost": true
4545
}
4646
},
4747
{
@@ -62,8 +62,8 @@
6262
"thumbnail_url": "https://fakecontent.cdninstagram.com/v/somepath/",
6363
"timestamp": "2023-04-28T20:32:08+0000",
6464
"username": "username",
65-
"boost_eligibility_info":{
66-
"eligible_to_boost":true
65+
"boost_eligibility_info": {
66+
"eligible_to_boost": true
6767
}
6868
},
6969
{
@@ -117,8 +117,8 @@
117117
"shortcode": "HGagdsy38",
118118
"timestamp": "2019-05-02T11:42:01+0000",
119119
"username": "username",
120-
"boost_eligibility_info":{
121-
"eligible_to_boost":true
120+
"boost_eligibility_info": {
121+
"eligible_to_boost": true
122122
}
123123
}
124124
],

0 commit comments

Comments
 (0)