Skip to content

Commit

Permalink
updated snapshot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwihl authored and mdibaiee committed Mar 20, 2024
1 parent a3a0e4b commit d7d6473
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
34 changes: 32 additions & 2 deletions source-facebook-marketing/test.flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import:
captures:
acmeCo/source-facebook-marketing:
endpoint:
# connector:
# image: ghcr.io/estuary/source-facebook-marketing:testing
local:
command:
- python
Expand All @@ -20,10 +18,14 @@ captures:
- resource:
stream: ad_sets
syncMode: incremental
cursorField:
- updated_time
target: acmeCo/ad_sets
- resource:
stream: ads
syncMode: incremental
cursorField:
- updated_time
target: acmeCo/ads
- resource:
stream: ad_creatives
Expand All @@ -32,34 +34,50 @@ captures:
- resource:
stream: ads_insights
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights
- resource:
stream: ads_insights_age_and_gender
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights_age_and_gender
- resource:
stream: ads_insights_country
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights_country
- resource:
stream: ads_insights_region
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights_region
- resource:
stream: ads_insights_dma
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights_dma
- resource:
stream: ads_insights_platform_and_device
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights_platform_and_device
- resource:
stream: ads_insights_action_type
syncMode: incremental
cursorField:
- date_start
target: acmeCo/ads_insights_action_type
- resource:
stream: campaigns
syncMode: incremental
cursorField:
- updated_time
target: acmeCo/campaigns
- resource:
stream: custom_conversions
Expand All @@ -68,12 +86,24 @@ captures:
- resource:
stream: images
syncMode: incremental
cursorField:
- updated_time
target: acmeCo/images
- resource:
stream: videos
syncMode: incremental
cursorField:
- updated_time
target: acmeCo/videos
- resource:
stream: activities
syncMode: incremental
cursorField:
- event_time
target: acmeCo/activities
- resource:
stream: customads_insights_publisher_platform
syncMode: incremental
cursorField:
- date_start
target: acmeCo/customads_insights_publisher_platform
Original file line number Diff line number Diff line change
Expand Up @@ -14016,8 +14016,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -17752,8 +17751,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -21504,8 +21502,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -25248,8 +25245,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -28992,8 +28988,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -32736,8 +32731,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -36496,8 +36490,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down Expand Up @@ -39267,8 +39260,7 @@
"format": "date",
"type": [
"string"
],
"default": ""
]
},
"date_stop": {
"format": "date",
Expand Down

0 comments on commit d7d6473

Please sign in to comment.