arrow-trend-upexport_nps_response_trend

Each row represents one response-to-trend association, linking an NPS response to a specific trend.

Example Query

-- Incremental load: fetch new and updated records since last sync
SELECT *
FROM export_nps_response_trend
WHERE updated_at >= '2024-01-15T00:00:00Z';

Fields

Field
Type
Description

id

string

Response-trend link ID

type

string

NPS category: Promoter, Passive, or Detractor

response_id

string

Associated NPS response ID

trend_id

string

Associated trend ID

trend_name

string

Trend display name

provider_organization_id

string

Organization ID

created_at

time

When the record was created

updated_at

time

When the record was last updated

Last updated