feature flag for table designer (#17597)

This commit is contained in:
Alan Ren
2021-11-05 11:19:59 -07:00
committed by GitHub
parent 1fe3f38c14
commit c9be45b9c7
3 changed files with 25 additions and 0 deletions

View File

@@ -498,6 +498,11 @@
"command": "mssqlCluster.livy.cmd.submitFileToSparkJob",
"when": "nodeType == mssqlCluster:file && nodeSubType =~/:spark:/",
"group": "1mssqlCluster@6"
},
{
"command": "mssql.designTable",
"when": "connectionProvider == MSSQL && nodeType == Table && config.tableDesigner.enableFeature",
"group": "0_query@3"
}
],
"notebook/toolbar": [