Обновление метаданных для роботов
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Repository Guidelines
|
# 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
|
## Project Structure & Module Organization
|
||||||
- Root `01-09 *.md`: step-by-step articles (RU).
|
- Root `01-09 *.md`: step-by-step articles (RU).
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ This file provides guidance for AI agents working on the educational Airflow set
|
|||||||
|
|
||||||
```
|
```
|
||||||
airflow-docker/
|
airflow-docker/
|
||||||
├── docker-compose.yml # Docker configuration
|
├── docker-compose.yml # Docker configuration and environment
|
||||||
├── .env # Hardcoded environment variables
|
├── dags/ # DAG files for learning
|
||||||
├── dags/ # DAG files for learning
|
|
||||||
│ ├── hello_world_dag.py # Basic Python operators
|
│ ├── hello_world_dag.py # Basic Python operators
|
||||||
│ ├── sql_basic_dag.py # SQL operations
|
│ ├── sql_basic_dag.py # SQL operations
|
||||||
│ ├── file_operations_dag.py # File processing
|
│ ├── file_operations_dag.py # File processing
|
||||||
@@ -118,8 +117,7 @@ docker-compose logs postgres-metadata
|
|||||||
## 📚 Key Files to Examine
|
## 📚 Key Files to Examine
|
||||||
|
|
||||||
### Configuration Files
|
### Configuration Files
|
||||||
- [`docker-compose.yml`](docker-compose.yml) - Main Docker configuration
|
- [`docker-compose.yml`](docker-compose.yml) - Main Docker configuration and environment variables
|
||||||
- [`.env`](.env) - Environment variables
|
|
||||||
- [`requirements.txt`](requirements.txt) - Python dependencies
|
- [`requirements.txt`](requirements.txt) - Python dependencies
|
||||||
|
|
||||||
### Sample Data Files
|
### Sample Data Files
|
||||||
@@ -184,4 +182,4 @@ docker-compose logs postgres-metadata
|
|||||||
### For New DAGs
|
### For New DAGs
|
||||||
- Include comprehensive docstring in Russian
|
- Include comprehensive docstring in Russian
|
||||||
- Describe learning objectives clearly
|
- Describe learning objectives clearly
|
||||||
- Provide step-by-step task explanations
|
- Provide step-by-step task explanations
|
||||||
|
|||||||
Reference in New Issue
Block a user