Skip to content

Commit 7d14879

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#22)
* chore: add default_version and codeowner_team to .repo-metadata.json * update codeowner_team
1 parent 37179ff commit 7d14879

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.repo-metadata.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "db-dtypes",
3-
"name_pretty": "Pandas Data Types for SQL systems (BigQuery, Spanner)",
4-
"client_documentation":
5-
"https://googleapis.dev/python/db-dtypes/latest/index.html",
6-
"release_level": "beta",
7-
"language": "python",
8-
"library_type": "INTEGRATION",
9-
"repo": "googleapis/python-db-dtypes-pandas",
10-
"distribution_name": "db-dtypes",
11-
"api_id": "bigquery.googleapis.com"
2+
"name": "db-dtypes",
3+
"name_pretty": "Pandas Data Types for SQL systems (BigQuery, Spanner)",
4+
"client_documentation": "https://googleapis.dev/python/db-dtypes/latest/index.html",
5+
"release_level": "beta",
6+
"language": "python",
7+
"library_type": "INTEGRATION",
8+
"repo": "googleapis/python-db-dtypes-pandas",
9+
"distribution_name": "db-dtypes",
10+
"api_id": "bigquery.googleapis.com",
11+
"default_version": "",
12+
"codeowner_team": "@googleapis/api-bigquery"
1213
}

0 commit comments

Comments
 (0)