Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schemas/metadata/metaschema/metaschema.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "string"
},
"bq_dataset_family": {
"description": "NOT YET IMPLEMENTED: The base name for the destination BigQuery dataset; if this is set to 'telemetry', the pipeline will write into 'telemetry_live'",
"description": "The base name for the destination BigQuery dataset; if this is set to 'telemetry', the pipeline will write into 'telemetry_live'",
"type": "string"
},
"bq_metadata_format": {
Expand All @@ -25,7 +25,7 @@
"type": "string"
},
"bq_table": {
"description": "NOT YET IMPLEMENTED: The name of the destination BigQuery table",
"description": "The name of the destination BigQuery table",
"type": "string"
},
"expiration_policy": {
Expand Down
4 changes: 2 additions & 2 deletions templates/metadata/metaschema/metaschema.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"bq_table": {
"type": "string",
"description": "NOT YET IMPLEMENTED: The name of the destination BigQuery table"
"description": "The name of the destination BigQuery table"
},
"bq_dataset_family": {
"type": "string",
"description": "NOT YET IMPLEMENTED: The base name for the destination BigQuery dataset; if this is set to 'telemetry', the pipeline will write into 'telemetry_live'"
"description": "The base name for the destination BigQuery dataset; if this is set to 'telemetry', the pipeline will write into 'telemetry_live'"
},
"bq_metadata_format": {
"type": "string",
Expand Down