Skip to content

Commit cc18779

Browse files
authored
Merge pull request #6796 from keboola/zajca/DMD-1104
feat: BigQuery persisted alias VIEWs (DMD-1104)
2 parents 6e2e711 + f94338e commit cc18779

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

apiary.apib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4482,6 +4482,21 @@ An alias cannot be created from tables in an external bucket or from a table in
44824482
}
44834483
}
44844484
4485+
+ Response 202
4486+
Returned when the alias qualifies for BigQuery VIEW persistence (BigQuery non-linked bucket with BigQuery source table). Alias creation runs asynchronously via a storage job. To see job detail use [Job Detail API endpoint](#reference/jobs/manage-jobs/job-detail)
4487+
+ Body
4488+
4489+
{
4490+
"id": 11,
4491+
"status": "waiting",
4492+
"url": "https://connection.keboola.com/v2/storage/jobs/11",
4493+
"operationName": "aliasCreate",
4494+
"operationParams": {
4495+
"params": {
4496+
}
4497+
}
4498+
}
4499+
44854500
44864501
## Manage Alias Filters [/v2/storage/tables/{table_id}/alias-filter]
44874502

0 commit comments

Comments
 (0)