From fc5b2352794520086897769b0cb28ef843747955 Mon Sep 17 00:00:00 2001 From: Dmitry Dementev Date: Sat, 6 Dec 2025 21:39:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B5=D1=82=D0=B0=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D1=85=20=D0=B4=D0=BB=D1=8F=20=D1=80=D0=BE=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 +- airflow-docker/AGENTS.md | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 4d99aab..994938c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # Repository Guidelines -This repository contains an educational manual for Apache Airflow with runnable examples. The root holds the written guides; `airflow-docker/` provides a self-contained Docker setup to run and explore DAGs. +This repository contains an educational manual for Apache Airflow with runnable examples. The root holds the written guides; `airflow-docker/` provides a self-contained Docker setup to run and explore DAGs. The course and examples target Apache Airflow **2.9.x**. ## Project Structure & Module Organization - Root `01-09 *.md`: step-by-step articles (RU). diff --git a/airflow-docker/AGENTS.md b/airflow-docker/AGENTS.md index 6803d8e..ac29e1f 100644 --- a/airflow-docker/AGENTS.md +++ b/airflow-docker/AGENTS.md @@ -7,9 +7,8 @@ This file provides guidance for AI agents working on the educational Airflow set ``` airflow-docker/ -├── docker-compose.yml # Docker configuration -├── .env # Hardcoded environment variables -├── dags/ # DAG files for learning +├── docker-compose.yml # Docker configuration and environment +├── dags/ # DAG files for learning │ ├── hello_world_dag.py # Basic Python operators │ ├── sql_basic_dag.py # SQL operations │ ├── file_operations_dag.py # File processing @@ -118,8 +117,7 @@ docker-compose logs postgres-metadata ## 📚 Key Files to Examine ### Configuration Files -- [`docker-compose.yml`](docker-compose.yml) - Main Docker configuration -- [`.env`](.env) - Environment variables +- [`docker-compose.yml`](docker-compose.yml) - Main Docker configuration and environment variables - [`requirements.txt`](requirements.txt) - Python dependencies ### Sample Data Files @@ -184,4 +182,4 @@ docker-compose logs postgres-metadata ### For New DAGs - Include comprehensive docstring in Russian - Describe learning objectives clearly -- Provide step-by-step task explanations \ No newline at end of file +- Provide step-by-step task explanations