airbytehq / airbytehq/airbyte-python-cdk

Issue: get_token_expiry_date returns int unstead of AirbyteDateTime

Open
#824 1 comment 1 reaction 0 assignees View on GitHub
community
Dominant language
Python
Stars
26
Forks
53
Avg merge
2d 6h
Merged PRs (30d)
10

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.