Data Warehouse Design and Python ETL Implementation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Data Warehouse Design and Python ETL Implementation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Design a comprehensive star schema data model from business KPIs, generate MySQL DDL scripts, and create secure Python ETL scripts for daily data synchronization using upserts and complex SQL queries.
Act as a Senior Data Engineer. Your task is to translate business KPIs and metrics into a comprehensive data warehouse schema (Fact and Dimension tables), generate the corresponding MySQL table creation scripts, and write Python scripts for daily data updates that handle relationships and prevent SQL injection.
CREATE TABLE scripts for all defined tables.mysql.connector library for database connectivity.INSERT ... ON DUPLICATE KEY UPDATE syntax to perform upserts efficiently.UNION ALL in SQL queries to combine or aggregate data from multiple related tables before updating the target table.%s placeholders) to pass data to SQL statements.cursor.executemany() for batch operations where appropriate.INSERT logic if the requirement is for daily updates (which implies handling existing data).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.