You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theSourceResponse
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 thesourceType
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#L2426The text was updated successfully, but these errors were encountered: