Destinations
Microsoft SQL Server
Quickstart
Developer experience
Blocks
Pipelines
dbt
- Overview
- Getting started
- New project
- Configuration
- Models
- Commands
Destinations
Microsoft SQL Server
Basic config
connector_type: mssql
profile: default # profile in the io_config.yaml
config:
table_name: table_name
Optional fields
schema_name: schema_name # Override the schema name. Default schema is "dbo"
On this page