Anna Scholtz
Anna Scholtz
As follow-up to https://github.com/mozilla/gcp-ingestion/pull/1219#discussion_r400199058, avoid using `Partition` to support allowing a single docType to appear in multiple output topics and to prevent creating multiple sinks to the same Pub/Sub topic...
Countries with less than 15k in population should be filtered out, similar to like it's done for cities. A dataset with population per country is available here: http://download.geonames.org/export/dump/countryInfo.txt
The `post-diff` step has stopped working due to `Resource protected by organization SAML enforcement. You must grant your Personal Access token access to this organization.`
It looks like `BearerToken` `security` got removed in 4.0.1 but used to be defined before in https://github.com/argoproj-labs/argo-client-python/blob/5fe8276ce2dd94237a5a4998211792b7e5e70249/openapi/swagger.json#L8. I'm not sure if this was intentionally, but using the most recent version...
Using [representedURL](https://developer.apple.com/documentation/appkit/nswindow/1419066-representedurl) we might be able to get the file path of the file opened in some window. Collecting this information might be quite useful.
We've been using bytes processed to estimate costs in the past. We made a change in GCP to be billed on slots instead, so we should update our cost estimates...
Display metric owners and other metric metadata on the website. This is useful information to have on-hand when viewing the website, and could be hidden under an arrow by default...
A significant cost saving can be achieved by querying data sources only for relevant partitions or clusters. One such example is to query `main_v4` only for `nightly` data for every...
It would be handy to have an option to only rerun the stats computation, e.g. after a config changes but only makes updates to the stats ┆Issue is synchronized with...