This repository was archived by the owner on Sep 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
bigquery_storage_v1beta2/types
bigquery_storage_v1/types Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 6868 "StorageError" ,
6969 "StreamStats" ,
7070 "ThrottleState" ,
71- "DataFormat" ,
7271 "ReadSession" ,
7372 "ReadStream" ,
7473 "WriteStream" ,
Original file line number Diff line number Diff line change 6565 "StorageError" ,
6666 "StreamStats" ,
6767 "ThrottleState" ,
68- "DataFormat" ,
6968 "ReadSession" ,
7069 "ReadStream" ,
7170 "WriteStream" ,
Original file line number Diff line number Diff line change 7676 ),
7777 )
7878
79- # The DataFormat enum is not exposed in bigquery_storage_v1/types, add it there.
80- assert 1 == s .replace (
81- library / f"google/cloud/bigquery_storage_{ library .name } */types/__init__.py" ,
82- r"from \.stream import \(" ,
83- "\\ g<0>\n DataFormat," ,
84- )
85- assert 1 == s .replace (
86- library / f"google/cloud/bigquery_storage_{ library .name } */types/__init__.py" ,
87- r"""["']ReadSession["']""" ,
88- '"DataFormat",\n \\ g<0>' ,
89- )
90-
9179 # Expose handwritten classes AppendRowsStream and ReadRowsStream here.
9280 assert 1 == s .replace (
9381 library / "google/cloud/bigquery_storage/__init__.py" ,
You can’t perform that action at this time.
0 commit comments