Skip to content

Commit bd77a5f

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (googleapis#345)
Set codeowner_team to @googleapis/api-bigquery as codeowner. This change is needed for the following synthtool PRs. googleapis/synthtool#1201 googleapis/synthtool#1114
1 parent e35c0a5 commit bd77a5f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Diff for: .repo-metadata.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "sqlalchemy-bigquery",
3-
"name_pretty": "SQLAlchemy dialect for BigQuery",
4-
"client_documentation":
5-
"https://googleapis.dev/python/sqlalchemy-bigquery/latest/index.html",
6-
"release_level": "beta",
7-
"language": "python",
8-
"library_type": "INTEGRATION",
9-
"repo": "googleapis/python-bigquery-sqlalchemy",
10-
"distribution_name": "sqlalchemy-bigquery",
11-
"api_id": "bigquery.googleapis.com"
2+
"name": "sqlalchemy-bigquery",
3+
"name_pretty": "SQLAlchemy dialect for BigQuery",
4+
"client_documentation": "https://googleapis.dev/python/sqlalchemy-bigquery/latest/index.html",
5+
"release_level": "beta",
6+
"language": "python",
7+
"library_type": "INTEGRATION",
8+
"repo": "googleapis/python-bigquery-sqlalchemy",
9+
"distribution_name": "sqlalchemy-bigquery",
10+
"api_id": "bigquery.googleapis.com",
11+
"default_version": "",
12+
"codeowner_team": "@googleapis/api-bigquery"
1213
}

0 commit comments

Comments
 (0)