Based on the information provided in the knowledge sources, I can offer some insights into your situation with the HubSpot connection in Airbyte. The "Queued for next sync" status you're seeing is a normal part of Airbyte's sync process. According to the [Review the stream status](
https://docs.airbyte.com/cloud/managing-airbyte-cloud/review-connection-status#review-the-stream-status) documentation, this status means that "The stream has not synced yet, and is scheduled to be synced in the next scheduled sync." However, if nothing happens during the next sync, there could be a few reasons for this: 1. Permissions: HubSpot requires specific permissions for different streams. As mentioned in the [HubSpot troubleshooting guide](
https://docs.airbyte.com/integrations/sources/hubspot#troubleshooting), some streams need to be enabled before they can be read, especially when using API Key authentication. Make sure you have the necessary permissions for the streams you've added. 2. Scopes: HubSpot uses scopes for each API call, and each stream is tied to a scope. Review the [HubSpot OAuth scope documentation](
https://developers.hubspot.com/docs/api/working-with-oauth#scopes) to ensure you have the correct scopes for the streams you're trying to sync. 3. No new data: If there's no new data in the source since the last sync, Airbyte might not show any changes. As mentioned in the [incremental data synchronization tutorial](
https://airbyte.com/tutorials/incremental-data-synchronization#step-7), "If a sync is executed without making any modifications on the source database, no records will be emitted, and no changes will be made on the destination database." To troubleshoot this issue: 1. Check the logs for any error messages or warnings. 2. Verify that you have the necessary permissions and scopes for the streams you've added. 3. Ensure there's new data in the source since the last sync. 4. If the problem persists, you might want to try refreshing the source schema. As mentioned in the [HubSpot migration guide](
https://docs.airbyte.com/integrations/sources/linkedin-ads-migrations#migration-steps-1), you can go to the schema tab of your connection and click "refresh source schema" to pull in new streams for syncing. If these steps don't resolve the issue, you may need to reach out to Airbyte support for further assistance.