airbytehq / airbytehq/airbyte-api-python-sdk

Wrong source configuration class

Abierto
#54 1 comentario 0 reacciones 1 asignado Reclamado por @bgroff Ver en GitHub
Lenguaje dominante
Python
Estrellas
61
Forks
27
Merge medio
4 min
PR fusionados (30 d)
2

Descripción

Hello!

I have different sources types in my Airbyte
When getting them using `sources.list_sources` or `sources.get_source` all configurations are encapsulating in `SourceAirtable` class

Example here printing a source, you can see source_type is postgres, but configuration is wrong, I expect `SourcePostgres`

```
SourceResponse(configuration=SourceAirtable(credentials=None, SOURCE_TYPE=), name='my postgres', source_id='XXX', source_type='postgres', workspace_id='YYY')
```

NB: the API returns correct configuration data

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.