Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Graveyarded HTTP Request back to docs #9451

Merged
merged 2 commits into from
Jan 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
* [Google Workspace Admin Reports](integrations/sources/google-workspace-admin-reports.md)
* [Greenhouse](integrations/sources/greenhouse.md)
* [Harvest](integrations/sources/harvest.md)
* [HTTP Request (Graveyarded)](integrations/sources/http-request.md)
* [HubSpot](integrations/sources/hubspot.md)
* [Instagram](integrations/sources/instagram.md)
* [Intercom](integrations/sources/intercom.md)
Expand Down
18 changes: 18 additions & 0 deletions docs/integrations/sources/http-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# HTTP Request (Graveyarded)

{% hint style="warning" %}
This connector is graveyarded and will not be receiving any updates from the Airbyte team. Its functionalities have been replaced by the [Airbyte CDK](../../connector-development/cdk-python/README.md), which allows you to create source connectors for any HTTP API.
{% endhint %}

## Overview

This connector allows you to generally connect to any HTTP API. In order to use this connector, you must manually bring it in as a custom connector. The steps to do this can be found [here](../../connector-development/tutorials/cdk-tutorial-python-http/7-use-connector-in-airbyte.md).

## Where do I find the Docker image?

The Docker image for the HTTP Request connector image can be found at our DockerHub [here](https://hub.docker.com/r/airbyte/source-http-request).

## Why was this connector graveyarded?

We found that there are lots of cases in which using a general connector leads to poor user experience, as there are countless edge cases for different API structures, different authentication policies, and varied approaches to rate-limiting. We believe that enabling users to more easily
create connectors is a more scalable and resilient approach to maximizing the quality of the user experience.