@finos/legend-application-studio 28.13.2 → 28.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__lib__/LegendStudioApplicationNavigationContext.d.ts +1 -0
- package/lib/__lib__/LegendStudioApplicationNavigationContext.d.ts.map +1 -1
- package/lib/__lib__/LegendStudioApplicationNavigationContext.js +1 -0
- package/lib/__lib__/LegendStudioApplicationNavigationContext.js.map +1 -1
- package/lib/application/LegendStudioApplicationConfig.d.ts +5 -9
- package/lib/application/LegendStudioApplicationConfig.d.ts.map +1 -1
- package/lib/application/LegendStudioApplicationConfig.js +6 -10
- package/lib/application/LegendStudioApplicationConfig.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts.map +1 -1
- package/lib/components/editor/ActivityBar.js +3 -3
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js +15 -15
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js +55 -104
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.d.ts.map +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js +3 -3
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.d.ts +22 -0
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.d.ts.map +1 -0
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js +267 -0
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js.map +1 -0
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +1 -25
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/{FunctionActivatorPromoteState.d.ts → FunctionActivatorState.d.ts} +9 -9
- package/lib/stores/editor/editor-state/element-editor-state/FunctionActivatorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/{FunctionActivatorPromoteState.js → FunctionActivatorState.js} +24 -24
- package/lib/stores/editor/editor-state/element-editor-state/FunctionActivatorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.d.ts +6 -5
- package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.js +6 -5
- package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/{FunctionActivatorBuilderState.d.ts → ToDelete_FunctionActivatorBuilderState.d.ts} +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/ToDelete_FunctionActivatorBuilderState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/{FunctionActivatorBuilderState.js → ToDelete_FunctionActivatorBuilderState.js} +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/ToDelete_FunctionActivatorBuilderState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/INTERNAL__UnknownFunctionActivatorEditorState.js +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/INTERNAL__UnknownFunctionActivatorEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeAppFunctionActivatorEditorState.d.ts +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeAppFunctionActivatorEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeAppFunctionActivatorEditorState.js +2 -2
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeAppFunctionActivatorEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.d.ts +87 -0
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js +422 -0
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.d.ts +3 -17
- package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.js +8 -69
- package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.d.ts +26 -3
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js +72 -1
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -1
- package/lib/stores/graph-modifier/DomainGraphModifierHelper.d.ts +4 -1
- package/lib/stores/graph-modifier/DomainGraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graph-modifier/DomainGraphModifierHelper.js +10 -1
- package/lib/stores/graph-modifier/DomainGraphModifierHelper.js.map +1 -1
- package/lib/stores/graph-modifier/Testable_GraphModifierHelper.d.ts +3 -2
- package/lib/stores/graph-modifier/Testable_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graph-modifier/Testable_GraphModifierHelper.js +3 -0
- package/lib/stores/graph-modifier/Testable_GraphModifierHelper.js.map +1 -1
- package/package.json +4 -4
- package/src/__lib__/LegendStudioApplicationNavigationContext.ts +1 -0
- package/src/application/LegendStudioApplicationConfig.ts +7 -12
- package/src/components/editor/ActivityBar.tsx +4 -3
- package/src/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.tsx +36 -36
- package/src/components/editor/editor-group/function-activator/FunctionEditor.tsx +136 -345
- package/src/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.tsx +3 -10
- package/src/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.tsx +879 -0
- package/src/components/editor/side-bar/Explorer.tsx +0 -59
- package/src/stores/editor/editor-state/element-editor-state/{FunctionActivatorPromoteState.ts → FunctionActivatorState.ts} +23 -23
- package/src/stores/editor/editor-state/element-editor-state/FunctionEditorState.ts +7 -6
- package/src/stores/editor/editor-state/element-editor-state/function-activator/INTERNAL__UnknownFunctionActivatorEditorState.ts +1 -1
- package/src/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeAppFunctionActivatorEditorState.ts +2 -2
- package/src/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.ts +646 -0
- package/src/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.ts +1 -4
- package/src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.ts +16 -97
- package/src/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.ts +105 -3
- package/src/stores/graph-modifier/DomainGraphModifierHelper.ts +34 -2
- package/src/stores/graph-modifier/Testable_GraphModifierHelper.ts +9 -1
- package/tsconfig.json +4 -2
- package/lib/stores/editor/editor-state/element-editor-state/FunctionActivatorBuilderState.d.ts.map +0 -1
- package/lib/stores/editor/editor-state/element-editor-state/FunctionActivatorBuilderState.js.map +0 -1
- package/lib/stores/editor/editor-state/element-editor-state/FunctionActivatorPromoteState.d.ts.map +0 -1
- package/lib/stores/editor/editor-state/element-editor-state/FunctionActivatorPromoteState.js.map +0 -1
- /package/src/stores/editor/editor-state/element-editor-state/{FunctionActivatorBuilderState.ts → ToDelete_FunctionActivatorBuilderState.ts} +0 -0
package/src/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.tsx
CHANGED
@@ -281,7 +281,7 @@ const StaticDatasourceSpecificationEditor = observer(
|
|
281
281
|
<PanelFormTextField
|
282
282
|
isReadOnly={isReadOnly}
|
283
283
|
value={sourceSpec.host}
|
284
|
-
name="host"
|
284
|
+
name="host (required)"
|
285
285
|
update={(value: string | undefined): void =>
|
286
286
|
staticDatasourceSpecification_setHost(sourceSpec, value ?? '')
|
287
287
|
}
|
@@ -293,7 +293,7 @@ const StaticDatasourceSpecificationEditor = observer(
|
|
293
293
|
<input
|
294
294
|
className="panel__content__form__section__input panel__content__form__section__number-input"
|
295
295
|
spellCheck={false}
|
296
|
-
type="number"
|
296
|
+
type="number (required)"
|
297
297
|
disabled={isReadOnly}
|
298
298
|
value={sourceSpec.port}
|
299
299
|
onChange={changePort}
|
@@ -302,7 +302,7 @@ const StaticDatasourceSpecificationEditor = observer(
|
|
302
302
|
<PanelFormTextField
|
303
303
|
isReadOnly={isReadOnly}
|
304
304
|
value={sourceSpec.databaseName}
|
305
|
-
name="database"
|
305
|
+
name="database (required)"
|
306
306
|
update={(value: string | undefined): void =>
|
307
307
|
staticDatasourceSpecification_setDatabaseName(
|
308
308
|
sourceSpec,
|
@@ -326,7 +326,7 @@ const EmbeddedH2DatasourceSpecificationEditor = observer(
|
|
326
326
|
<PanelFormTextField
|
327
327
|
isReadOnly={isReadOnly}
|
328
328
|
value={sourceSpec.databaseName}
|
329
|
-
name="database"
|
329
|
+
name="database (required)"
|
330
330
|
update={(value: string | undefined): void =>
|
331
331
|
embeddedH2DatasourceSpecification_setDatabaseName(
|
332
332
|
sourceSpec,
|
@@ -337,7 +337,7 @@ const EmbeddedH2DatasourceSpecificationEditor = observer(
|
|
337
337
|
<PanelFormTextField
|
338
338
|
isReadOnly={isReadOnly}
|
339
339
|
value={sourceSpec.directory}
|
340
|
-
name="directory"
|
340
|
+
name="directory (required)"
|
341
341
|
update={(value: string | undefined): void =>
|
342
342
|
embeddedH2DatasourceSpecification_setDirectory(
|
343
343
|
sourceSpec,
|
@@ -348,7 +348,7 @@ const EmbeddedH2DatasourceSpecificationEditor = observer(
|
|
348
348
|
<PanelFormBooleanField
|
349
349
|
isReadOnly={isReadOnly}
|
350
350
|
value={sourceSpec.autoServerMode}
|
351
|
-
name="auto server mode"
|
351
|
+
name="auto server mode (required)"
|
352
352
|
update={(value?: boolean): void =>
|
353
353
|
embeddedH2DatasourceSpecification_setAutoServerMode(
|
354
354
|
sourceSpec,
|
@@ -372,7 +372,7 @@ const DatabricksDatasourceSpecificationEditor = observer(
|
|
372
372
|
<PanelFormTextField
|
373
373
|
isReadOnly={isReadOnly}
|
374
374
|
value={sourceSpec.hostname}
|
375
|
-
name="hostname"
|
375
|
+
name="hostname (required)"
|
376
376
|
update={(value: string | undefined): void =>
|
377
377
|
databricksDatasourceSpecification_setHostName(
|
378
378
|
sourceSpec,
|
@@ -383,7 +383,7 @@ const DatabricksDatasourceSpecificationEditor = observer(
|
|
383
383
|
<PanelFormTextField
|
384
384
|
isReadOnly={isReadOnly}
|
385
385
|
value={sourceSpec.port}
|
386
|
-
name="port"
|
386
|
+
name="port (required)"
|
387
387
|
update={(value: string | undefined): void =>
|
388
388
|
databricksDatasourceSpecification_setPort(sourceSpec, value ?? '')
|
389
389
|
}
|
@@ -391,7 +391,7 @@ const DatabricksDatasourceSpecificationEditor = observer(
|
|
391
391
|
<PanelFormTextField
|
392
392
|
isReadOnly={isReadOnly}
|
393
393
|
value={sourceSpec.protocol}
|
394
|
-
name="protocol"
|
394
|
+
name="protocol (required)"
|
395
395
|
update={(value: string | undefined): void =>
|
396
396
|
databricksDatasourceSpecification_setProtocol(
|
397
397
|
sourceSpec,
|
@@ -402,7 +402,7 @@ const DatabricksDatasourceSpecificationEditor = observer(
|
|
402
402
|
<PanelFormTextField
|
403
403
|
isReadOnly={isReadOnly}
|
404
404
|
value={sourceSpec.httpPath}
|
405
|
-
name="httpPath"
|
405
|
+
name="httpPath (required)"
|
406
406
|
update={(value: string | undefined): void =>
|
407
407
|
databricksDatasourceSpecification_setHttpPath(
|
408
408
|
sourceSpec,
|
@@ -430,14 +430,14 @@ const TrinoDatasourceSpecificationEditor = observer(
|
|
430
430
|
<PanelFormTextField
|
431
431
|
isReadOnly={isReadOnly}
|
432
432
|
value={sourceSpec.host}
|
433
|
-
name="host"
|
433
|
+
name="host (required)"
|
434
434
|
update={(value: string | undefined): void =>
|
435
435
|
trinoDatasourceSpecification_setHost(sourceSpec, value ?? '')
|
436
436
|
}
|
437
437
|
/>
|
438
438
|
<div className="panel__content__form__section">
|
439
439
|
<div className="panel__content__form__section__header__label">
|
440
|
-
port
|
440
|
+
port (required)
|
441
441
|
</div>
|
442
442
|
<input
|
443
443
|
className="panel__content__form__section__input panel__content__form__section__number-input"
|
@@ -518,7 +518,7 @@ const SnowflakeDatasourceSpecificationEditor = observer(
|
|
518
518
|
<PanelFormTextField
|
519
519
|
isReadOnly={isReadOnly}
|
520
520
|
value={sourceSpec.accountName}
|
521
|
-
name="account"
|
521
|
+
name="account (required)"
|
522
522
|
update={(value: string | undefined): void =>
|
523
523
|
snowflakeDatasourceSpec_setAccountName(sourceSpec, value ?? '')
|
524
524
|
}
|
@@ -526,7 +526,7 @@ const SnowflakeDatasourceSpecificationEditor = observer(
|
|
526
526
|
<PanelFormTextField
|
527
527
|
isReadOnly={isReadOnly}
|
528
528
|
value={sourceSpec.region}
|
529
|
-
name="region"
|
529
|
+
name="region (required)"
|
530
530
|
update={(value: string | undefined): void =>
|
531
531
|
snowflakeDatasourceSpec_setRegion(sourceSpec, value ?? '')
|
532
532
|
}
|
@@ -534,7 +534,7 @@ const SnowflakeDatasourceSpecificationEditor = observer(
|
|
534
534
|
<PanelFormTextField
|
535
535
|
isReadOnly={isReadOnly}
|
536
536
|
value={sourceSpec.warehouseName}
|
537
|
-
name="warehouse"
|
537
|
+
name="warehouse (required)"
|
538
538
|
update={(value: string | undefined): void =>
|
539
539
|
snowflakeDatasourceSpec_setWarehouseName(sourceSpec, value ?? '')
|
540
540
|
}
|
@@ -542,7 +542,7 @@ const SnowflakeDatasourceSpecificationEditor = observer(
|
|
542
542
|
<PanelFormTextField
|
543
543
|
isReadOnly={isReadOnly}
|
544
544
|
value={sourceSpec.databaseName}
|
545
|
-
name="database"
|
545
|
+
name="database (required)"
|
546
546
|
update={(value: string | undefined): void =>
|
547
547
|
snowflakeDatasourceSpec_setDatabaseName(sourceSpec, value ?? '')
|
548
548
|
}
|
@@ -648,14 +648,14 @@ const RedshiftDatasourceSpecificationEditor = observer(
|
|
648
648
|
<PanelFormTextField
|
649
649
|
isReadOnly={isReadOnly}
|
650
650
|
value={sourceSpec.host}
|
651
|
-
name="host"
|
651
|
+
name="host (required)"
|
652
652
|
update={(value: string | undefined): void =>
|
653
653
|
redshiftDatasourceSpecification_setHost(sourceSpec, value ?? '')
|
654
654
|
}
|
655
655
|
/>
|
656
656
|
<div className="panel__content__form__section">
|
657
657
|
<div className="panel__content__form__section__header__label">
|
658
|
-
port
|
658
|
+
port (required)
|
659
659
|
</div>
|
660
660
|
<input
|
661
661
|
className="panel__content__form__section__input panel__content__form__section__number-input"
|
@@ -669,7 +669,7 @@ const RedshiftDatasourceSpecificationEditor = observer(
|
|
669
669
|
<PanelFormTextField
|
670
670
|
isReadOnly={isReadOnly}
|
671
671
|
value={sourceSpec.databaseName}
|
672
|
-
name="database"
|
672
|
+
name="database (required)"
|
673
673
|
update={(value: string | undefined): void =>
|
674
674
|
redshiftDatasourceSpecification_setDatabaseName(
|
675
675
|
sourceSpec,
|
@@ -681,7 +681,7 @@ const RedshiftDatasourceSpecificationEditor = observer(
|
|
681
681
|
<PanelFormTextField
|
682
682
|
isReadOnly={isReadOnly}
|
683
683
|
value={sourceSpec.region}
|
684
|
-
name="region"
|
684
|
+
name="region (required)"
|
685
685
|
update={(value: string | undefined): void =>
|
686
686
|
redshiftDatasourceSpecification_setRegion(sourceSpec, value ?? '')
|
687
687
|
}
|
@@ -689,7 +689,7 @@ const RedshiftDatasourceSpecificationEditor = observer(
|
|
689
689
|
<PanelFormTextField
|
690
690
|
isReadOnly={isReadOnly}
|
691
691
|
value={sourceSpec.clusterID}
|
692
|
-
name="cluster"
|
692
|
+
name="cluster (required)"
|
693
693
|
update={(value: string | undefined): void =>
|
694
694
|
redshiftDatasourceSpecification_setClusterID(
|
695
695
|
sourceSpec,
|
@@ -724,7 +724,7 @@ const BigQueryDatasourceSpecificationEditor = observer(
|
|
724
724
|
<PanelFormTextField
|
725
725
|
isReadOnly={isReadOnly}
|
726
726
|
value={sourceSpec.projectId}
|
727
|
-
name="project id"
|
727
|
+
name="project id (required)"
|
728
728
|
update={(value: string | undefined): void =>
|
729
729
|
bigQueryDatasourceSpecification_setProjectId(
|
730
730
|
sourceSpec,
|
@@ -783,7 +783,7 @@ const SpannerDatasourceSpecificationEditor = observer(
|
|
783
783
|
<PanelFormTextField
|
784
784
|
isReadOnly={isReadOnly}
|
785
785
|
value={sourceSpec.projectId}
|
786
|
-
name="project id"
|
786
|
+
name="project id (required)"
|
787
787
|
prompt="Your Google Cloud Platform (GCP) project identifier"
|
788
788
|
update={(value: string | undefined): void =>
|
789
789
|
spannerDatasourceSpecification_setProjectId(sourceSpec, value ?? '')
|
@@ -792,7 +792,7 @@ const SpannerDatasourceSpecificationEditor = observer(
|
|
792
792
|
<PanelFormTextField
|
793
793
|
isReadOnly={isReadOnly}
|
794
794
|
value={sourceSpec.instanceId}
|
795
|
-
name="instance id"
|
795
|
+
name="instance id (required)"
|
796
796
|
prompt="Spanner instance identifier in Google Cloud Platform (GCP)"
|
797
797
|
update={(value: string | undefined): void =>
|
798
798
|
spannerDatasourceSpecification_setInstanceId(
|
@@ -804,7 +804,7 @@ const SpannerDatasourceSpecificationEditor = observer(
|
|
804
804
|
<PanelFormTextField
|
805
805
|
isReadOnly={isReadOnly}
|
806
806
|
value={sourceSpec.databaseId}
|
807
|
-
name="database id"
|
807
|
+
name="database id (required)"
|
808
808
|
prompt="Spanner database identifier"
|
809
809
|
update={(value: string | undefined): void =>
|
810
810
|
spannerDatasourceSpecification_setDatabaseId(
|
@@ -873,7 +873,7 @@ const ApiTokenAuthenticationStrategyEditor = observer(
|
|
873
873
|
<PanelFormTextField
|
874
874
|
isReadOnly={isReadOnly}
|
875
875
|
value={authSpec.apiToken}
|
876
|
-
name="apiTokenRef"
|
876
|
+
name="apiTokenRef (required)"
|
877
877
|
update={(value: string | undefined): void =>
|
878
878
|
apiTokenAuthenticationStrategy_setApiToken(authSpec, value ?? '')
|
879
879
|
}
|
@@ -894,7 +894,7 @@ const SnowflakePublicAuthenticationStrategyEditor = observer(
|
|
894
894
|
<PanelFormTextField
|
895
895
|
isReadOnly={isReadOnly}
|
896
896
|
value={authSpec.privateKeyVaultReference}
|
897
|
-
name="private key vault reference"
|
897
|
+
name="private key vault reference (required)"
|
898
898
|
update={(value: string | undefined): void =>
|
899
899
|
snowflakePublicAuthenticationStrategy_setPrivateKeyVaultReference(
|
900
900
|
authSpec,
|
@@ -905,7 +905,7 @@ const SnowflakePublicAuthenticationStrategyEditor = observer(
|
|
905
905
|
<PanelFormTextField
|
906
906
|
isReadOnly={isReadOnly}
|
907
907
|
value={authSpec.passPhraseVaultReference}
|
908
|
-
name="pass phrase vault reference"
|
908
|
+
name="pass phrase vault reference (required)"
|
909
909
|
update={(value: string | undefined): void =>
|
910
910
|
snowflakePublicAuthenticationStrategy_setPassPhraseVaultReference(
|
911
911
|
authSpec,
|
@@ -916,7 +916,7 @@ const SnowflakePublicAuthenticationStrategyEditor = observer(
|
|
916
916
|
<PanelFormTextField
|
917
917
|
isReadOnly={isReadOnly}
|
918
918
|
value={authSpec.publicUserName}
|
919
|
-
name="public user name"
|
919
|
+
name="public user name (required)"
|
920
920
|
update={(value: string | undefined): void =>
|
921
921
|
snowflakePublicAuthenticationStrategy_setPublicUserName(
|
922
922
|
authSpec,
|
@@ -937,7 +937,7 @@ const OAuthAuthenticationStrategyEditor = observer(
|
|
937
937
|
<PanelFormTextField
|
938
938
|
isReadOnly={isReadOnly}
|
939
939
|
value={authSpec.oauthKey}
|
940
|
-
name="oauth key"
|
940
|
+
name="oauth key (required)"
|
941
941
|
update={(value: string | undefined): void =>
|
942
942
|
oAuthAuthenticationStrategy_setOauthKey(authSpec, value ?? '')
|
943
943
|
}
|
@@ -945,7 +945,7 @@ const OAuthAuthenticationStrategyEditor = observer(
|
|
945
945
|
<PanelFormTextField
|
946
946
|
isReadOnly={isReadOnly}
|
947
947
|
value={authSpec.scopeName}
|
948
|
-
name="scope name"
|
948
|
+
name="scope name (required)"
|
949
949
|
update={(value: string | undefined): void =>
|
950
950
|
oAuthAuthenticationStrategy_setScopeName(authSpec, value ?? '')
|
951
951
|
}
|
@@ -977,7 +977,7 @@ const UsernamePasswordAuthenticationStrategyEditor = observer(
|
|
977
977
|
<PanelFormTextField
|
978
978
|
isReadOnly={isReadOnly}
|
979
979
|
value={authSpec.userNameVaultReference}
|
980
|
-
name="user name vault reference"
|
980
|
+
name="user name vault reference (required)"
|
981
981
|
update={(value: string | undefined): void =>
|
982
982
|
usernamePasswordAuthenticationStrategy_setUserNameVaultReference(
|
983
983
|
authSpec,
|
@@ -988,7 +988,7 @@ const UsernamePasswordAuthenticationStrategyEditor = observer(
|
|
988
988
|
<PanelFormTextField
|
989
989
|
isReadOnly={isReadOnly}
|
990
990
|
value={authSpec.passwordVaultReference}
|
991
|
-
name="password vault reference"
|
991
|
+
name="password vault reference (required)"
|
992
992
|
update={(value: string | undefined): void =>
|
993
993
|
usernamePasswordAuthenticationStrategy_setPasswordVaultReference(
|
994
994
|
authSpec,
|
@@ -1012,7 +1012,7 @@ const MiddleTierUsernamePasswordAuthenticationStrategyEditor = observer(
|
|
1012
1012
|
<PanelFormTextField
|
1013
1013
|
isReadOnly={isReadOnly}
|
1014
1014
|
value={authSpec.vaultReference}
|
1015
|
-
name="vault reference"
|
1015
|
+
name="vault reference (required)"
|
1016
1016
|
prompt="Specifies the credential vault reference containing connection credentials"
|
1017
1017
|
update={(value: string | undefined): void =>
|
1018
1018
|
middleTierUsernamePasswordAuthenticationStrategy_setVaultReference(
|
@@ -1037,7 +1037,7 @@ const TrinoDelegatedKerberosAuthenticationStrategyEditor = observer(
|
|
1037
1037
|
<PanelFormTextField
|
1038
1038
|
isReadOnly={isReadOnly}
|
1039
1039
|
value={authSpec.kerberosRemoteServiceName}
|
1040
|
-
name="Kerberos Remote Service Name"
|
1040
|
+
name="Kerberos Remote Service Name (required)"
|
1041
1041
|
prompt="Specifies the Kerberos Remote Service Name"
|
1042
1042
|
update={(value: string | undefined): void =>
|
1043
1043
|
trinoDelegatedKerberosAuthenticationStrategy_setKerberosRemoteServiceName(
|
@@ -1075,7 +1075,7 @@ const GCPWorkloadIdentityFederationAuthenticationStrategyEditor = observer(
|
|
1075
1075
|
<PanelFormTextField
|
1076
1076
|
isReadOnly={isReadOnly}
|
1077
1077
|
value={authSpec.serviceAccountEmail}
|
1078
|
-
name="Service Account Email"
|
1078
|
+
name="Service Account Email (required)"
|
1079
1079
|
update={(value: string | undefined): void =>
|
1080
1080
|
gcpWorkloadIdentityFederationAuthenticationStrategy_setServiceAccountEmail(
|
1081
1081
|
authSpec,
|