airbytehq / airbytehq/airbyte-api-python-sdk

Wrong source configuration class

オープン
#54 コメント 1 件 リアクション 0 件 担当者 1 名 @bgroff が担当を希望しています GitHub で見る
主要言語
Python
スター
61
フォーク
27
平均マージ
4分
マージ済み PR(30日)
2

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。