Skip to content

Commit 8b35e1d

Browse files
authored
Add connector description (#3)
1 parent dad2a2e commit 8b35e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/connector/connector.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func (o *Mssqldb) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error) {
3434
return &v2.ConnectorMetadata{
3535
DisplayName: fmt.Sprintf("Microsoft SQL Server (%s)", serverInfo.Name),
3636
Annotations: annos,
37+
Description: "Baton connector for Microsoft SQL Server connector",
3738
}, nil
3839
}
3940

0 commit comments

Comments
 (0)