@@ -18,9 +18,21 @@ export const DEV_IMAGE_TAG = "dev";
18
18
export const getExcludedConnectorIds = ( workspaceId : string ) =>
19
19
isCloudApp ( )
20
20
? [
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
21
24
"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
22
31
"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
23
34
"2470e835-feaf-4db6-96f3-70fd645acc77" , // Salesforce Singer
35
+ "3dc6f384-cd6b-4be3-ad16-a41450899bf0" , // hide Scylla Destination https://github.com/airbytehq/airbyte-cloud/issues/2617
24
36
...( workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
25
37
? [ "9da77001-af33-4bcd-be46-6252bf9342b9" ] // Shopify
26
38
: [ ] ) ,
0 commit comments