Applications

Table name: applications

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: 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

Data inclusion criteria

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

Data flow

Upstream tablesDownstream tables
------

Did this page help you?