Improve network settings warning message (#1380)

This commit is contained in:
victor-meng
2023-01-25 15:04:39 -08:00
committed by GitHub
parent 701f486d8f
commit 9184684e75
5 changed files with 40 additions and 32 deletions

View File

@@ -397,6 +397,7 @@ export interface DataExplorerInputsFrame {
defaultCollectionThroughput?: CollectionCreationDefaults;
isPostgresAccount?: boolean;
isReplica?: boolean;
clientIpAddress?: string;
// TODO: Update this param in the OSS extension to remove isFreeTier, isMarlinServerGroup, and make nodes a flat array instead of an nested array
connectionStringParams?: any;
flights?: readonly string[];