airbytehq / airbytehq/airbyte-protocol

airbyte fails to load after airbyte-protocol was updade to 0.14.4

未关闭
#124 9 条评论 5 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
13
派生
13
PR 合并指标
30 天内没有已合并 PR

描述

`import airbyte` throws the following error since a few hours ago, when 0.14.4 was released.
It is working fine with 0.14.3!

```
NameError: name 'StreamDescriptor' is not defined

Stacktrace:
File /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/airbyte_cdk/models/airbyte_protocol.py:58, in AirbyteStreamState()
56 @dataclass
57 class AirbyteStreamState:
---> 58 stream_descriptor: StreamDescriptor # type: ignore [name-defined]
59 stream_state: Optional[AirbyteStateBlob] = None
```

tested with:
- airbyte==0.23.0

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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