Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Represents the calculation of an a exposure table for a specific time window from an assignment table.
The exposure table to calculate.
Show child attributes
Start time of the calculation.
End time of the calculation.
Resource name of the entity that is being exposed.
Current state of the calculation.
STATE_UNSPECIFIED, STATE_FAILED, STATE_RUNNING, STATE_COMPLETED, STATE_CANCELLED Resource name of the corresponding job.
The iteration of the schedule that this calculation belongs to.
The warehouse-specific query that is used to perform the calculation.
Resource name of the exposure table.
Time when the exposure calculation was first created.
Time when the exposure calculation was last updated.
Reference to the identity that created this exposure calculation.
Reference to the identity that last updated this exposure calculation.
Unique identifier of the exposure calculation.
For example: exposureCalculations/0smva5nxuhv4yts6paxt
Resource name of the calculation if originating from a schedule.
Determines whether this calculation overlaps with a retriggered range
If the underlying tables changed for the queried values since running the calculation, this contains information about what changed and where.
Show child attributes
Descriptive error if the calculation failed.
Custom labels for this exposure calculation.
Show child attributes
The owner of the resource. If not set will default to the creator.
Was this page helpful?
{
"exposureCalculationSpec": {
"assignmentTable": "<string>",
"exposureKey": "<string>",
"groups": [
{
"group": "<string>",
"variantKey": "<string>"
}
],
"splitDimensions": [
"<string>"
],
"filters": [
{
"factTable": "<string>",
"displayName": "<string>"
}
],
"entityFilters": [
{
"dimensionTable": "<string>"
}
]
},
"startTime": {},
"endTime": {},
"entity": "<string>",
"state": "STATE_UNSPECIFIED",
"sqlJob": "<string>",
"scheduleIteration": {},
"sql": "<string>",
"exposureTable": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"schedule": "<string>",
"retriggered": true,
"error": "<string>",
"labels": [
{}
],
"owner": "<string>"
}