Skip to content

Commit

Permalink
Merge pull request #1461 from redpanda-data/mb/sqlserver-1
Browse files Browse the repository at this point in the history
connectors: added friendly name for SQLServer connector to connectors main page
  • Loading branch information
bochenekmartin authored Sep 26, 2024
2 parents 2ce8a93 + eb1765f commit 2f10971
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/pages/connect/helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ const connectorMetadata: ConnectorMetadata[] = [
description: 'Imports a stream of changes from PostgreSQL',
learnMoreLink: 'https://docs.redpanda.com/docs/deploy/deployment-option/cloud/managed-connectors/create-postgresql-connector/',
} as const,
{
classNamePrefix: 'io.debezium.connector.sqlserver.',
logo: <img src={MsSqlLogo} alt="Microsoft SQL Server logo" className="connectorLogo" />,
author: 'Debezium',
friendlyName: 'SQL Server (Debezium)',
description: 'Imports a stream of changes from Microsoft SQL Server',
learnMoreLink: 'https://docs.redpanda.com/docs/deploy/deployment-option/cloud/managed-connectors/create-sqlserver-connector/',
} as const,
{
classNamePrefix: 'io.debezium.connector.cassandra.',
logo: <img src={CassandraLogo} alt="Cassandra logo" className="connectorLogo" />,
Expand Down

0 comments on commit 2f10971

Please sign in to comment.