File tree 1 file changed +4
-0
lines changed
airbyte-webapp/src/core/domain/connector
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ export const getExcludedConnectorIds = (workspaceId: string) =>
33
33
"4816b78f-1489-44c1-9060-4b19d5fa9362" , // hide S3 Destination https://github.com/airbytehq/airbyte-cloud/issues/2616
34
34
"2470e835-feaf-4db6-96f3-70fd645acc77" , // Salesforce Singer
35
35
"3dc6f384-cd6b-4be3-ad16-a41450899bf0" , // hide Scylla Destination https://github.com/airbytehq/airbyte-cloud/issues/2617
36
+ "af7c921e-5892-4ff2-b6c1-4a5ab258fb7e" , // hide MeiliSearch Destination https://github.com/airbytehq/airbyte/issues/16313
37
+ "e06ad785-ad6f-4647-b2e8-3027a5c59454" , // hide RabbitMQ Destination https://github.com/airbytehq/airbyte/issues/16315
38
+ "0eeee7fb-518f-4045-bacc-9619e31c43ea" , // hide Amazon SQS Destination https://github.com/airbytehq/airbyte/issues/16316
39
+ "e2b40e36-aa0e-4bed-b41b-bcea6fa348b1" , // hide Exchange rate Source https://github.com/airbytehq/airbyte/issues/16311
36
40
...( workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
37
41
? [ "9da77001-af33-4bcd-be46-6252bf9342b9" ] // Shopify
38
42
: [ ] ) ,
You can’t perform that action at this time.
0 commit comments