Skip to content

Commit

Permalink
Bug 1922987 - create syndication file for bugzilla_metrics (#6330)
Browse files Browse the repository at this point in the history
* create syndication file for bugzilla_metrics

* I will need both dev and prod instances so split up into two configurations

* Update sql/moz-fx-data-shared-prod/bugzilla_dev_metrics/dataset_metadata.yaml

---------

Co-authored-by: whd <whd@users.noreply.github.com>
  • Loading branch information
dklawren and whd authored Oct 11, 2024
1 parent dec443d commit 5427f88
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
friendly_name: bugzilla_metrics
dataset_base_acl: syndicate
description: bugzilla_metrics syndicate views
user_facing: true
labels: {}
syndication:
prod:
syndicated_project: "moz-fx-bugzilla-nonprod"
syndicated_dataset: "bugzilla_dev_metrics"
administer_views: false
workgroup_access:
- role: roles/bigquery.dataViewer
members:
- workgroup:mozilla-confidential
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
friendly_name: bugzilla_metrics
dataset_base_acl: syndicate
description: bugzilla_metrics syndicate views
user_facing: true
labels: {}
syndication:
prod:
syndicated_project: "moz-fx-bugzilla-prod"
syndicated_dataset: "bugzilla_prod_metrics"
administer_views: false
workgroup_access:
- role: roles/bigquery.dataViewer
members:
- workgroup:mozilla-confidential

1 comment on commit 5427f88

@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 "Bug 1922987 - create syndication file for bugzilla_metrics (#6330)"

sql.diff

Click to expand!
Only in /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod: bugzilla_dev_metrics
Only in /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod: bugzilla_prod_metrics
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/bugzilla_dev_metrics/dataset_metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bugzilla_dev_metrics/dataset_metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/bugzilla_dev_metrics/dataset_metadata.yaml	1970-01-01 00:00:00.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bugzilla_dev_metrics/dataset_metadata.yaml	2024-10-11 18:29:38.000000000 +0000
@@ -0,0 +1,14 @@
+friendly_name: bugzilla_metrics
+dataset_base_acl: syndicate
+description: bugzilla_metrics syndicate views
+user_facing: true
+labels: {}
+syndication:
+  prod:
+    syndicated_project: "moz-fx-bugzilla-nonprod"
+    syndicated_dataset: "bugzilla_dev_metrics"
+  administer_views: false
+workgroup_access:
+- role: roles/bigquery.dataViewer
+  members:
+  - workgroup:mozilla-confidential
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/bugzilla_prod_metrics/dataset_metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bugzilla_prod_metrics/dataset_metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/bugzilla_prod_metrics/dataset_metadata.yaml	1970-01-01 00:00:00.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bugzilla_prod_metrics/dataset_metadata.yaml	2024-10-11 18:29:38.000000000 +0000
@@ -0,0 +1,14 @@
+friendly_name: bugzilla_metrics
+dataset_base_acl: syndicate
+description: bugzilla_metrics syndicate views
+user_facing: true
+labels: {}
+syndication:
+  prod:
+    syndicated_project: "moz-fx-bugzilla-prod"
+    syndicated_dataset: "bugzilla_prod_metrics"
+  administer_views: false
+workgroup_access:
+- role: roles/bigquery.dataViewer
+  members:
+  - workgroup:mozilla-confidential

Link to full diff

Please sign in to comment.