Skip to content

Commit d2a2298

Browse files
committed
chore: complete migration of pandas-gbq
Removed skip_generate and regenerated with Librarian.
1 parent c422cbb commit d2a2298

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4623,7 +4623,6 @@ libraries:
46234623
default_version: apiVersion
46244624
- name: pandas-gbq
46254625
version: 0.35.0
4626-
skip_generate: true
46274626
python:
46284627
library_type: INTEGRATION
46294628
name_pretty_override: Google BigQuery connector for pandas
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"name": "pandas-gbq",
3-
"name_pretty": "Google BigQuery connector for pandas",
4-
"product_documentation": "https://cloud.google.com/bigquery",
2+
"api_id": "bigquery.googleapis.com",
53
"client_documentation": "https://googleapis.dev/python/pandas-gbq/latest/",
4+
"distribution_name": "pandas-gbq",
65
"issue_tracker": "https://github.com/googleapis/python-bigquery-pandas/issues",
7-
"release_level": "preview",
86
"language": "python",
97
"library_type": "INTEGRATION",
10-
"repo": "googleapis/google-cloud-python",
11-
"distribution_name": "pandas-gbq",
12-
"api_id": "bigquery.googleapis.com",
13-
"default_version": "",
14-
"codeowner_team": "@googleapis/cloud-sdk-python-team @googleapis/bigquery-dataframe-team"
15-
}
8+
"name": "pandas-gbq",
9+
"name_pretty": "Google BigQuery connector for pandas",
10+
"product_documentation": "https://cloud.google.com/bigquery",
11+
"release_level": "preview",
12+
"repo": "googleapis/google-cloud-python"
13+
}

0 commit comments

Comments
 (0)