airbytehq / airbytehq/airbyte-api-python-sdk

Wrong source configuration class

未关闭
#54 1 条评论 0 个 reaction 已指派 1 人 已被 @bgroff 认领 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。