@finos/legend-extension-dsl-data-quality
Version:
Legend extension for Data Quality
29 lines • 3.31 kB
TypeScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { V1_DataQualityRootGraphFetchTree } from '../model/graphFetch/V1_DataQualityRootGraphFetchTree.js';
import { type V1_DataQualityExecutionContext, type V1_DataQualityClassValidationsConfiguration, type V1_DataQualityRelationValidation, type V1_DataQualityRelationValidationsConfiguration, type V1_DataQualityServiceValidationsConfiguration, type V1_DataQualityRelationComparisonConfiguration } from '../V1_DataQualityValidationConfiguration.js';
import { type DataQualityExecutionContext, DataQualityRelationValidation } from '../../../../../graph/metamodel/pure/packageableElements/data-quality/DataQualityValidationConfiguration.js';
import { type V1_GraphBuilderContext, type Class, type GraphFetchTree, type V1_GraphFetchTree, type V1_RootGraphFetchTree, V1_ProcessingContext } from '@finos/legend-graph';
export declare function V1_buildDataQualityExecutionContext(dataQualityExecutionContext: V1_DataQualityExecutionContext, graphContext: V1_GraphBuilderContext): DataQualityExecutionContext;
export declare function V1_buildGraphFetchTree(graphFetchTree: V1_GraphFetchTree, context: V1_GraphBuilderContext, parentClass: Class | undefined, openVariables: string[], processingContext: V1_ProcessingContext, canResolveLocalProperty?: boolean | undefined): GraphFetchTree;
export declare function V1_buildDataQualityGraphFetchTree(graphFetchTree: V1_GraphFetchTree, context: V1_GraphBuilderContext, parentClass: Class | undefined, openVariables: string[], processingContext: V1_ProcessingContext, canResolveLocalProperty?: boolean | undefined): GraphFetchTree;
export declare function V1_buildDataQualityRelationValidation(validation: V1_DataQualityRelationValidation, context: V1_GraphBuilderContext): DataQualityRelationValidation;
export declare function V1_transformRootGraphFetchTreeToDataQualityRootGraphFetchTree(rootGraphFetchTree: V1_RootGraphFetchTree): V1_DataQualityRootGraphFetchTree;
export declare function V1_buildDataQualityClassValidationConfiguration(elementProtocol: V1_DataQualityClassValidationsConfiguration, context: V1_GraphBuilderContext): void;
export declare function V1_buildDataQualityRelationValidationConfiguration(elementProtocol: V1_DataQualityRelationValidationsConfiguration, context: V1_GraphBuilderContext): void;
export declare function V1_buildDataQualityServiceValidationConfiguration(elementProtocol: V1_DataQualityServiceValidationsConfiguration, context: V1_GraphBuilderContext): void;
export declare function V1_buildDataQualityRelationComparisonConfiguration(elementProtocol: V1_DataQualityRelationComparisonConfiguration, context: V1_GraphBuilderContext): void;
//# sourceMappingURL=V1_DSL_DataQuality_ValueSpecificationBuilderHelper.d.ts.map