Hi everyone, I’m using Airbyte with the HubSpot de...
# ask-community-for-troubleshooting
d
Hi everyone, I’m using Airbyte with the HubSpot destination connector. I’m trying to update properties in the Products table, but I’m running into issues when creating the pipeline — I can’t complete the validation step at the end of the setup. According to the Airbyte documentation , only Companies, Contacts, Deals, and Custom Objects are supported. However, Airbyte still gives me the option to select Products when creating the pipeline. I’d like to know if anyone has successfully used the HubSpot destination connector with the Products table? Thanks! 🙏
k
Based on the knowledge sources, I can provide some clarity on your situation with the HubSpot destination connector and Products. According to the [HubSpot Destination documentation](https://docs.airbyte.com/integrations/destinations/hubspot), the officially supported objects are: - Companies - Contacts - Deals - Custom Objects However, the [changelog for the HubSpot destination connector](https://docs.airbyte.com/integrations/destinations/hubspot#changelog) shows that Product object support was added in version 0.0.6 (released on 2025-09-09). This explains why you're seeing Products as an option in the UI, even though it may not be listed in the main documentation you referenced. Since Products support was added relatively recently, here are a few things to consider: 1. Version check: Ensure you're using HubSpot destination connector version 0.0.6 or later, as this is when Product object support was introduced. 2. Unique field requirement: According to the [limitations documentation](https://docs.airbyte.com/integrations/destinations/hubspot#limitations--troubleshooting), all objects except Contacts require a property with unique values enabled for the upsert method to work. For Products, you'll need to ensure you have a unique value field configured in HubSpot. If you're still experiencing validation issues, I recommend: - Verifying your connector version - Ensuring you have a unique value property set up for Products in HubSpot - Checking that your authentication has the necessary scopes for the Products object The knowledge sources don't contain specific troubleshooting steps for Products validation issues, so if problems persist after checking these items, you may want to reach out to Airbyte support or the community forum for more specific guidance.
h
Hi David, Is it a custom object in your HubSpot Data Model? Are you using the Docker Airbyte OSS or Airbyte Cloud? I had an Invetory as a custom object and it was shown in schema mapping as 'text' stream. took some rigorous research about adding required scope and it showed up in the end.