Files
Brian Borghei 1b94825098 fix(data-analytics): resolve code quality issues in analytics-engineer skill
- Fix doc_generator.py test name parsing (was extracting project name instead of test type)
- Add resource_type filter to doc_generator.py and quality_scorer.py to prevent non-deterministic node matching
- Use collections.deque for O(1) BFS in impact_analyzer.py
- Fix schema_diff.py model name fallback to use node_id suffix instead of full ID
- Replace emoji with plain ASCII labels in CLI output across all scripts
- Fix hardcoded 'redshift' profile in dbt_project.yml template
- Add dbt_utils dependency note in schema.yml
- Add incremental-only warning to macros.sql get_incremental_filter
- Fix duplicate word typo in optimization.md
- Clarify SELECT * rule in dbt_style_guide.md (terminal CTE pattern is acceptable)
2026-03-21 14:50:46 +01:00
..