Alex Koshterek
05/21/2021, 9:58 AMpacker
script building a VM and switching to new Airbyte is a matter of 1 line change.
Also are there e2e examples of API calls for setting up connections?Chris (deprecated profile)
Chris (deprecated profile)
Also are there e2e examples of API calls for setting up connections?Not sure if we have proper documented API calls… I don’t think so, as we also have a disclaimer on API usage:
Our Configuration API is still in alpha and might change. You won’t lose any functionality, but you may need to update your code to catch up to any backwards incompatible changes in the API.
Check it out here. It is still rudimentary, and we will improve in the next couple of weeks.source: https://docs.airbyte.io/api-documentation But we do have some tests written using the API here for our own use… so maybe you could have a look at these: https://github.com/airbytehq/airbyte/blob/master/airbyte-tests/src/acceptanceTests/java/io/airbyte/test/acceptance/AcceptanceTests.java
Chris (deprecated profile)
Alex Koshterek
05/21/2021, 10:38 AM