Data Pipeline - CI/CD用語集の定義
data pipeline は、データをソースから宛先へ移動および変換する、オーケストレーションされた一連のステップです。CI の pipeline と同様に、順序付けされ依存関係を考慮したステージ、retry、スケジューリングを持ちます。
関連ガイド
ETL - CI/CD Glossary DefinitionETL is Extract, Transform, Load - pull data from sources, reshape it, then load the cleaned result into a des…
ELT - CI/CD Glossary DefinitionELT is Extract, Load, Transform - load raw data into the warehouse first, then transform it in place using th…
Data Lineage - CI/CD Glossary DefinitionData lineage tracks where data came from and how it was transformed through each pipeline stage - essential f…