gitextract_czkzynip/ ├── .github/ │ └── workflows/ │ ├── copy-to-documenation-branch.yml │ └── linkchecker.yml ├── .gitignore ├── Code Examples/ │ ├── #102 Spark Week Day 3.txt │ ├── GenAI-RAG/ │ │ ├── conversations.json │ │ ├── cvpipeline.py │ │ ├── docker-compose.yml │ │ ├── index.py │ │ └── query.py │ └── Movies.txt ├── FUNDING.yml ├── LICENSE ├── README.md ├── images/ │ └── Data-Engineering-Roadmap-for.textClipping └── sections/ ├── 01-Introduction.md ├── 02-BasicSkills.md ├── 03-AdvancedSkills.md ├── 04-HandsOnCourse.md ├── 05-CaseStudies.md ├── 06-BestPracticesCloud.md ├── 07-DataSources.md ├── 08-InterviewQuestions.md ├── 09-BooksAndCourses.md └── 10-Updates.md