The Data Warehouse Toolkit: The Definitive Guide to Dimensional Modeling, Ralph Kimball and Margy Ross, 2013 (John Wiley & Sons, Inc.) - A foundational text for data warehousing and ETL, covering the systematic design of data extraction, transformation, and loading processes, inherently discussing their interdependencies.
Fundamentals of Data Engineering: Plan and Build Data Systems, Joe Reis, Matt Housley, 2022 (O'Reilly Media) - Offers a modern perspective on building data pipelines, detailing workflow orchestration, task dependencies, and parallel execution within an ETL context.
Apache Airflow Documentation: Core Concepts, The Apache Software Foundation, 2024 (The Apache Software Foundation) - Official documentation explaining Directed Acyclic Graphs (DAGs), tasks, and operators, which are practical implementations of workflow and dependency management in data pipelines.