We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ca38 commit 30003f3Copy full SHA for 30003f3
airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/streams.py
@@ -312,6 +312,7 @@ def read_records(
312
stream_state: Mapping[str, Any] = None,
313
) -> Iterable[Mapping[str, Any]]:
314
"""Main read method used by CDK"""
315
+ # FacebookResponse variable _json is link to response in json format
316
yield self._api.account.api_get(params=self.request_params(stream_state=stream_state)).__dict__["_json"]
317
318
0 commit comments