@finos/legend-graph 31.4.0 → 31.4.1
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/graph/Core_HashUtils.d.ts +2 -1
- package/lib/graph/Core_HashUtils.d.ts.map +1 -1
- package/lib/graph/Core_HashUtils.js +2 -0
- package/lib/graph/Core_HashUtils.js.map +1 -1
- package/lib/graph/MetaModelConst.d.ts +2 -1
- package/lib/graph/MetaModelConst.d.ts.map +1 -1
- package/lib/graph/MetaModelConst.js +1 -0
- package/lib/graph/MetaModelConst.js.map +1 -1
- package/lib/graph/helpers/DSL_Service_Helper.js +1 -1
- package/lib/graph/helpers/DSL_Service_Helper.js.map +1 -1
- package/lib/graph/helpers/STO_Relational_Helper.d.ts +1 -0
- package/lib/graph/helpers/STO_Relational_Helper.d.ts.map +1 -1
- package/lib/graph/helpers/STO_Relational_Helper.js +2 -0
- package/lib/graph/helpers/STO_Relational_Helper.js.map +1 -1
- package/lib/graph/metamodel/pure/functionActivator/DeploymentConfiguration.d.ts +20 -0
- package/lib/graph/metamodel/pure/functionActivator/DeploymentConfiguration.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/functionActivator/DeploymentConfiguration.js +18 -0
- package/lib/graph/metamodel/pure/functionActivator/DeploymentConfiguration.js.map +1 -0
- package/lib/graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.d.ts +22 -0
- package/lib/graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.js +24 -0
- package/lib/graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/PackageableElement.d.ts +2 -0
- package/lib/graph/metamodel/pure/packageableElements/PackageableElement.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/PackageableElement.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.d.ts +2 -0
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.js +1 -0
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/function/SnowflakeApp.d.ts +12 -0
- package/lib/graph/metamodel/pure/packageableElements/function/SnowflakeApp.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/function/SnowflakeApp.js +36 -0
- package/lib/graph/metamodel/pure/packageableElements/function/SnowflakeApp.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/runtime/Runtime.d.ts +8 -1
- package/lib/graph/metamodel/pure/packageableElements/runtime/Runtime.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/runtime/Runtime.js +16 -0
- package/lib/graph/metamodel/pure/packageableElements/runtime/Runtime.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/service/ServiceExecution.d.ts +3 -3
- package/lib/graph/metamodel/pure/packageableElements/service/ServiceExecution.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/service/ServiceExecution.js +2 -2
- package/lib/graph/metamodel/pure/packageableElements/service/ServiceExecution.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.d.ts +18 -0
- package/lib/graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.d.ts.map +1 -0
- package/lib/graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.js +28 -0
- package/lib/graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.js.map +1 -0
- package/lib/graph-manager/action/changeDetection/DSL_Service_ObserverHelper.js +1 -1
- package/lib/graph-manager/action/changeDetection/DSL_Service_ObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.d.ts +2 -0
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.js +13 -0
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/PackageableElementObserver.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/PackageableElementObserver.js +4 -1
- package/lib/graph-manager/action/changeDetection/PackageableElementObserver.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.js +6 -2
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.js +4 -6
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.d.ts +2 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentConfiguration.d.ts +20 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentConfiguration.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentConfiguration.js +18 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentConfiguration.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentResult.d.ts +23 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentResult.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentResult.js +28 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentResult.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.d.ts +23 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.js +24 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.d.ts +6 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_SnowflakeApp.d.ts +27 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_SnowflakeApp.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_SnowflakeApp.js +36 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_SnowflakeApp.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/runtime/V1_Runtime.d.ts +7 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/runtime/V1_Runtime.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/runtime/V1_Runtime.js +13 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/runtime/V1_Runtime.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/service/V1_ServiceExecution.d.ts +2 -2
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/service/V1_ServiceExecution.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/service/V1_ServiceExecution.js +2 -2
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/service/V1_ServiceExecution.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.d.ts +3 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js +2 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FunctionActivatorTransformer.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FunctionActivatorTransformer.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FunctionActivatorTransformer.js +25 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FunctionActivatorTransformer.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.js +16 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_RuntimeTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_RuntimeTransformer.js +8 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_RuntimeTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ServiceTransformer.js +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ServiceTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.js +14 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.js +10 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FunctionActivatorBuilderHelper.d.ts +20 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FunctionActivatorBuilderHelper.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FunctionActivatorBuilderHelper.js +28 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FunctionActivatorBuilderHelper.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_RuntimeBuilderHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_RuntimeBuilderHelper.js +13 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_RuntimeBuilderHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.js +3 -7
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.js +6 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.d.ts +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FunctionActivatorSerializationHelper.d.ts +18 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FunctionActivatorSerializationHelper.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FunctionActivatorSerializationHelper.js +25 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FunctionActivatorSerializationHelper.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_RuntimeSerializationHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_RuntimeSerializationHelper.js +7 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_RuntimeSerializationHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ServiceSerializationHelper.js +2 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ServiceSerializationHelper.js.map +1 -1
- package/lib/index.d.ts +3 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/package.json +1 -1
- package/package.json +1 -1
- package/src/graph/Core_HashUtils.ts +3 -0
- package/src/graph/MetaModelConst.ts +1 -0
- package/src/graph/helpers/DSL_Service_Helper.ts +1 -1
- package/src/graph/helpers/STO_Relational_Helper.ts +6 -0
- package/src/graph/metamodel/pure/functionActivator/DeploymentConfiguration.ts +21 -0
- package/src/graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.ts +27 -0
- package/src/graph/metamodel/pure/packageableElements/PackageableElement.ts +2 -0
- package/src/graph/metamodel/pure/packageableElements/function/FunctionActivator.ts +2 -0
- package/src/graph/metamodel/pure/packageableElements/function/SnowflakeApp.ts +43 -0
- package/src/graph/metamodel/pure/packageableElements/runtime/Runtime.ts +30 -1
- package/src/graph/metamodel/pure/packageableElements/service/ServiceExecution.ts +8 -4
- package/src/graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.ts +36 -0
- package/src/graph-manager/action/changeDetection/DSL_Service_ObserverHelper.ts +1 -1
- package/src/graph-manager/action/changeDetection/DomainObserverHelper.ts +21 -0
- package/src/graph-manager/action/changeDetection/PackageableElementObserver.ts +6 -0
- package/src/graph-manager/protocol/pure/v1/V1_PureGraphManager.ts +7 -4
- package/src/graph-manager/protocol/pure/v1/engine/V1_Engine.ts +6 -9
- package/src/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.ts +2 -1
- package/src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentConfiguration.ts +21 -0
- package/src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentResult.ts +32 -0
- package/src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.ts +30 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.ts +2 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.ts +6 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_SnowflakeApp.ts +44 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/runtime/V1_Runtime.ts +16 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/service/V1_ServiceExecution.ts +3 -3
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.ts +2 -2
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FunctionActivatorTransformer.ts +33 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.ts +20 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_RuntimeTransformer.ts +18 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ServiceTransformer.ts +1 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.ts +5 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.ts +29 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.ts +5 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.ts +24 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.ts +5 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FunctionActivatorBuilderHelper.ts +39 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_RuntimeBuilderHelper.ts +29 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.ts +3 -10
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.ts +11 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FunctionActivatorSerializationHelper.ts +34 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_RuntimeSerializationHelper.ts +9 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ServiceSerializationHelper.ts +3 -3
- package/src/index.ts +3 -1
- package/tsconfig.json +11 -0
package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.ts
CHANGED
|
@@ -63,6 +63,7 @@ import type { V1_ExecutionEnvironmentInstance } from '../../../model/packageable
|
|
|
63
63
|
import type { V1_INTERNAL__UnknownPackageableElement } from '../../../model/packageableElements/V1_INTERNAL__UnknownPackageableElement.js';
|
|
64
64
|
import type { V1_INTERNAL__UnknownFunctionActivator } from '../../../model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.js';
|
|
65
65
|
import type { V1_INTERNAL__UnknownStore } from '../../../model/packageableElements/store/V1_INTERNAL__UnknownStore.js';
|
|
66
|
+
import type { V1_SnowflakeApp } from '../../../model/packageableElements/function/V1_SnowflakeApp.js';
|
|
66
67
|
|
|
67
68
|
export class V1_ElementThirdPassBuilder
|
|
68
69
|
implements V1_PackageableElementVisitor<void>
|
|
@@ -107,6 +108,10 @@ export class V1_ElementThirdPassBuilder
|
|
|
107
108
|
throw new UnsupportedOperationError();
|
|
108
109
|
}
|
|
109
110
|
|
|
111
|
+
visit_SnowflakeApp(element: V1_SnowflakeApp): void {
|
|
112
|
+
throw new UnsupportedOperationError();
|
|
113
|
+
}
|
|
114
|
+
|
|
110
115
|
visit_ExecutionEnvironmentInstance(
|
|
111
116
|
element: V1_ExecutionEnvironmentInstance,
|
|
112
117
|
): void {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
import { ConnectionPointer } from '../../../../../../../../graph/metamodel/pure/packageableElements/connection/Connection.js';
|
|
18
|
+
import { SnowflakeAppDeploymentConfiguration } from '../../../../../../../../graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.js';
|
|
19
|
+
import type { V1_SnowflakeAppDeploymentConfiguration } from '../../../../engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.js';
|
|
20
|
+
import type { V1_GraphBuilderContext } from '../V1_GraphBuilderContext.js';
|
|
21
|
+
import { V1_buildConnection } from './V1_ConnectionBuilderHelper.js';
|
|
22
|
+
import { guaranteeType } from '@finos/legend-shared';
|
|
23
|
+
|
|
24
|
+
export const V1_buildSnowflakeAppDeploymentConfiguration = (
|
|
25
|
+
element: V1_SnowflakeAppDeploymentConfiguration,
|
|
26
|
+
context: V1_GraphBuilderContext,
|
|
27
|
+
): SnowflakeAppDeploymentConfiguration => {
|
|
28
|
+
const metamodel = new SnowflakeAppDeploymentConfiguration();
|
|
29
|
+
|
|
30
|
+
if (element.activationConnection) {
|
|
31
|
+
const activationConnection = guaranteeType(
|
|
32
|
+
V1_buildConnection(element.activationConnection, context),
|
|
33
|
+
ConnectionPointer,
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
metamodel.activationConnection = activationConnection;
|
|
37
|
+
}
|
|
38
|
+
return metamodel;
|
|
39
|
+
};
|
|
@@ -14,15 +14,22 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
import {
|
|
17
|
+
import {
|
|
18
|
+
assertTrue,
|
|
19
|
+
assertNonEmptyString,
|
|
20
|
+
guaranteeType,
|
|
21
|
+
} from '@finos/legend-shared';
|
|
18
22
|
import {
|
|
19
23
|
EngineRuntime,
|
|
20
24
|
StoreConnections,
|
|
21
25
|
IdentifiedConnection,
|
|
26
|
+
ConnectionStores,
|
|
22
27
|
} from '../../../../../../../../graph/metamodel/pure/packageableElements/runtime/Runtime.js';
|
|
23
28
|
import type { V1_GraphBuilderContext } from '../../../../transformation/pureGraph/to/V1_GraphBuilderContext.js';
|
|
24
29
|
import type { V1_EngineRuntime } from '../../../../model/packageableElements/runtime/V1_Runtime.js';
|
|
25
30
|
import { V1_buildConnection } from './V1_ConnectionBuilderHelper.js';
|
|
31
|
+
import { ConnectionPointer } from '../../../../../../../../graph/metamodel/pure/packageableElements/connection/Connection.js';
|
|
32
|
+
import { PackageableElementExplicitReference } from '../../../../../../../../graph/metamodel/pure/packageableElements/PackageableElementReference.js';
|
|
26
33
|
|
|
27
34
|
export const V1_buildEngineRuntime = (
|
|
28
35
|
runtime: V1_EngineRuntime,
|
|
@@ -35,6 +42,7 @@ export const V1_buildEngineRuntime = (
|
|
|
35
42
|
// NOTE: here we don't check if the mappings are fully covered by the runtime, we leave this job for the full compiler
|
|
36
43
|
// and make this a validation check in the UI
|
|
37
44
|
const connectionIds = new Set();
|
|
45
|
+
// DEPRECATED
|
|
38
46
|
runtime.connections.forEach((protocolStoreConnections) => {
|
|
39
47
|
const store = context.resolveStore(protocolStoreConnections.store.path);
|
|
40
48
|
const storeConnections = new StoreConnections(store);
|
|
@@ -64,5 +72,25 @@ export const V1_buildEngineRuntime = (
|
|
|
64
72
|
});
|
|
65
73
|
runtimeValue.connections.push(storeConnections);
|
|
66
74
|
});
|
|
75
|
+
//
|
|
76
|
+
runtimeValue.connectionStores = runtime.connectionStores.map((_conStore) => {
|
|
77
|
+
const connection = V1_buildConnection(
|
|
78
|
+
_conStore.connectionPointer,
|
|
79
|
+
context,
|
|
80
|
+
undefined,
|
|
81
|
+
);
|
|
82
|
+
const conPointer = guaranteeType(
|
|
83
|
+
connection,
|
|
84
|
+
ConnectionPointer,
|
|
85
|
+
`Connection in Connection store expected to be connection pointer`,
|
|
86
|
+
);
|
|
87
|
+
const _val = new ConnectionStores(conPointer);
|
|
88
|
+
_val.storePointers = _conStore.storePointers.map((storePtr) =>
|
|
89
|
+
PackageableElementExplicitReference.create(
|
|
90
|
+
context.graph.getStore(storePtr.path),
|
|
91
|
+
),
|
|
92
|
+
);
|
|
93
|
+
return _val;
|
|
94
|
+
});
|
|
67
95
|
return runtimeValue;
|
|
68
96
|
};
|
|
@@ -230,7 +230,7 @@ export const V1_buildLegacyServiceTest = (
|
|
|
230
230
|
);
|
|
231
231
|
}
|
|
232
232
|
const executionKeys = new Set(
|
|
233
|
-
parentService.execution.executionParameters.map(
|
|
233
|
+
(parentService.execution.executionParameters ?? []).map(
|
|
234
234
|
(execution) => execution.key,
|
|
235
235
|
),
|
|
236
236
|
);
|
|
@@ -291,7 +291,7 @@ export const V1_buildLegacyServiceTest = (
|
|
|
291
291
|
)}' do not have a corresponding test`,
|
|
292
292
|
),
|
|
293
293
|
);
|
|
294
|
-
multiTest.tests = parentService.execution.executionParameters.map(
|
|
294
|
+
multiTest.tests = (parentService.execution.executionParameters ?? []).map(
|
|
295
295
|
(execution) =>
|
|
296
296
|
multiTest.tests.find((test) => test.key === execution.key) ??
|
|
297
297
|
new DEPRECATED__KeyedSingleExecutionTest(
|
|
@@ -415,17 +415,10 @@ export const V1_buildServiceExecution = (
|
|
|
415
415
|
undefined,
|
|
416
416
|
);
|
|
417
417
|
} else if (serviceExecution instanceof V1_PureMultiExecution) {
|
|
418
|
-
if (!serviceExecution.executionParameters.length) {
|
|
419
|
-
throw new GraphBuilderError('Service multi-execution must not be empty');
|
|
420
|
-
}
|
|
421
418
|
assertNonNullable(
|
|
422
419
|
serviceExecution.func,
|
|
423
420
|
`Service Pure execution 'func' field is missing`,
|
|
424
421
|
);
|
|
425
|
-
assertNonEmptyString(
|
|
426
|
-
serviceExecution.executionKey,
|
|
427
|
-
`Service multi-execution 'executionKey' field is missing`,
|
|
428
|
-
);
|
|
429
422
|
const execution = new PureMultiExecution(
|
|
430
423
|
serviceExecution.executionKey,
|
|
431
424
|
V1_buildRawLambdaWithResolvedPaths(
|
|
@@ -436,7 +429,7 @@ export const V1_buildServiceExecution = (
|
|
|
436
429
|
parentService,
|
|
437
430
|
);
|
|
438
431
|
const uniqueKeys = new Set();
|
|
439
|
-
execution.executionParameters = serviceExecution.executionParameters
|
|
432
|
+
execution.executionParameters = serviceExecution.executionParameters?.map(
|
|
440
433
|
(keyedExecutionParameter) => {
|
|
441
434
|
assertNonEmptyString(
|
|
442
435
|
keyedExecutionParameter.key,
|
|
@@ -91,6 +91,8 @@ import {
|
|
|
91
91
|
V1_profileModelSchema,
|
|
92
92
|
V1_PROFILE_ELEMENT_PROTOCOL_TYPE,
|
|
93
93
|
V1_INTERNAL__UnknownFunctionActivatorModelSchema,
|
|
94
|
+
V1_snowflakeAppModelSchema,
|
|
95
|
+
V1_SNOWFLAKE_APP_TYPE,
|
|
94
96
|
} from './serializationHelpers/V1_DomainSerializationHelper.js';
|
|
95
97
|
import type {
|
|
96
98
|
PureProtocolProcessorPlugin,
|
|
@@ -111,6 +113,7 @@ import { V1_INTERNAL__UnknownPackageableElement } from '../../model/packageableE
|
|
|
111
113
|
import type { V1_INTERNAL__UnknownFunctionActivator } from '../../model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.js';
|
|
112
114
|
import type { SubtypeInfo } from '../../../../../action/protocol/ProtocolInfo.js';
|
|
113
115
|
import { V1_INTERNAL__UnknownStore } from '../../model/packageableElements/store/V1_INTERNAL__UnknownStore.js';
|
|
116
|
+
import type { V1_SnowflakeApp } from '../../model/packageableElements/function/V1_SnowflakeApp.js';
|
|
114
117
|
|
|
115
118
|
class V1_PackageableElementSerializer
|
|
116
119
|
implements V1_PackageableElementVisitor<PlainObject<V1_PackageableElement>>
|
|
@@ -151,6 +154,12 @@ class V1_PackageableElementSerializer
|
|
|
151
154
|
return element.content;
|
|
152
155
|
}
|
|
153
156
|
|
|
157
|
+
visit_SnowflakeApp(
|
|
158
|
+
element: V1_SnowflakeApp,
|
|
159
|
+
): PlainObject<V1_PackageableElement> {
|
|
160
|
+
return serialize(V1_snowflakeAppModelSchema, element);
|
|
161
|
+
}
|
|
162
|
+
|
|
154
163
|
visit_INTERNAL__UnknownStore(
|
|
155
164
|
element: V1_INTERNAL__UnknownStore,
|
|
156
165
|
): PlainObject<V1_PackageableElement> {
|
|
@@ -318,6 +327,8 @@ export const V1_deserializePackageableElement = (
|
|
|
318
327
|
return deserialize(V1_sectionIndexModelSchema, json);
|
|
319
328
|
case V1_DATA_ELEMENT_PROTOCOL_TYPE:
|
|
320
329
|
return deserialize(V1_dataElementModelSchema(plugins), json);
|
|
330
|
+
case V1_SNOWFLAKE_APP_TYPE:
|
|
331
|
+
return deserialize(V1_snowflakeAppModelSchema, json);
|
|
321
332
|
default: {
|
|
322
333
|
for (const deserializer of extraElementProtocolDeserializers) {
|
|
323
334
|
const protocol = deserializer(json, plugins);
|
|
@@ -53,6 +53,8 @@ import {
|
|
|
53
53
|
V1_rawVariableModelSchema,
|
|
54
54
|
} from './V1_RawValueSpecificationSerializationHelper.js';
|
|
55
55
|
import { V1_INTERNAL__UnknownFunctionActivator } from '../../../model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.js';
|
|
56
|
+
import { V1_SnowflakeApp } from '../../../model/packageableElements/function/V1_SnowflakeApp.js';
|
|
57
|
+
import { V1_SnowflakeAppDeploymentConfigurationAppModelSchema } from './V1_FunctionActivatorSerializationHelper.js';
|
|
56
58
|
|
|
57
59
|
export const V1_CLASS_ELEMENT_PROTOCOL_TYPE = 'class';
|
|
58
60
|
export const V1_PROFILE_ELEMENT_PROTOCOL_TYPE = 'profile';
|
|
@@ -61,6 +63,7 @@ export const V1_MEASURE_ELEMENT_PROTOCOL_TYPE = 'measure';
|
|
|
61
63
|
export const V1_UNIT_ELEMENT_PROTOCOL_TYPE = 'unit';
|
|
62
64
|
export const V1_ASSOCIATION_ELEMENT_PROTOCOL_TYPE = 'association';
|
|
63
65
|
export const V1_FUNCTION_ELEMENT_PROTOCOL_TYPE = 'function';
|
|
66
|
+
export const V1_SNOWFLAKE_APP_TYPE = 'snowflakeApp';
|
|
64
67
|
|
|
65
68
|
export const V1_propertyPointerModelSchema = createModelSchema(
|
|
66
69
|
V1_PropertyPointer,
|
|
@@ -138,6 +141,25 @@ export const V1_measureModelSchema = createModelSchema(V1_Measure, {
|
|
|
138
141
|
package: primitive(),
|
|
139
142
|
});
|
|
140
143
|
|
|
144
|
+
export const V1_snowflakeAppModelSchema = createModelSchema(V1_SnowflakeApp, {
|
|
145
|
+
_type: usingConstantValueSchema(V1_SNOWFLAKE_APP_TYPE),
|
|
146
|
+
description: optional(primitive()),
|
|
147
|
+
owner: optional(primitive()),
|
|
148
|
+
applicationName: primitive(),
|
|
149
|
+
function: primitive(),
|
|
150
|
+
name: primitive(),
|
|
151
|
+
package: primitive(),
|
|
152
|
+
stereotypes: customListWithSchema(V1_stereotypePtrModelSchema, {
|
|
153
|
+
INTERNAL__forceReturnEmptyInTest: true,
|
|
154
|
+
}),
|
|
155
|
+
taggedValues: customListWithSchema(V1_taggedValueModelSchema, {
|
|
156
|
+
INTERNAL__forceReturnEmptyInTest: true,
|
|
157
|
+
}),
|
|
158
|
+
activationConfiguration: usingModelSchema(
|
|
159
|
+
V1_SnowflakeAppDeploymentConfigurationAppModelSchema,
|
|
160
|
+
),
|
|
161
|
+
});
|
|
162
|
+
|
|
141
163
|
// ------------------------------------- Class -------------------------------------
|
|
142
164
|
|
|
143
165
|
export const V1_propertyModelSchema = createModelSchema(V1_Property, {
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
import {
|
|
18
|
+
usingConstantValueSchema,
|
|
19
|
+
usingModelSchema,
|
|
20
|
+
} from '@finos/legend-shared';
|
|
21
|
+
import { V1_SnowflakeAppDeploymentConfiguration } from '../../../engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.js';
|
|
22
|
+
import { createModelSchema } from 'serializr';
|
|
23
|
+
import { V1_connectionPointerModelSchema } from './V1_ConnectionSerializationHelper.js';
|
|
24
|
+
|
|
25
|
+
const V1_SNOWFLAKE_APP_DEPLOYMENT_CONFIGURATION_APP_TYPE =
|
|
26
|
+
'snowflakeDeploymentConfiguration';
|
|
27
|
+
|
|
28
|
+
export const V1_SnowflakeAppDeploymentConfigurationAppModelSchema =
|
|
29
|
+
createModelSchema(V1_SnowflakeAppDeploymentConfiguration, {
|
|
30
|
+
_type: usingConstantValueSchema(
|
|
31
|
+
V1_SNOWFLAKE_APP_DEPLOYMENT_CONFIGURATION_APP_TYPE,
|
|
32
|
+
),
|
|
33
|
+
activationConnection: usingModelSchema(V1_connectionPointerModelSchema),
|
|
34
|
+
});
|
|
@@ -38,10 +38,12 @@ import {
|
|
|
38
38
|
V1_LegacyRuntime,
|
|
39
39
|
V1_RuntimePointer,
|
|
40
40
|
V1_StoreConnections,
|
|
41
|
+
V1_ConnectionStores,
|
|
41
42
|
} from '../../../model/packageableElements/runtime/V1_Runtime.js';
|
|
42
43
|
import {
|
|
43
44
|
V1_serializeConnectionValue,
|
|
44
45
|
V1_deserializeConnectionValue,
|
|
46
|
+
V1_connectionPointerModelSchema,
|
|
45
47
|
} from './V1_ConnectionSerializationHelper.js';
|
|
46
48
|
import type { PureProtocolProcessorPlugin } from '../../../../PureProtocolProcessorPlugin.js';
|
|
47
49
|
|
|
@@ -86,12 +88,19 @@ export const V1_setupEngineRuntimeSerialization = (
|
|
|
86
88
|
),
|
|
87
89
|
id: primitive(),
|
|
88
90
|
});
|
|
91
|
+
createModelSchema(V1_ConnectionStores, {
|
|
92
|
+
connectionPointer: usingModelSchema(V1_connectionPointerModelSchema),
|
|
93
|
+
storePointers: list(
|
|
94
|
+
usingModelSchema(V1_packageableElementPointerModelSchema),
|
|
95
|
+
),
|
|
96
|
+
});
|
|
89
97
|
createModelSchema(V1_StoreConnections, {
|
|
90
98
|
store: usingModelSchema(V1_packageableElementPointerModelSchema),
|
|
91
99
|
storeConnections: list(object(V1_IdentifiedConnection)),
|
|
92
100
|
});
|
|
93
101
|
createModelSchema(V1_EngineRuntime, {
|
|
94
102
|
_type: usingConstantValueSchema(V1_RuntimeType.ENGINE_RUNTIME),
|
|
103
|
+
connectionStores: list(object(V1_ConnectionStores)),
|
|
95
104
|
connections: list(object(V1_StoreConnections)),
|
|
96
105
|
mappings: list(usingModelSchema(V1_packageableElementPointerModelSchema)),
|
|
97
106
|
});
|
|
@@ -217,9 +217,9 @@ const keyedExecutionParamaterModelSchema = createModelSchema(
|
|
|
217
217
|
|
|
218
218
|
const pureMultiExecutionModelSchema = createModelSchema(V1_PureMultiExecution, {
|
|
219
219
|
_type: usingConstantValueSchema(V1_ServiceExecutionType.PURE_MULTI_EXECUTION),
|
|
220
|
-
executionKey: primitive(),
|
|
221
|
-
executionParameters:
|
|
222
|
-
usingModelSchema(keyedExecutionParamaterModelSchema),
|
|
220
|
+
executionKey: optional(primitive()),
|
|
221
|
+
executionParameters: optional(
|
|
222
|
+
list(usingModelSchema(keyedExecutionParamaterModelSchema)),
|
|
223
223
|
),
|
|
224
224
|
func: usingModelSchema(V1_rawLambdaModelSchema),
|
|
225
225
|
});
|
package/src/index.ts
CHANGED
|
@@ -75,7 +75,8 @@ export * from './graph/metamodel/pure/packageableElements/service/TableRowIdenti
|
|
|
75
75
|
export * from './graph/metamodel/pure/packageableElements/service/TablePtr.js';
|
|
76
76
|
export { FunctionActivator } from './graph/metamodel/pure/packageableElements/function/FunctionActivator.js';
|
|
77
77
|
export { INTERNAL__UnknownFunctionActivator } from './graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.js';
|
|
78
|
-
|
|
78
|
+
export { SnowflakeApp } from './graph/metamodel/pure/packageableElements/function/SnowflakeApp.js';
|
|
79
|
+
export { SnowflakeAppDeploymentConfiguration } from './graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.js';
|
|
79
80
|
// --------------------------------------------- VALUE SPECIFICATION --------------------------------------------------
|
|
80
81
|
|
|
81
82
|
// metamodels
|
|
@@ -378,6 +379,7 @@ export * from './graph-manager/action/changeDetection/DSL_ExternalFormat_Observe
|
|
|
378
379
|
export * from './graph-manager/action/changeDetection/DSL_Service_ObserverHelper.js';
|
|
379
380
|
export * from './graph-manager/action/changeDetection/DSL_Generation_ObserverHelper.js';
|
|
380
381
|
export * from './graph-manager/action/changeDetection/Testable_ObserverHelper.js';
|
|
382
|
+
export * from './graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.js';
|
|
381
383
|
|
|
382
384
|
// ------------------------------------- DSL Data --------------------------------------------
|
|
383
385
|
|
package/tsconfig.json
CHANGED
|
@@ -112,6 +112,8 @@
|
|
|
112
112
|
"./src/graph/metamodel/pure/executionPlan/result/TDSColumn.ts",
|
|
113
113
|
"./src/graph/metamodel/pure/executionPlan/result/TDSResultType.ts",
|
|
114
114
|
"./src/graph/metamodel/pure/executionPlan/result/VoidResultType.ts",
|
|
115
|
+
"./src/graph/metamodel/pure/functionActivator/DeploymentConfiguration.ts",
|
|
116
|
+
"./src/graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.ts",
|
|
115
117
|
"./src/graph/metamodel/pure/packageableElements/INTERNAL__UnknownPackageableElement.ts",
|
|
116
118
|
"./src/graph/metamodel/pure/packageableElements/PackageableElement.ts",
|
|
117
119
|
"./src/graph/metamodel/pure/packageableElements/PackageableElementReference.ts",
|
|
@@ -159,6 +161,7 @@
|
|
|
159
161
|
"./src/graph/metamodel/pure/packageableElements/function/ConcreteFunctionDefinition.ts",
|
|
160
162
|
"./src/graph/metamodel/pure/packageableElements/function/FunctionActivator.ts",
|
|
161
163
|
"./src/graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.ts",
|
|
164
|
+
"./src/graph/metamodel/pure/packageableElements/function/SnowflakeApp.ts",
|
|
162
165
|
"./src/graph/metamodel/pure/packageableElements/generationSpecification/AbstractGenerationSpecification.ts",
|
|
163
166
|
"./src/graph/metamodel/pure/packageableElements/generationSpecification/GenerationSpecification.ts",
|
|
164
167
|
"./src/graph/metamodel/pure/packageableElements/generationSpecification/ModelGenerationSpecification.ts",
|
|
@@ -329,6 +332,7 @@
|
|
|
329
332
|
"./src/graph-manager/action/changeDetection/DSL_Data_ObserverHelper.ts",
|
|
330
333
|
"./src/graph-manager/action/changeDetection/DSL_ExecutionEnvironment_ObseverHelper.ts",
|
|
331
334
|
"./src/graph-manager/action/changeDetection/DSL_ExternalFormat_ObserverHelper.ts",
|
|
335
|
+
"./src/graph-manager/action/changeDetection/DSL_FunctionActivatorObserverHelper.ts",
|
|
332
336
|
"./src/graph-manager/action/changeDetection/DSL_Generation_ObserverHelper.ts",
|
|
333
337
|
"./src/graph-manager/action/changeDetection/DSL_Mapping_ObserverHelper.ts",
|
|
334
338
|
"./src/graph-manager/action/changeDetection/DSL_Service_ObserverHelper.ts",
|
|
@@ -402,9 +406,12 @@
|
|
|
402
406
|
"./src/graph-manager/protocol/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.ts",
|
|
403
407
|
"./src/graph-manager/protocol/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.ts",
|
|
404
408
|
"./src/graph-manager/protocol/pure/v1/engine/externalFormat/V1_GenerateSchemaInput.ts",
|
|
409
|
+
"./src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentConfiguration.ts",
|
|
410
|
+
"./src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_DeploymentResult.ts",
|
|
405
411
|
"./src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.ts",
|
|
406
412
|
"./src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.ts",
|
|
407
413
|
"./src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInput.ts",
|
|
414
|
+
"./src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_SnowflakeAppDeploymentConfiguration.ts",
|
|
408
415
|
"./src/graph-manager/protocol/pure/v1/engine/generation/V1_ArtifactGenerationExtensionApi.ts",
|
|
409
416
|
"./src/graph-manager/protocol/pure/v1/engine/generation/V1_DatabaseBuilderInput.ts",
|
|
410
417
|
"./src/graph-manager/protocol/pure/v1/engine/generation/V1_FileGenerationInput.ts",
|
|
@@ -519,6 +526,7 @@
|
|
|
519
526
|
"./src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_ConcreteFunctionDefinition.ts",
|
|
520
527
|
"./src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.ts",
|
|
521
528
|
"./src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.ts",
|
|
529
|
+
"./src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_SnowflakeApp.ts",
|
|
522
530
|
"./src/graph-manager/protocol/pure/v1/model/packageableElements/generationSpecification/V1_AbstractGenerationSpecification.ts",
|
|
523
531
|
"./src/graph-manager/protocol/pure/v1/model/packageableElements/generationSpecification/V1_GenerationSpecification.ts",
|
|
524
532
|
"./src/graph-manager/protocol/pure/v1/model/packageableElements/generationSpecification/V1_ModelGenerationSpecification.ts",
|
|
@@ -694,6 +702,7 @@
|
|
|
694
702
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_DomainTransformer.ts",
|
|
695
703
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ExecutionEnvironmentTransformer.ts",
|
|
696
704
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FlatDataTransformer.ts",
|
|
705
|
+
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_FunctionActivatorTransformer.ts",
|
|
697
706
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_GenerationSpecificationTransformer.ts",
|
|
698
707
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_GraphTransformerContext.ts",
|
|
699
708
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.ts",
|
|
@@ -730,6 +739,7 @@
|
|
|
730
739
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_DomainBuilderHelper.ts",
|
|
731
740
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FileGenerationBuilderHelper.ts",
|
|
732
741
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FlatDataStoreBuilderHelper.ts",
|
|
742
|
+
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_FunctionActivatorBuilderHelper.ts",
|
|
733
743
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_GenerationSpecificationBuilderHelper.ts",
|
|
734
744
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MappingBuilderHelper.ts",
|
|
735
745
|
"./src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MilestoneBuilderHelper.ts",
|
|
@@ -756,6 +766,7 @@
|
|
|
756
766
|
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.ts",
|
|
757
767
|
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ExecutionEnvironmentSerializationHelper.ts",
|
|
758
768
|
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FileGenerationSerializationHelper.ts",
|
|
769
|
+
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_FunctionActivatorSerializationHelper.ts",
|
|
759
770
|
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_GenerationSpecificationSerializationHelper.ts",
|
|
760
771
|
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.ts",
|
|
761
772
|
"./src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MilestoningSerializationHelper.ts",
|