Add health checks to a Marketplace product(为 Marketplace 产品添加健康检查)¶
Use Foundry DevOps to include your Data Health checks in Marketplace products for other users to install and reuse. Learn how to create your first product.
Supported features¶
The following features are supported when adding health checks to Marketplace products:
- Health checks on datasets.
- Health check configuration validations are supported for all except:
- Dataset validations (for example, health checks involving secondary dataset validations).
- Path configuration validations (for example, health checks with source path validations).
- Health checks with configuration to create a Foundry issue.
- Monitoring views and check groups are automatically added as inputs, such that all health checks packaged in a group will be added to the provided input group during installation.
- Data expectation health checks are automatically added if a dataset transformation is packaged which contains a data expectation in the transformation logic. These types of checks cannot be manually added or removed by the packager, as they are part of the transforms logic.
Adding Data Health checks to products¶
To add a Data Health check to a product, first create a product, then add a dataset transformation or Pipeline Builder pipeline to your product. You can then package any checks that are associated with the output dataset(s) of your dataset transformation or pipeline using the Suggestions button.
中文翻译¶
为 Marketplace 产品添加健康检查¶
使用 Foundry DevOps 将您的数据健康检查(Data Health checks)纳入 Marketplace 产品中,供其他用户安装和复用。了解如何创建您的第一个产品。
支持的功能¶
为 Marketplace 产品添加健康检查时,支持以下功能:
- 数据集健康检查(Health checks on datasets)。
- 健康检查配置验证(Health check configuration validations)支持除以下情况外的所有场景:
- 数据集验证(Dataset validations)(例如,涉及辅助数据集验证的健康检查)。
- 路径配置验证(Path configuration validations)(例如,包含源路径验证的健康检查)。
- 配置为创建 Foundry 问题的健康检查。
- 监控视图和检查组会自动作为输入添加,因此打包在组中的所有健康检查将在安装过程中添加到提供的输入组中。
- 如果打包的数据集转换在转换逻辑中包含数据期望(Data expectation),则会自动添加数据期望健康检查。此类检查无法由打包者手动添加或移除,因为它们属于转换逻辑的一部分。
向产品添加数据健康检查¶
要向产品添加数据健康检查,首先创建一个产品,然后向产品中添加数据集转换或 Pipeline Builder 管道。之后,您可以使用建议按钮打包与数据集转换或管道的输出数据集关联的任何检查。