Remove Enable Azure synapse link for Cassandra (#1427)

This commit is contained in:
sindhuba
2023-04-10 10:18:57 -07:00
committed by GitHub
parent 1b5a9b83ff
commit 755b732532
2 changed files with 17 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ export function createStaticCommandBarButtons(
const buttons: CommandButtonComponentProps[] = [];
buttons.push(newCollectionBtn);
if (userContext.apiType !== "Tables") {
if (userContext.apiType !== "Tables" && userContext.apiType !== "Cassandra") {
const addSynapseLink = createOpenSynapseLinkDialogButton(container);
if (addSynapseLink) {