airbytehq / airbytehq/airbyte-python-cdk
Issue: get_token_expiry_date returns int unstead of AirbyteDateTime
Đang mở
community
- Ngôn ngữ chính
- Python
- Star
- 26
- Fork
- 53
- Merge trung bình
- 2 ngày 6 giờ
- Pull request đã merge (30 ngày)
- 10
Mô tả
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'```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.