[
{
"target": "mssql",
"flowType": "all",
"domain": "microsoft.com",
"label": "Microsoft SQL",
"type": "api",
"icon": "https://s3.amazonaws.com/cdn.hotglue.xyz/images/logos/mssql.svg",
"validation_supported": true,
"connect_ui_params": {
"host": {
"label": "Host Name",
"description": "Your SQL server host"
},
"port": {
"label": "Port",
"description": "Your SQL server port"
},
"database": {
"label": "Database",
"description": "Your SQL database name"
},
"user": {
"label": "User",
"description": "Your SQL user"
},
"password": {
"label": "Password",
"description": "Your SQL password",
"type": "password"
}
},
"connector_props": {
"singer_sdk": true
},
"install_uri": "git+https://github.com/hotgluexyz/target-mssql.git@hgi-6830",
"isForked": true
}
]