For the complete documentation index, see llms.txt. This page is also available as Markdown.

❖ Integration

SDV Enterprise Bundle. This feature is available as part of the AI Connectors Bundle, an optional add-on to SDV Enterprise. For more information, please visit the AI Connectors Bundle page.

To integrate with your database, create a connector object based on your database flavor. Then add config files to your connector, which include information like credentials, database names, and other runtime parameters.

from sdv.io.database import AlloyDBConnector

connector = AlloyDBConnector()
connector.set_import_config(filepath='source_db_config.yaml')
connector.set_export_config(filepath='destination_db_config.yaml')

After this intitial integration, your connector is ready to use for importing training data, creating metadata, and exporting synthetic data.

❖ Supported Databases

Click your database below to get started with the integration. If your database provider is not covered by the list, please leave us a request. If approved, our team is able to add a connector for a relational database in a few weeks.

We prioritize requests made by customers who are using AI Connectors.

Last updated