Skip to content

Commit e77a2d3

Browse files
authored
Patch 6.1.1 - Update Meta API to v21.0. (#90)
Happy New Year! πŸŽ‰
1 parent bc09b71 commit e77a2d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žsrc/marketing/src/Meta/src/raw/pipelines/config.iniβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ batch_size_days = 7
1111
http_timeout_sec = 60
1212
# Meta Marketing API version.
1313
# CORTEX-CUSTOMER: Changing API version may require code change.
14-
api_version = v19.0
14+
api_version = v21.0
1515

1616
# Maximum number of look back days for data loading.
1717
# Meta requires this range to be smaller than 37 months, i.e. around 1120 days.

β€Žsrc/marketing/src/Meta/src/raw/templates/source_to_raw_dag_py_template.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
next_request_delay_sec = config.getfloat("meta",
4747
"next_request_delay_sec",
4848
fallback=1.0)
49-
api_version = config.get("meta", "api_version", fallback="v19.0")
49+
api_version = config.get("meta", "api_version", fallback="v21.0")
5050

5151
max_load_lookback_days = config.get("meta",
5252
"max_load_lookback_days",

0 commit comments

Comments
Β (0)