Sql Server
Sql Server
Connect your Sql Server data to Airweave
Overview
The Sql Server connector allows you to sync data from Sql Server into Airweave, making it available for search and retrieval by your agents.
Configuration
SQLServerSource
SQL Server source implementation.
This source connects to a SQL Server database and generates entities for each table in the specified schemas. It uses database introspection to:
- Discover tables and their structures
- Create appropriate entity classes dynamically
- Generate entities for each table’s data
Authentication
This connector uses a custom authentication configuration class: SQLServerAuthConfig
.
SQL Server authentication configuration.
The host of the SQLServer database
The port of the SQLServer database
The name of the SQLServer database
The username for the SQLServer database
The password for the SQLServer database
The schema of the SQLServer database
Comma separated list of tables to sync. For example, ‘users,orders’. For all tables, use ’*’