ETL-QS-Suite, CI-Pipeline und korrigierte Pfade/DB
Some checks failed
ETL-QS / etl-tests (push) Failing after 44s
Some checks failed
ETL-QS / etl-tests (push) Failing after 44s
- Pfad-Defaults im DAG auf das Repo-Checkout /opt/airflow/git/current umgestellt (include-Skripte + etl_cache) und Ziel-DB auf analytics_pg_duckdb festgelegt - tests/: Fixture-Generator (>=4 Dateien je Quell-Ordner mit Dubletten/ Edge-Cases) und End-to-End-Runner mit 45 Pruefungen gegen erwartete Ergebnisse, inkl. README - .forgejo/workflows: CI laeuft die ETL-QS bei Aenderungen an ETL-Skript, tests/ oder Geo-Referenz (python:3.12-Container, runs-on docker) - .gitignore: .venv_test/ und generierte tests/fixtures/ ausgeschlossen Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
9cacfd7ae2
commit
82c393408f
8 changed files with 691 additions and 0 deletions
4
tests/requirements.txt
Normal file
4
tests/requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Abhängigkeiten für die ETL-QS (tests/run_tests.py).
|
||||
# Versionen wie im Airflow-Environment des ETL-Skripts.
|
||||
pandas>=2.0
|
||||
openpyxl>=3.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue