Creates a new data view for a knowledge source, providing controlled access through a service account. This endpoint requires credits and meters setup work based on the number of warehouse operations performed for the request.
Documentation Index
Fetch the complete documentation index at: https://developers.datagrid.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 name of the BigQuery dataset containing views to the data. Your organization's domain will be automatically prepended to the name.
The id of the knowledge to create a data view for.
The id of the service account that will access this data view.
Successfully created data view
The data_view object represents a view into a knowledge source that can be accessed through a service account.
The object type, which is always data_view.
data_view The data view identifier.
The name of the BigQuery dataset containing views to the data.
The ISO string for when the data view was created.
The id of the knowledge this data view is for.
The id of the service account that can access this data view.
Credit consumption for this data-view creation. consumed reflects the warehouse setup work billed for the request. null when the billing write fails after the data view is successfully created.