[API] Endpoints to get list of supported Source/Destination Definitions and source/Destination configuration schema #33140
ameyabapat-bsft
started this conversation in
Connector Ideas and Features
Replies: 1 comment
-
Thanks for the suggestion @ameyabapat-bsft I moved the issue to a discussion to be easier to get feedback from other contributors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What area the feature impact?
Airbyte Platform
Relevant Information
To create a dynamic UI to support different sources/destinations on top of Airbyte APIs,
If we use airbyte APIs, currently we have to harcode/persist the definition Ids and schema for desired sources and destination. It is not possible to automate the flow.
Similar APIs are available in config APIs.
Ex
https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/source_definitions/list_for_workspace
https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/source_definition_specifications/get
Migrating completely from config APIs to Airbyte API is difficult due to such missing endpoints. https://docs.airbyte.com/api-documentation
Such endpoints could truly make it possible to support any source/destination configuration based on API.
Beta Was this translation helpful? Give feedback.
All reactions