Skip to content

Commit

Permalink
Minor: Fixing PBI Report Server & Synapse Images (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: Prajwal Pandit <[email protected]>
  • Loading branch information
Prajwal214 and Prajwal Pandit authored Feb 4, 2025
1 parent 33f18e2 commit f4a9078
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/ConnectorsInfo/ConnectorsInfo.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ export const CONNECTORS: Array<ConnectorCategory> = [
icon: "/images/connectors/singlestore.webp",
name: "SingleStore",
},
{
url: "/connectors/database/synapse",
icon: "/images/connectors/synapse.webp",
name: "Synapse",
},
{
url: "/connectors/database/teradata",
icon: "/images/connectors/teradata.webp",
Expand Down Expand Up @@ -286,6 +291,11 @@ export const CONNECTORS: Array<ConnectorCategory> = [
icon: "/images/connectors/power-bi.webp",
name: "Power BI",
},
{
url: "/connectors/dashboard/powerbireportserver",
icon: "/images/connectors/power-bi.webp",
name: "PowerBI Report Server",
},
{
url: "/connectors/dashboard/redash",
icon: "/images/connectors/redash.webp",
Expand Down
2 changes: 2 additions & 0 deletions utils/ConnectorsUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const getConnectorImage = (connector: string) => {
PinotDB: "pinot",
PostgreSQL: "post",
PowerBI: "power-bi",
"PowerBI Report Server": "power-bi",
Presto: "presto",
QuickSight: "quicksight",
"Qlik Cloud": "qlikcloud",
Expand All @@ -152,6 +153,7 @@ export const getConnectorImage = (connector: string) => {
SQLite: "sqlite",
Stitch: "stitch",
Superset: "superset",
Synapse: "synapse",
Tableau: "tableau",
Teradata: "teradata",
Trino: "trino",
Expand Down

0 comments on commit f4a9078

Please sign in to comment.