diff --git a/shared/projects/dbt/f1/models/stats/__stats.yml b/shared/projects/dbt/f1/models/stats/__stats.yml index 0b66821d..dbf6f7d8 100644 --- a/shared/projects/dbt/f1/models/stats/__stats.yml +++ b/shared/projects/dbt/f1/models/stats/__stats.yml @@ -122,7 +122,7 @@ models: description: "The number of fastest laps recorded by the driver." - name: most_podiums - description: "This model ranks the top 20 drivers based on the number of podium finishes achieved, including a breakdown of 1st, 2nd, and 3rd place finishes." + description: "This model ranks the top 20 drivers based on the number of podium finishes achieved." columns: - name: rank @@ -134,15 +134,6 @@ models: - name: podiums description: "The number of podium finishes achieved by the driver." - - name: p1 - description: "The number of times the driver finished in 1st place." - - - name: p2 - description: "The number of times the driver finished in 2nd place." - - - name: p3 - description: "The number of times the driver finished in 3rd place." - - name: most_pole_positions description: "This model ranks the top 20 drivers based on the number of pole positions achieved in their Formula 1 career."