Is this your first time deploying Airbyte: no OS V...
# troubleshooting
g
Is this your first time deploying Airbyte: no OS Version / Instance: Linux EC2 m5.4xlarge Deployment: Docker Airbyte Version: 0.35.50-alpha Source: GitHub (0.2.23) Destination: Snowflake (0.4.24) Description: The only stream connected is an incremental stream for
reviews
which produces the following error:
'>' not supported between instances of 'str' and 'NoneType'
s
@Serhii Chvaliuk [GL] could you take a look at this please since you were recently working with the github connector?
s
ok I will look now
@gunu is it possible to get all sync logs for this problem ?
g
this is logs for the first sync. it reads first 2000 records then breaks down, the second attempt reaches 8000 records and then breaks down. i then reset the connector and configured it for full-refresh overwrite and it works fine
s
did this exception happened on cloud ? do we have sentry message for this exception ?
I suspect this exception could happen because records in “reviews” stream missed “submitted_at’ cursor field
but I want to double check
is there ticket for this problem ?
I have created
There was wrong incremental implementation for
Reviews
stream I have prepared PR with new implementation https://github.com/airbytehq/airbyte/pull/11623