🧭✨Future Applications (NEW)

✨ NEW TABLE - December 2025

🛠️ Partner API Alignment Migration

🧭 This table represents the post-migration state for applications.

1️⃣ Migrate to this table by April 2026

2️⃣ Between April 2026 and July 2026, remove FUTURE__ prefix

Contains application data filtered for specific operators and their parent operators. This model provides a focused view of applications relevant to particular operator relationships, including application metadata and lifecycle information.

SQL: FUTURE__applications

Schema

Column NameData TypeDescription
Primary ID
idINTEGERPrimary key
Other IDs
operator_idINTEGERUnique identifier for the operator associated with the application
parent_operator_idINTEGERIdentifier for the parent operator in hierarchical operator relationships
Timestamps
created_atTIMESTAMP_NTZTimestamp when the application record was originally created
deleted_atTIMESTAMP_NTZTimestamp when the application was marked as deleted, null if still active
operator_deleted_atTIMESTAMP_NTZTimestamp when the associated operator was deleted, null if operator is still active
Attributes
application_nameVARCHARDisplay name or title of the application

Changes from Last Version

Added columns (1):

  • operator_deleted_at

Removed columns (0):

  • no columns were removed

Renamed columns (1):

  • application_id → id

Data inclusion criteria

This table works with operator_id or parent_operator_idmust match the operator's ID.

Data flow

Upstream tablesDownstream tables
------

Alignment

applications table

exclude rows where operator_deleted_at is not null

where operator_deleted_at is null