Skip to main content

AFL Platform Update - 16th February 2026

Products Updated​

  • AFL Warehouse updated to v1.2.0

AFL Warehouse Updates​

Match Statistics Flow table​

This update adds the STATISTICS.MATCH_STATS_FLOW table. This returns all the occurrences of each metric in each match at the point in time it was recorded and (where applicable) the time it happened.

Restricted Metrics​

As per the AFL API's match statistics flow endpoint, the following metrics aren't available in this table:

  • CHAIN_METRES
  • METRES_GAINED
  • PLAYER_RATING
  • RANKING_POINTS
  • TIME_ON_GROUND
  • TIME_REMAINING_PCT

Match Venue Dimensions​

This update adds venue length and width to FIXTURES.MATCHES and FIXTURES.MATCHES_BY_SQUAD.

  • VENUE_LENGTH
  • VENUE_WIDTH

League Level Id Column​

Ahead of adding Tier 2 Competitions to the Warehouse, a LEVEL_ID column has been added to every table that has LEAGUE_ID, so data for Reserves, U18 and U16 matches can be identified separately.

Matches Played Bug Fix​

This update fixes an issue with STATISTICS.SQUAD_STATS_BY_SEASON and PLAYER_STATS_BY_SEASON where the MATCHES_PLAYED column was incorrectly counting Pre-Season matches.