Based on the information provided in the knowledge sources, I don't have specific details about the "WorkThanks" stream or how to disable it. However, I can provide some insights that might help understand the issue: 1. The error message you're seeing suggests that the Salesforce API endpoint for the "WorkThanks" object is not accessible. This could be due to a few reasons: a. The "WorkThanks" object might not be available in your Salesforce instance or edition. b. The authenticated Salesforce user might not have the necessary permissions to access this object. 2. Airbyte's Salesforce connector dynamically generates streams based on available Salesforce objects. As mentioned in the [Salesforce Source documentation](
https://docs.airbyte.com/integrations/sources/salesforce#supported-streams): "Airbyte allows exporting all available Salesforce objects dynamically based on: - If the authenticated Salesforce user has the Role and Permissions to read and fetch objects. - If the Salesforce object has the queryable property set to true." 3. It's possible that the "WorkThanks" object is being included in the sync attempt even though it's not available or accessible. This could be a bug in the connector's object discovery process. To troubleshoot this issue, you could try the following: 1. Check if the "WorkThanks" object is available in your Salesforce instance and if your authenticated user has permissions to access it. 2. Review the permissions of the Salesforce user you're using for the Airbyte connection. 3. Consider updating to the latest version of the Salesforce source connector, as there might be fixes for similar issues. 4. If the problem persists, it would be helpful to report this as an issue on the [Airbyte GitHub repository](
https://github.com/airbytehq/airbyte), providing details about your Salesforce edition and the full error logs. Remember, without more specific information about your Salesforce setup and the full Airbyte configuration, it's challenging to pinpoint the exact cause of this issue.