<@U04SE163WC8> does airbyte support tealium connec...
# ask-ai
c
@kapa.ai does airbyte support tealium connector for data sync?
u
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not mention a specific Tealium connector for Airbyte. However, Airbyte has a wide range of connectors and is constantly adding more. You can check the [Connector Catalog](https://docs.airbyte.com/integrations/) to see if the Tealium connector is available. If the Tealium connector is not currently supported, you have a couple of options. You can [request a new connector](https://github.com/airbytehq/airbyte/discussions/new?category=new-connector-request) or even [build your own custom connector](https://docs.airbyte.com/connector-development/) if you're up for it. Airbyte connectors can be written in any language and the team is available to help if you need it.
c
@kapa.ai what are the salesforce service is not supported
u
A message from kapa.ai
u
The Salesforce connector in Airbyte uses the BULK API by default to extract Salesforce objects. However, there are certain Salesforce objects that are not supported by the BULK API. In such cases, the objects are synced via the REST API. Here is a list of Salesforce objects that are not supported by the BULK API: - AcceptedEventRelation - Attachment - CaseStatus - ContractStatus - DeclinedEventRelation - FieldSecurityClassification - KnowledgeArticle - KnowledgeArticleVersion - KnowledgeArticleVersionHistory - KnowledgeArticleViewStat - KnowledgeArticleVoteStat - OrderStatus - PartnerRole - RecentlyViewed - ServiceAppointmentStatus - ShiftStatus - SolutionStatus - TaskPriority - TaskStatus - UndecidedEventRelation You can find more details in the [Salesforce Source documentation](https://docs.airbyte.com/integrations/sources/salesforce#usage-of-the-bulk-api-vs-rest-api).