Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion google/cloud/bigquery_storage_v1/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"StorageError",
"StreamStats",
"ThrottleState",
"DataFormat",
"ReadSession",
"ReadStream",
"WriteStream",
Expand Down
1 change: 0 additions & 1 deletion google/cloud/bigquery_storage_v1beta2/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"StorageError",
"StreamStats",
"ThrottleState",
"DataFormat",
"ReadSession",
"ReadStream",
"WriteStream",
Expand Down
12 changes: 0 additions & 12 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@
),
)

# The DataFormat enum is not exposed in bigquery_storage_v1/types, add it there.
assert 1 == s.replace(
library / f"google/cloud/bigquery_storage_{library.name}*/types/__init__.py",
r"from \.stream import \(",
"\\g<0>\n DataFormat,",
)
assert 1 == s.replace(
library / f"google/cloud/bigquery_storage_{library.name}*/types/__init__.py",
r"""["']ReadSession["']""",
'"DataFormat",\n \\g<0>',
)

# Expose handwritten classes AppendRowsStream and ReadRowsStream here.
assert 1 == s.replace(
library / "google/cloud/bigquery_storage/__init__.py",
Expand Down