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 |