Skip to content

Commit

Permalink
Source Pinterest: fix expected records (#26356)
Browse files Browse the repository at this point in the history
* Source Pinterest: fix expected records

* Source Pinterest: update schema for missing field
  • Loading branch information
roman-yermilov-gl committed May 23, 2023
1 parent 4c08f11 commit 5a4c2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"stream": "ad_accounts", "data": {"id": "549761668032", "name": "Airbyte", "owner": {"username": "integrationtest0375"}, "country": "US", "currency": "USD", "permissions": ["OWNER"], "created_time": 1603772920, "updated_time": 1623173784}, "emitted_at": 1680356913507}
{"stream": "boards", "data": {"media": {"pin_thumbnail_urls": [], "image_cover_url": "https://i.pinimg.com/400x300/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}, "owner": {"username": "integrationtest0375"}, "created_at": "2021-06-08T09:37:18", "board_pins_modified_at": "2021-10-25T11:17:56.715000", "id": "666743988523388559", "collaborator_count": 0, "follower_count": 2, "pin_count": 1, "privacy": "PUBLIC", "name": "business", "description": ""}, "emitted_at": 1680356853019}
{"stream":"board_pins","data":{"product_tags":[],"media":{"media_type":"image","images":{"150x150":{"width":150,"height":150,"url":"https://i.pinimg.com/150x150/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"},"400x300":{"width":400,"height":300,"url":"https://i.pinimg.com/400x300/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"},"600x":{"width":600,"height":359,"url":"https://i.pinimg.com/600x/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"},"1200x":{"width":1200,"height":718,"url":"https://i.pinimg.com/1200x/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"},"originals":{"width":1270,"height":760,"url":"https://i.pinimg.com/originals/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}}},"link":"http://airbyte.io/","board_id":"666743988523388559","is_standard":true,"alt_text":null,"description":"Data Integration","created_at":"2021-06-08T09:37:30","parent_pin_id":null,"title":"Airbyte","board_section_id":"5195034916661798218","is_owner":true,"dominant_color":"#cacafe","creative_type":"REGULAR","board_owner":{"username":"integrationtest0375"},"id":"666743919837294988"},"emitted_at":1684785741244}
{"stream": "board_pins", "data": {"id": "666743919837294988", "board_id": "666743988523388559", "alt_text": null, "board_section_id": "5195034916661798218", "is_owner": true, "board_owner": {"username": "integrationtest0375"}, "description": "Data Integration", "media": {"media_type": "image", "images": {"150x150": {"width": 150, "height": 150, "url": "https://i.pinimg.com/150x150/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}, "400x300": {"width": 400, "height": 300, "url": "https://i.pinimg.com/400x300/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}, "600x": {"width": 600, "height": 359, "url": "https://i.pinimg.com/600x/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}, "1200x": {"width": 1200, "height": 718, "url": "https://i.pinimg.com/1200x/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}, "originals": {"width": 1270, "height": 760, "url": "https://i.pinimg.com/originals/c6/b6/0d/c6b60d6b5f2ec04db7748d35fb1a8004.jpg"}}}, "product_tags": [], "created_at": "2021-06-08T09:37:30", "dominant_color": "#cacafe", "parent_pin_id": null, "is_standard": true, "creative_type": "REGULAR", "title": "Airbyte", "link": "http://airbyte.io/"}, "emitted_at": 1684325353891}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"is_standard": {
"type": ["null", "boolean"]
},
"is_owner": {
"type": ["null", "boolean"]
},
"product_tags": {
"type": ["null", "array"],
"items": {
Expand Down

0 comments on commit 5a4c2c4

Please sign in to comment.