Skip to content

Commit

Permalink
Merge pull request #200 from rudderlabs/fix.etl-357.fb-api-version-de…
Browse files Browse the repository at this point in the history
…precated

fix: update facebook_marketing version to v20.0 and made schema changes
  • Loading branch information
vinayteki95 authored Aug 14, 2024
2 parents 6bf97a6 + 03874e8 commit 4178f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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

0 comments on commit 4178f8f

Please sign in to comment.