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 |




