Join Slack
Powered by
Hi, can I trigger airbyte sync from a lambda/post ...
# ask-community-for-troubleshooting
a
Arkadiusz Grzedzinski
07/05/2022, 8:49 AM
Hi, can I trigger airbyte sync from a lambda/post request? Or the only way to do it from outside of airbyte is to use airflow/dagster/prefect?
n
Nicolas Moreau
07/05/2022, 9:49 AM
There is a public api that you can use to launch jobs, it’s a bit of a work in progress but you can check it out here:
https://docs.airbyte.com/api-documentation/
m
Marcos Marx (Airbyte)
07/05/2022, 11:01 AM
You can use with Lambda/post request. The caller instance need to have access to Airbyte server or use a orchestrator tool like Airflow.
a
Arkadiusz Grzedzinski
07/05/2022, 2:18 PM
Thank you! Couldnt get it to work at first but then remembered I need to use private IP of the airbyte ec2 instance to connect within VPC from lambda
2
Views
Open in Slack
Previous
Next