Svatopluk Chalupa
05/23/2024, 5:33 PMkapa.ai
05/23/2024, 5:33 PMrecordsSynced and recordsEmitted are two different metrics in Airbyte. - recordsEmitted refers to the number of records that have been read from the source and emitted into the pipeline for processing. - recordsSynced refers to the number of records that have been successfully written to the destination. In your case, it seems like the records are being read from the source and emitted into the pipeline (recordsEmitted > 0), but they are not being written to the destination (recordsSynced = 0). This could be due to a variety of reasons such as issues with the destination configuration, network issues, or issues with the data itself. To troubleshoot this, you can check the logs for any errors or warnings. If you're unable to resolve the issue, you can post the relevant logs and details on the [Airbyte Github Issues](https://github.com/airbytehq/airbyte/issues) or [Airbyte Discuss Forum](https://discuss.airbyte.io/) for further assistance.Svatopluk Chalupa
05/23/2024, 5:35 PMkapa.ai
05/23/2024, 5:35 PMkapa.ai
05/23/2024, 5:36 PM