https://linen.dev logo
a

Alderson

08/30/2021, 2:57 PM
hey all, is there a python wrapper for airbyte API?
u

user

08/30/2021, 3:00 PM
for, say changing configurations of a connector - specifically the facebook marketing api one - wanted to modify the date from and to, since the default FB's API token is rate limited.
u

user

08/30/2021, 3:02 PM
there is an OpenAPI spec. you may be able to generate a client with swagger or similar tools
a

Alderson

08/30/2021, 3:04 PM
for fb marketing specifically, you may want to use incremental sync to pull insights only with the basic token
u

user

08/30/2021, 3:06 PM
Thanks, hey @mauro, I remember we were last talking about FB. Did you manage to figure out how incremental sync works here? since the source data didn't have a PK?
u

user

08/30/2021, 3:14 PM
it uses
date_start
as a cursor. I manually defined the PK with that + all the columns that looked like an ID
8 Views