-
Notifications
You must be signed in to change notification settings - Fork 125
(brwells) Add temporary forecast datasets #8504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
731a607
8b38e37
bac29f7
0ee4248
a46010d
bcfac5b
3abf8c6
1bb8666
2eba891
90cfb22
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| friendly_name: Temporary Forecasts | ||
| description: |- | ||
| Temporary dataset pending a conversation on naming conventions. Use at your own risk. | ||
| Views on forecasts based on Firefox data and external models. Forecast views may also live in other datasets related to the products they support. | ||
| dataset_base_acl: view | ||
| user_facing: true | ||
| labels: {} | ||
| default_table_workgroup_access: | ||
| - role: roles/bigquery.dataViewer | ||
| members: | ||
| - workgroup:mozilla-confidential | ||
| default_table_expiration_ms: null | ||
| workgroup_access: | ||
| - role: roles/bigquery.dataViewer | ||
| members: | ||
| - workgroup:mozilla-confidential | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did not mean we necessarily have to call this |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,21 @@ | ||||||||||
| friendly_name: Temporary Forecasts Derived | ||||||||||
| description: |- | ||||||||||
| Temporary dataset pending a conversation on naming conventions. Use at your own risk. | ||||||||||
| Forecasts based on Firefox data and external models, plus related secondary tables. Writable by the Outerbounds default perimeter. | ||||||||||
brendanwells-moz marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||
| This dataset combines forecasts across products; forecasts may also live in other datasets related to the products they support. | ||||||||||
| dataset_base_acl: derived | ||||||||||
| user_facing: false | ||||||||||
| labels: {} | ||||||||||
| default_table_workgroup_access: | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @scholtzan if I remember correctly we should not be specifying
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can remove bigquery-etl/bigquery_etl/metadata/parse_metadata.py Lines 20 to 23 in 164f88c
|
||||||||||
| - role: roles/bigquery.dataViewer | ||||||||||
| members: | ||||||||||
| - workgroup:mozilla-confidential | ||||||||||
| default_table_expiration_ms: null | ||||||||||
| workgroup_access: | ||||||||||
| - role: roles/bigquery.dataViewer | ||||||||||
| members: | ||||||||||
| - workgroup:mozilla-confidential | ||||||||||
brendanwells-moz marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||
| - workgroup:dataops-managed/external-outerbounds-task-default | ||||||||||
| - role: roles/bigquery.dataEditor | ||||||||||
| members: | ||||||||||
| - workgroup:dataops-managed/external-outerbounds-task-default | ||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove
default_table_workgroup_accesshere:bigquery-etl/bigquery_etl/metadata/parse_metadata.py
Lines 20 to 23 in 164f88c