airbytehq / airbytehq/airbyte-python-cdk

Issue: get_token_expiry_date returns int unstead of AirbyteDateTime

Abierto
#824 1 comentario 1 reacción 0 asignados Ver en GitHub
community
Lenguaje dominante
Python
Estrellas
26
Forks
53
Merge medio
2 d 6 h
PR fusionados (30 d)
10

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.