Hello, I tried getting facebook's advance access b...
# ask-community-for-troubleshooting
e
Hello, I tried getting facebook's advance access but declined.Is there any way to add more delay between apis calls (to not make sure I dont exceed limit) or a way to only extract data that was created a day before ?
m
Not using the default connector, you can edit the connector code to customize the API calls. For the second question you can use start date parameter and the Airbyte API to change everyday the start date
e
I added custom time.sleep before api calls but it doesnt reflect.What do i have to do to make that custom code work in facebook's connector ?
Made changes to connector
home/airbyte/airbyte-integrations/connectors/source-facebook-marketing
Copy code
2022-06-09 09:16:44 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-facebook-marketing:0.2.47 not found locally. Attempting to pull the image...
This is in logs.What changes do it need to make so airbyte uses my custom changed facebook connector from local machine