File tree Expand file tree Collapse file tree
packages/google-cloud-bigtable
google/cloud/bigtable/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414language : python
15- version : v0.36 .0
15+ version : v0.38 .0
1616repo : googleapis/google-cloud-python
1717sources :
1818 googleapis :
Original file line number Diff line number Diff line change 6969 BigtableClientSideMetricsController ,
7070 OperationType ,
7171)
72- from google .cloud .bigtable .data ._metrics .tracked_retry import tracked_retry
7372from google .cloud .bigtable .data ._metrics .handlers ._base import MetricsHandler
7473from google .cloud .bigtable .data ._metrics .handlers .gcp_exporter import (
7574 BigtableMetricsExporter ,
7675 GoogleCloudMetricsHandler ,
7776)
77+ from google .cloud .bigtable .data ._metrics .tracked_retry import tracked_retry
7878from google .cloud .bigtable .data .exceptions import (
7979 FailedQueryShardError ,
8080 ShardedReadRowsExceptionGroup ,
Original file line number Diff line number Diff line change 1717import socket
1818import uuid
1919
20- from google .cloud .bigtable .gapic_version import __version__ as bigtable_version
2120from google .cloud .bigtable .data ._metrics .data_model import (
2221 DEFAULT_CLUSTER_ID ,
2322 DEFAULT_ZONE ,
2726 OperationType ,
2827)
2928from google .cloud .bigtable .data ._metrics .handlers ._base import MetricsHandler
29+ from google .cloud .bigtable .gapic_version import __version__ as bigtable_version
3030
3131# conversion factor for converting from nanoseconds to milliseconds
3232NS_TO_MS = 1e6
Original file line number Diff line number Diff line change 6363 BigtableClientSideMetricsController ,
6464 OperationType ,
6565)
66- from google .cloud .bigtable .data ._metrics .tracked_retry import tracked_retry
6766from google .cloud .bigtable .data ._metrics .handlers ._base import MetricsHandler
6867from google .cloud .bigtable .data ._metrics .handlers .gcp_exporter import (
6968 BigtableMetricsExporter ,
7069 GoogleCloudMetricsHandler ,
7170)
71+ from google .cloud .bigtable .data ._metrics .tracked_retry import tracked_retry
7272from google .cloud .bigtable .data ._sync_autogen ._swappable_channel import (
7373 SwappableChannel as SwappableChannelType ,
7474)
Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ def test_client_veneer_data_client_not_initialized():
414414
415415def test_client_veneer_data_client_not_initialized_w_client_info ():
416416 import copy
417+
417418 from google .api_core .gapic_v1 .client_info import ClientInfo
418419
419420 from google .cloud .bigtable import __version__
You can’t perform that action at this time.
0 commit comments