Scheduling(调度)¶
In Foundry's data integration layer, a schedule is a key concept enabling data to stay up to date for end users who rely on data in a pipeline. Foundry's scheduling capabilities are designed to support all types of data pipelines, and provide considerable flexibility when creating scheduled builds.
Scheduled builds can be configured to run:
- At certain times
- When data has been updated
- When logic has been updated
- Any combination of the above conditions
Scheduled builds can be configured to build:
- A single dataset
- A single dataset and all its dependencies
- All datasets that depend on a dataset
- All datasets that connect two datasets
- Any combination of the above configurations
中文翻译¶
调度¶
在 Foundry 的数据集成层中,调度(Schedule) 是一个核心概念,能够确保依赖数据管道(Pipeline)中数据的最终用户始终获取最新数据。Foundry 的调度功能旨在支持所有类型的数据管道,并在创建计划构建(Scheduled Builds)时提供极大的灵活性。
计划构建可配置为在以下条件下运行:
- 特定时间
- 数据更新时
- 逻辑更新时
- 上述条件的任意组合
计划构建可配置为构建以下对象:
- 单个数据集(Dataset)
- 单个数据集及其所有依赖项
- 依赖于某个数据集的所有数据集
- 连接两个数据集的所有数据集
- 上述配置的任意组合