airbytehq / airbytehq/airbyte-api-python-sdk
Wrong source configuration class
未關閉
- 主要語言
- Python
- 星號
- 61
- 分支
- 27
- 平均合併
- 4 分鐘
- 30 天內合併 PR
- 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 還沒有評估資料。