airbytehq / airbytehq/airbyte

Calendly connector fails with incremental sync for the "ca_invitees" table

Ouverte
#71,742 4 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
area/connectors autoteam community connectors/destination/bigquery connectors/source/calendly needs-triage team/use type/bug
Langage dominant
Python
Étoiles
22.1k
Forks
5.3k
Métriques de merge des PR
Métriques de PR en attente

Description

### Connector Name

source-calendly

### Connector Version

0.1.30

### What step the error happened?

During the sync

### Relevant information

The incremental sync for the "ca_invitees" table is not functioning as expected despite being set to "Incremental | Append + Deduped" with the cursor field set to created_at. Basically the sync doesn't fetch any new entries, so it requires a full refresh to load all the lost entries, leading to a very inefficient quota consumption.

### Relevant log output

```shell
2026-01-14 07:10:58 destination INFO main i.a.c.AirbyteConnectorRunnable(run):47 Flushing output consumer prior to shutdown.
2026-01-14 07:10:58 destination INFO main i.a.c.AirbyteConnectorRunnable(run):49 Completed integration: airbyte/destination-bigquery.
2026-01-14 07:11:08 replication-orchestrator INFO DestinationReader finished.
2026-01-14 07:11:08 replication-orchestrator INFO Closing StateCheckSumCountEventHandler
2026-01-14 07:11:08 replication-orchestrator INFO No checksum errors were reported in the entire sync.
2026-01-14 07:11:08 replication-orchestrator INFO Sync summary: {
"status" : "completed",
"recordsSynced" : 0,
"bytesSynced" : 0,
"startTime" : 1768371038377,
"endTime" : 1768371068466,
"totalStats" : {
"additionalStats" : { },
"bytesCommitted" : 0,
"bytesEmitted" : 0,
"destinationStateMessagesEmitted" : 1,
"destinationWriteEndTime" : 1768371068028,
"destinationWriteStartTime" : 1768371041355,
"meanSecondsBeforeSourceStateMessageEmitted" : 0,
"maxSecondsBeforeSourceStateMessageEmitted" : 1,
"maxSecondsBetweenStateMessageEmittedandCommitted" : 5,
"meanSecondsBetweenStateMessageEmittedandCommitted" : 5,
"recordsEmitted" : 0,
"recordsCommitted" : 0,
"recordsFilteredOut" : 0,
"bytesFilteredOut" : 0,
"replicationEndTime" : 1768371068031,
"replicationStartTime" : 1768371038377,
"sourceReadEndTime" : 1768371041969,
"sourceReadStartTime" : 1768371041356,
"sourceStateMessagesEmitted" : 1
},
"streamStats" : [ {
"streamName" : "event_invitees",
"stats" : {
"additionalStats" : { },
"bytesCommitted" : 0,
"bytesEmitted" : 0,
"estimatedBytes" : 0,
"estimatedRecords" : 0,
"recordsEmitted" : 0,
"recordsCommitted" : 0,
"recordsFilteredOut" : 0,
"bytesFilteredOut" : 0
}
} ],
"performanceMetrics" : { },
"streamCount" : 1
}
2026-01-14 07:11:08 replication-orchestrator INFO Failures: [ ]
2026-01-14 07:11:08 replication-orchestrator INFO
2026-01-14 07:11:08 replication-orchestrator INFO Closing io.micronaut.configuration.metrics.binder.executor.ExecutorServiceMetricsBinder$2@5cb6fac3
2026-01-14 07:11:08 replication-orchestrator INFO ----- END REPLICATION -----
2026-01-14 07:11:08 replication-orchestrator INFO
2026-01-14 07:11:08 replication-orchestrator INFO Closing io.micronaut.configuration.metrics.binder.executor.ExecutorServiceMetricsBinder$2@9fe1e14
2026-01-14 07:11:08 replication-orchestrator INFO Closing io.airbyte.container.orchestrator.worker.io.LocalContainerAirbyteDestination@d4e17ec
2026-01-14 07:11:08 replication-orchestrator INFO Closing io.airbyte.container.orchestrator.worker.io.LocalContainerAirbyteSource@4ab8c3c0
2026-01-14 07:11:08 replication-orchestrator INFO Closing io.airbyte.container.orchestrator.worker.RecordSchemaValidator@2978d342
2026-01-14 07:11:08 replication-orchestrator INFO Closing io.airbyte.container.orchestrator.persistence.SyncPersistenceImpl@7dbf92aa
2026-01-14 07:11:09 replication-orchestrator INFO Returning output...
2026-01-14 07:11:10 platform INFO
----- START POST REPLICATION OPERATIONS -----

2026-01-14 07:11:10 platform INFO No post-replication operation(s) to perform.
2026-01-14 07:11:10 platform INFO
----- END POST REPLICATION OPERATIONS -----
```

### Contribute

- [ ] Yes, I want to contribute

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.