Twilio connector. Data extraction failed

  • Is this your first time deploying Airbyte?: No
  • OS Version / Instance: Amazon Linux 2 ec2 m5.large
  • Memory / Disk: 8Gb / 10Gb gp2
  • Deployment: Kubernetes
  • Airbyte Version: 0.39.13-alpha
  • Source name/version: Twilio 0.1.6
  • Destination name/version: Postgres 0.3.20
  • Step: Sync execution
  • Description: Right after “Starting syncing SourceTwilio” error raised “lookback_window”
    Probably the issue started after the update of source connector from 0.1.5->0.1.6

logs-4044.txt (270.2 KB)

Hey looks like the older version while you are using doesn’t have lookback_window in the config and the latest version is expecting. Could you https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/sources/get check this and get the source details and see if in the configuration you have lookback key

Hi @harshith , thanks a lot!
The problems were:

  • No lookback_window defined after connector upgrade
  • No schema synchronization after connector upgrade