Skip to content

Commit

Permalink
Remove comment from metaschema that some fields are not implemented
Browse files Browse the repository at this point in the history
It seems those fields are actually in use.
  • Loading branch information
badboy committed Oct 31, 2023
1 parent 671b909 commit 60eefef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 60eefef

Please sign in to comment.