Skip to content

Commit

Permalink
fix: update facebook_marketing version to v20.0 and made schema chang…
Browse files Browse the repository at this point in the history
…es - breaking change
  • Loading branch information
vinayteki95 committed Aug 14, 2024
1 parent 6bf97a6 commit f5a9875
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MAIN_REQUIREMENTS = [
"airbyte-cdk==0.67",
"cached_property==1.5.2",
"facebook_business==18.0.5",
"facebook_business==20.0.0",
"pendulum>=2,<3",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"adset_name": {
"type": ["null", "string"]
},
"age_targeting": {
"type": ["null", "string"]
},
"attribution_setting": {
"type": ["null", "string"]
},
Expand Down Expand Up @@ -168,21 +165,9 @@
"estimated_ad_recall_rate": {
"type": ["null", "number"]
},
"estimated_ad_recall_rate_lower_bound": {
"type": ["null", "number"]
},
"estimated_ad_recall_rate_upper_bound": {
"type": ["null", "number"]
},
"estimated_ad_recallers": {
"type": ["null", "number"]
},
"estimated_ad_recallers_lower_bound": {
"type": ["null", "number"]
},
"estimated_ad_recallers_upper_bound": {
"type": ["null", "number"]
},
"frequency": {
"type": ["null", "number"]
},
Expand All @@ -192,9 +177,6 @@
"full_view_reach": {
"type": ["null", "number"]
},
"gender_targeting": {
"type": ["null", "string"]
},
"impressions": {
"type": ["null", "integer"]
},
Expand All @@ -216,12 +198,6 @@
"instant_experience_outbound_clicks": {
"$ref": "ads_action_stats.json"
},
"labels": {
"type": ["null", "string"]
},
"location": {
"type": ["null", "string"]
},
"mobile_app_purchase_roas": {
"$ref": "ads_action_stats.json"
},
Expand Down
Loading

0 comments on commit f5a9875

Please sign in to comment.