Implement connection string tab for postgres (#1334)

This commit is contained in:
victor-meng
2022-10-05 17:32:05 -07:00
committed by GitHub
parent 7c77ffda6c
commit 81dfd76198
5 changed files with 168 additions and 2 deletions

View File

@@ -397,6 +397,8 @@ export interface DataExplorerInputsFrame {
dataExplorerVersion?: string;
defaultCollectionThroughput?: CollectionCreationDefaults;
isPostgresAccount?: boolean;
// 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[];
features?: {
[key: string]: string;