Improved
🚀 Partner Data Warehouse Aligns with Partner API
October 23rd, 2025
Launch of Migration
We’re aligning Partner Data Warehouse with Partner API!
Starting soon, new data models will expand coverage to match (or even exceed) the Partner API — a major step requested by many of our partners.
🗓 Release Timeline
- Week 45 (First full week of November 2025): ✅ No breaking changes:
- We release first migrated tables with the
FUTURE__prefix.
- We release first migrated tables with the
- End of 2025: ✅ No breaking changes:
- All
FUTURE__tables are released.
- All
- Week 15 (First full week of April 2026): ⚠️ First breaking change:
FUTURE__tables mirrored to main tables.- old tables added the
DEPRECATED__prefix.
- Week 28 (First full week of July 2026): ⚠️ Second breaking change
- removal of all
FUTURE__andDEPRECATED__tables.
- removal of all
🔄 What’s Changing
- Expanded data coverage: Partner Data Warehouse will now match the Partner API.
- More and improved fields: Some tables will gain new columns.
- Standardized IDs:
- Primary keys →
id - Foreign keys →
{table_name_singular}_id(e.g.team_idlinks toidinteams)
- Primary keys →
All new models will contain the same or more data than your current ones.
⚙️ How Migration Works
- New tables released (✅ No breaking changes)
- Week 45 and finished by Year End 2025
- new tables appear with a
FUTURE__prefix.
- Migration period (3 months)
- Migrate your queries and reports to
FUTURE__tables by Week 15 (first full week of April 2026).
- Migrate your queries and reports to
- Mirroring & renaming ( ⚠️ Breaking change).
- Week 15 - first full week of April - 2026
- main tables aligned with
FUTURE__(FUTURE__tables continue to be available) - old tables renamed
DEPRECATED__
- Cleanup period (3 months)
- Remove
FUTURE__prefixes in your code by Week 28 (first full week in July 2026).
- Remove
- Final removal ( ⚠️ Breaking change)
- Week 28 (First full week of July 2026).
- All
FUTURE__andDEPRECATED__tables deleted
💡 Why It Matters
This migration ensures:
- Full alignment between Partner Data Warehouse and Partner API.
- Consistent identifiers and easier data joins.
- Improved data quality and coverage across all tables.
- Clear, updated documentation before the final rollout
- Thorough data quality testing implemented on all new tables
📢 What You Can Do Now
- Prepare to migrate to
FUTURE__tables during the migration period - Start reviewing your existing queries and reports to pan out what work is needed
- Watch for upcoming announcements of table and documentation releases
