Output only. Configuration for metadata publishing.
BigQueryPublishing
Describes BigQuery publishing configurations.
JSON representation
{"dataset": string}
Fields
dataset
string
Output only. The BigQuery dataset to publish to. It takes the form projects/{projectId}/datasets/{dataset_id}. If not set, the service creates a default publishing dataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-05 UTC."],[[["The content details the JSON representation and fields for `bigqueryPublishing` within a data discovery scan."],["`bigqueryPublishing` is an object that configures metadata publishing."],["The JSON representation of `bigqueryPublishing` includes a `dataset` field."],["The `dataset` field, which is a string, specifies the BigQuery dataset to which metadata is published, in the format `projects/{projectId}/datasets/{dataset_id}`."]]],[]]