hey all, is there a python wrapper for airbyte API...
# contributing-to-airbyte
a
hey all, is there a python wrapper for airbyte API?
u
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
there is an OpenAPI spec. you may be able to generate a client with swagger or similar tools
a
for fb marketing specifically, you may want to use incremental sync to pull insights only with the basic token
u
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
it uses
date_start
as a cursor. I manually defined the PK with that + all the columns that looked like an ID