# File: __init__.py # Path: apps/etl/src/airiskindex_etl/__init__.py # Project: AI Risk Index — airiskindex.io # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # Copyright © 2026 Simon-Pierre Boucher. All rights reserved. # # Description: ETL package: raw source dumps -> derived artifacts -> Postgres. """AI Risk Index ETL: raw source dumps -> derived artifacts -> Postgres. Raw data is never edited in place (CLAUDE.md §1); every derived artifact gets a manifest JSON (hashes + row counts) — only manifests are committed. Source catalogue with verified URLs: docs/research/02-data-sources.md. """