Skip to content

Commit 60eefef

Browse files
committed
Remove comment from metaschema that some fields are not implemented
It seems those fields are actually in use.
1 parent 671b909 commit 60eefef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: schemas/metadata/metaschema/metaschema.1.schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"bq_dataset_family": {
15-
"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'",
15+
"description": "The base name for the destination BigQuery dataset; if this is set to 'telemetry', the pipeline will write into 'telemetry_live'",
1616
"type": "string"
1717
},
1818
"bq_metadata_format": {
@@ -25,7 +25,7 @@
2525
"type": "string"
2626
},
2727
"bq_table": {
28-
"description": "NOT YET IMPLEMENTED: The name of the destination BigQuery table",
28+
"description": "The name of the destination BigQuery table",
2929
"type": "string"
3030
},
3131
"expiration_policy": {

Diff for: templates/metadata/metaschema/metaschema.1.schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"bq_table": {
1717
"type": "string",
18-
"description": "NOT YET IMPLEMENTED: The name of the destination BigQuery table"
18+
"description": "The name of the destination BigQuery table"
1919
},
2020
"bq_dataset_family": {
2121
"type": "string",
22-
"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'"
22+
"description": "The base name for the destination BigQuery dataset; if this is set to 'telemetry', the pipeline will write into 'telemetry_live'"
2323
},
2424
"bq_metadata_format": {
2525
"type": "string",

0 commit comments

Comments
 (0)