airbytehq / airbytehq/airbyte-python-cdk

Issue: get_token_expiry_date returns int unstead of AirbyteDateTime

未关闭
#824 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
community
主要语言
Python
星标
26
派生
53
平均合并
2 天 6 小时
30 天内合并 PR
10

描述

I am testing the zoho-crm connector (After upgrading the python from 3.9 to 3.10 and upgrade the CDK to 7.x)
I am not sure if I am doing something wrong or if it's a bug.

As you can see, for some of the streams, this function returns int instead of AirbyteDateTime. And it failed:

```TypeError: '>' not supported between instances of 'AirbyteDateTime' and 'int'```

Image

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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