From e59d4517a4127fde1c1157db3aaa27031aa45925 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 31 Oct 2023 11:57:38 +0100 Subject: [PATCH] Remove comment from metaschema that some fields are not implemented It seems those fields are actually in use. --- schemas/metadata/metaschema/metaschema.1.schema.json | 4 ++-- templates/metadata/metaschema/metaschema.1.schema.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/metadata/metaschema/metaschema.1.schema.json b/schemas/metadata/metaschema/metaschema.1.schema.json index a21b16e3d..2ef6ca68b 100644 --- a/schemas/metadata/metaschema/metaschema.1.schema.json +++ b/schemas/metadata/metaschema/metaschema.1.schema.json @@ -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": { @@ -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": { diff --git a/templates/metadata/metaschema/metaschema.1.schema.json b/templates/metadata/metaschema/metaschema.1.schema.json index 7bcc174cc..0ff2148a9 100644 --- a/templates/metadata/metaschema/metaschema.1.schema.json +++ b/templates/metadata/metaschema/metaschema.1.schema.json @@ -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",