Execute `make gold_table` and systematically fix all errors encountered in the PySpark gold layer file using specialized agents. Errors may be code-based (syntax, type, runtime) or logical (incorrect joins, missing data, business rule violations).
# PySpark Error Fixing Command ## Objective Execute `make gold_table` and systematically fix all errors encountered in the PySpark gold layer file using specialized agents. Errors may be code-based (syntax, type, runtime) or logical (incorrect joins, missing data, business rule violations). ## Agent Workflow (MANDATORY) ### Phase 1: Error Fixing with pyspark-engineer **CRITICAL**: All PySpark error fixing MUST be performed by the `pyspark-engineer` agent. Do NOT attempt to fix errors directly. 1. Launch the `pyspark-engineer` agent with: - Full error stack trace and context - Targ...