Cleanup Schema Analyzer feature flag (#938)

This commit is contained in:
Tanuj Mittal
2021-07-14 18:12:14 -07:00
committed by GitHub
parent 62b483d740
commit 416358f540
6 changed files with 1 additions and 15 deletions

View File

@@ -328,9 +328,6 @@ function updateContextsFromPortalMessage(inputs: DataExplorerInputsFrame) {
if (inputs.flights.indexOf(Flights.AutoscaleTest) !== -1) {
userContext.features.autoscaleDefault;
}
if (inputs.flights.indexOf(Flights.SchemaAnalyzer) !== -1) {
userContext.features.enableSchemaAnalyzer = true;
}
if (inputs.flights.indexOf(Flights.PartitionKeyTest) !== -1) {
userContext.features.partitionKeyDefault = true;
}