Skip to content

Commit 09cb252

Browse files
ryankfurobbinhan
authored andcommitted
Hide Destination connections from UI (airbytehq#16310)
1 parent 9525be4 commit 09cb252

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

airbyte-webapp/src/core/domain/connector/constants.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,21 @@ export const DEV_IMAGE_TAG = "dev";
1818
export const getExcludedConnectorIds = (workspaceId: string) =>
1919
isCloudApp()
2020
? [
21+
"707456df-6f4f-4ced-b5c6-03f73bcad1c5", // hide Cassandra Destination https://github.com/airbytehq/airbyte-cloud/issues/2606
22+
"072d5540-f236-4294-ba7c-ade8fd918496", // hide Databricks Destination https://github.com/airbytehq/airbyte-cloud/issues/2607
23+
"8ccd8909-4e99-4141-b48d-4984b70b2d89", // hide DynamoDB Destination https://github.com/airbytehq/airbyte-cloud/issues/2608
2124
"68f351a7-2745-4bef-ad7f-996b8e51bb8c", // hide ElasticSearch Destination https://github.com/airbytehq/airbyte-cloud/issues/2594
25+
"ca8f6566-e555-4b40-943a-545bf123117a", // hide GCS Destination https://github.com/airbytehq/airbyte-cloud/issues/2609
26+
"9f760101-60ae-462f-9ee6-b7a9dafd454d", // hide Kafka Destination https://github.com/airbytehq/airbyte-cloud/issues/2610
27+
"294a4790-429b-40ae-9516-49826b9702e1", // hide MariaDB Destination https://github.com/airbytehq/airbyte-cloud/issues/2611
28+
"8b746512-8c2e-6ac1-4adc-b59faafd473c", // hide MongoDB Destination https://github.com/airbytehq/airbyte-cloud/issues/2612
29+
"f3802bc4-5406-4752-9e8d-01e504ca8194", // hide MQTT Destination https://github.com/airbytehq/airbyte-cloud/issues/2613
30+
"2340cbba-358e-11ec-8d3d-0242ac130203", // hide Pular Destination https://github.com/airbytehq/airbyte-cloud/issues/2614
2231
"d4d3fef9-e319-45c2-881a-bd02ce44cc9f", // hide Redis Destination https://github.com/airbytehq/airbyte-cloud/issues/2593
32+
"2c9d93a7-9a17-4789-9de9-f46f0097eb70", // hide Rockset Destination https://github.com/airbytehq/airbyte-cloud/issues/2615
33+
"4816b78f-1489-44c1-9060-4b19d5fa9362", // hide S3 Destination https://github.com/airbytehq/airbyte-cloud/issues/2616
2334
"2470e835-feaf-4db6-96f3-70fd645acc77", // Salesforce Singer
35+
"3dc6f384-cd6b-4be3-ad16-a41450899bf0", // hide Scylla Destination https://github.com/airbytehq/airbyte-cloud/issues/2617
2436
...(workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
2537
? ["9da77001-af33-4bcd-be46-6252bf9342b9"] // Shopify
2638
: []),

0 commit comments

Comments
 (0)