@kapa.ai Do you know how to create a custom connector for DATEV Online?
k
kapa.ai
07/22/2025, 11:32 AM
I'm sorry, but the knowledge sources do not contain specific information or a step-by-step guide on creating a custom connector for DATEV Online. However, they do provide general instructions on how to create custom connectors in Airbyte using the Connector Builder or by developing your own connector with the Airbyte CDK (Python or Java). If DATEV Online provides an HTTP API (REST, GraphQL, etc.), you can likely use the Airbyte Connector Builder to create a custom connector by configuring the API base URL, authentication, and streams according to DATEV's API documentation. For more complex requirements, you may need to use the Python CDK and follow the custom connector development tutorials provided by Airbyte. You can find more details on these processes in the following resources: - [Connector Builder overview and tutorial](https://docs.airbyte.com/platform/next/connector-development/connector-builder-ui/tutorial#step-2---basic-configuration) - [Custom Python connector development](https://docs.airbyte.com/platform/next/connector-development/tutorials/custom-python-connector/environment-setup) - [General guidance on custom connectors](https://docs.airbyte.com/integrations/custom-connectors) If you need help with a specific aspect of DATEV Online integration, please provide more details or consult the DATEV API documentation alongside the Airbyte connector development guides.