airbytehq / airbytehq/airbyte-api-python-sdk

Wrong source configuration class

Aberta
#54 1 comentário 0 reações 1 responsável Reivindicada por @bgroff Ver no GitHub
Linguagem predominante
Python
Estrelas
61
Forks
27
Merge médio
4min
PRs com merge (30d)
2

Descrição

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

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.