Skip to content

Commit

Permalink
Metadata updates (#835)
Browse files Browse the repository at this point in the history
* DSRE-1833: update third-party-modules metadata

* DSRE-1831: update sync metadata

* DSRE-1838: update downgrade metadata
  • Loading branch information
whd authored Dec 11, 2024
1 parent 61f7a41 commit 2b97209
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion schemas/telemetry/downgrade/downgrade.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bq_metadata_format": "telemetry",
"bq_table": "downgrade_v4",
"expiration_policy": {
"delete_after_days": 10000
"delete_after_days": 400
}
},
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/telemetry/sync/sync.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bq_metadata_format": "telemetry",
"bq_table": "sync_v4",
"expiration_policy": {
"delete_after_days": 10000
"delete_after_days": 400
}
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bq_metadata_format": "telemetry",
"bq_table": "third_party_modules_v4",
"expiration_policy": {
"delete_after_days": 10000
"delete_after_days": 180
}
},
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion templates/telemetry/downgrade/downgrade.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"mozPipelineMetadata": {
"expiration_policy": {
"delete_after_days": 10000
"delete_after_days": 400
}
},
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion templates/telemetry/sync/sync.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"mozPipelineMetadata": {
"expiration_policy": {
"delete_after_days": 10000
"delete_after_days": 400
}
},
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"mozPipelineMetadata": {
"expiration_policy": {
"delete_after_days": 10000
"delete_after_days": 180
}
},
"type": "object",
Expand Down

1 comment on commit 2b97209

@dataops-ci-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration report for "Metadata updates (#835)"

bq_schema_61f7a414-2b972091.diff

No content detected.

compact_schema_61f7a414-2b972091.diff

No content detected.

Please sign in to comment.