add 05-airflow

This commit is contained in:
jigoong
2026-03-03 00:10:00 +07:00
parent ac304e465d
commit ecd2d56975
7 changed files with 3927 additions and 0 deletions

5
05-airflow/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# Use an official Airflow image as a base
FROM apache/airflow:3.1.5-python3.12
# Install the airflow-code-editor plugin
RUN pip install "airflow-code-editor[git]"