A guide to the basic concepts of Airflow and how to implement data engineering workflows in production
By Mike Metzger, Data Engineer Consultant @ Flexible Creations
An introduction to the components of Apache Airflow and why to use them
A guide to the basic concepts of Airflow and how to implement data engineering workflows in production
By Mike Metzger, Data Engineer Consultant @ Flexible Creations
An introduction to the components of Apache Airflow and why to use them
| # pip install docxcompose | |
| # Combines all word files under docs folder | |
| import os | |
| from pathlib import Path | |
| from docxcompose.composer import Composer | |
| from docx import Document as Document_compose | |