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

Cannot create sources using custom connectors using airbyte-api-python-sdk #48788

Open
hlecco opened this issue Dec 3, 2024 · 0 comments
Open

Comments

@hlecco
Copy link

hlecco commented Dec 3, 2024

Topic

OpenAPI

Relevant information

This issue is related to Airbyte OSS.

The same issue has already been reported here: airbytehq/airbyte-api-python-sdk#64

The OpenAPI specification reports the sourceType field on the SourceResponse model as required. But, when a source is created from a custom connector, the API response does not include the field.
Using the airbyte-api-python-sdk package, it fails to unmarshal the response JSON, as it does not contain the sourceType field.

Additional info

A link to the OpenAPI specification, where the sourceType field is defined as required: https://github.com/airbytehq/airbyte-platform/blob/d89d8f4153dd0973a1afb7f8995ee51440958eb5/airbyte-api/server-api/src/main/openapi/api.yaml#L2426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants