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 还没有评估数据。