This source allows you to make any http request an Airbyte source! On each sync, this source makes a single http request to the provided URL. Whatever json body is returned is written to the destination.
It contains one stream: data
. That stream will contain one record which is the json blob returned by the http request.
data
is a json blob.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Coming soon |
Namespaces | No |
Provide a url, http_method, (optional) headers, (optional) request body. The source will make exactly this http request.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.4 | 2021-06-09 | 3973 | Add AIRBYTE_ENTRYPOINT for Kubernetes support |
0.2.3 | 2021-04-20 | 3165 | Version bump |
0.2.1 | 2021-04-03 | 2726 | Fix base connector versioning |
0.2.0 | 2021-03-09 | 2238 | Protocol allows future/unknown properties |
0.2.1 | 2021-04-03 | 2726 | Fix base connector versioning |
0.1.1 | 2021-03-07 | 2342 | Fix incorrect documentation |
0.1.0 | 2020-11-30 | 1046 | Add connectors using an index YAML file |