airbytehq / airbytehq/airbyte-api-python-sdk

Wrong source configuration class

Offen
#54 1 Kommentar 0 Reaktionen 1 zugewiesene Person Beansprucht von @bgroff Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
61
Forks
27
Ø Merge
4 Min.
Gemergte PRs (30 T.)
2

Beschreibung

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

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.