Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.63 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.63 KB
  SELECT
    product, lang, repo, issues
  FROM
    google_cloud.developer_relations
  WHERE
    user_id = 'shollyman'
    AND role IN ('library_maintainer','engineer','blowhard')
    AND activity_frequency IN ('all_too_much','often')

Results:

product lang repo issues
BigQuery ALL public issue tracker
BigQuery go https://github.com/googleapis/google-cloud-go repo
BigQuery go https://github.com/GoogleCloudPlatform/golang-samples repo
BigQuery python https://github.com/googleapis/python-bigquery repo
BigQuery java https://github.com/googleapis/java-bigquery repo