Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
List assignment tables. The assignment tables are returned in no particular order.
curl --request GET \
--url https://metrics.eu.confidence.dev/v1/assignmentTables \
--header 'Authorization: Bearer <token>'{
"assignmentTables": [
{
"sql": "<string>",
"displayName": "<string>",
"entityColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"timestampColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"exposureKeyColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"variantKeyColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"state": "TABLE_STATE_UNSPECIFIED",
"schemaValidationJob": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"description": "<string>",
"timestampTruncation": {
"window": "TRUNCATION_WINDOW_UNSPECIFIED",
"behaviour": "TRUNCATION_BEHAVIOR_UNSPECIFIED",
"timeZone": "TRUNCATION_TIME_ZONE_UNSPECIFIED"
},
"dimensions": [
{
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
}
],
"assignmentDataDeliveredUntilTime": {},
"partitionedUpdateStrategyState": {
"currentPartitionLastCheckTime": {},
"existsCheckDuration": {},
"state": "STATE_UNSPECIFIED",
"usualLateness": {},
"count": 123
},
"error": {
"message": "<string>",
"details": [
"<string>"
]
},
"dataDeliveredUntilUpdateStrategyConfig": {
"strategy": "STRATEGY_UNSPECIFIED",
"disableEmptyPartitions": true,
"automaticUpdateConfig": {
"commitDelay": {},
"incrementDuration": {},
"changeThreshold": {
"value": "<string>"
}
},
"dailyUpdateConfig": {
"maxZeroDuration": {}
},
"hourlyUpdateConfig": {
"maxZeroDuration": {}
}
},
"deleteTime": {},
"labels": [
{}
],
"owner": "<string>",
"systemCreated": true
}
],
"nextPageToken": "<string>"
}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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of assignment tables to fetch.
Token used for pagination.
Filtering for assignment tables, follows the lucene query string format for example 'name: "assignmentTables/abc"', see AssignmentTable type for available fields.
If deleted assignment tables should be included.
Provide fields and direction to sort by. Will always tiebreak on name. Format: {"<"}field_0{">"}:{"<"}direction{">"}, {"<"}field_1{">"}:{"<"}direction{">"} Example: displayName:desc,createTime:asc
OK
AssignmentTable: List of matching assignment tables.
Show child attributes
Token to fetch the next page, empty if no more pages.
Was this page helpful?
curl --request GET \
--url https://metrics.eu.confidence.dev/v1/assignmentTables \
--header 'Authorization: Bearer <token>'{
"assignmentTables": [
{
"sql": "<string>",
"displayName": "<string>",
"entityColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"timestampColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"exposureKeyColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"variantKeyColumn": {
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
},
"state": "TABLE_STATE_UNSPECIFIED",
"schemaValidationJob": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"description": "<string>",
"timestampTruncation": {
"window": "TRUNCATION_WINDOW_UNSPECIFIED",
"behaviour": "TRUNCATION_BEHAVIOR_UNSPECIFIED",
"timeZone": "TRUNCATION_TIME_ZONE_UNSPECIFIED"
},
"dimensions": [
{
"name": "<string>",
"type": "COLUMN_TYPE_UNSPECIFIED",
"repeated": true
}
],
"assignmentDataDeliveredUntilTime": {},
"partitionedUpdateStrategyState": {
"currentPartitionLastCheckTime": {},
"existsCheckDuration": {},
"state": "STATE_UNSPECIFIED",
"usualLateness": {},
"count": 123
},
"error": {
"message": "<string>",
"details": [
"<string>"
]
},
"dataDeliveredUntilUpdateStrategyConfig": {
"strategy": "STRATEGY_UNSPECIFIED",
"disableEmptyPartitions": true,
"automaticUpdateConfig": {
"commitDelay": {},
"incrementDuration": {},
"changeThreshold": {
"value": "<string>"
}
},
"dailyUpdateConfig": {
"maxZeroDuration": {}
},
"hourlyUpdateConfig": {
"maxZeroDuration": {}
}
},
"deleteTime": {},
"labels": [
{}
],
"owner": "<string>",
"systemCreated": true
}
],
"nextPageToken": "<string>"
}