gps-building-blocks 1.150.0__py3-none-any.whl → 1.152.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,6 @@ from typing import Any, Dict, Text
23
23
 
24
24
  from absl import logging
25
25
  from googleapiclient import discovery
26
- from googleapiclient import errors
27
26
  from googleapiclient import http
28
27
 
29
28
  from google.api_core import retry
@@ -42,7 +41,7 @@ class Error(Exception):
42
41
  pass
43
42
 
44
43
 
45
- def _is_retriable_http_error(error: errors.HttpError) -> bool:
44
+ def _is_retriable_http_error(error: Exception) -> bool:
46
45
  """Checks if HttpError is in _RETRIABLE_STATUS_CODES.
47
46
 
48
47
  This function requires HttpError to have a valid response.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gps-building-blocks
3
- Version: 1.150.0
3
+ Version: 1.152.0
4
4
  Summary: Modules and tools useful for use with advanced data solutions on Google Ads, Google Marketing Platform and Google Cloud.
5
5
  Home-page: https://github.com/google/gps_building_blocks
6
6
  Author: gPS Team
@@ -52,7 +52,7 @@ gps_building_blocks/cloud/utils/cloud_scheduler.py,sha256=8KroA0KIOc7LlzDEBmOsUx
52
52
  gps_building_blocks/cloud/utils/cloud_scheduler_test.py,sha256=L3HTqhyWHB3INB7JPoxZBSNthRkF75RaegWpeAzPi_E,6368
53
53
  gps_building_blocks/cloud/utils/cloud_storage.py,sha256=_4klnfHadduZkp8myGK32VfsHkn73cTUAJEeUHC5VoU,14558
54
54
  gps_building_blocks/cloud/utils/cloud_storage_test.py,sha256=7giHc_eaL-DvopPZR7USYD9dbOQi5IhxUPeSHF37Op0,13257
55
- gps_building_blocks/cloud/utils/utils.py,sha256=kqujC9qoafLkphigbau8N7ZECArz9eOe9x5bfIkG8d8,3663
55
+ gps_building_blocks/cloud/utils/utils.py,sha256=mAZVCWv3kzvuPLUVIPXlIW7g8unTOFD6Vma3Gf6OQME,3621
56
56
  gps_building_blocks/cloud/utils/utils_test.py,sha256=gANuBX8FNkZ8heqWz6GpOileN2PJ7TqQdks9gEzc9JM,3771
57
57
  gps_building_blocks/cloud/workflows/__init__.py,sha256=qsAeQ42339LhQ9fD96pTg7Xgne4gvz0-Z6pwG8aMHBc,575
58
58
  gps_building_blocks/cloud/workflows/futures.py,sha256=bxniZT56QdR_IZKP8BgBLeK46Rxx7QZVGAPLzlES_Jg,13413
@@ -149,13 +149,13 @@ gps_building_blocks/ml/preprocessing/vif_test.py,sha256=Pt4DVBNkZjwh84nx6GexPfbo
149
149
  gps_building_blocks/ml/preprocessing/data/__init__.py,sha256=qsAeQ42339LhQ9fD96pTg7Xgne4gvz0-Z6pwG8aMHBc,575
150
150
  gps_building_blocks/ml/preprocessing/data/example_cluster_df.txt,sha256=pIlHiiDEsoZ6XwqWC_l9yTBt6i8obMrCyVK66uX69Gk,17171
151
151
  gps_building_blocks/ml/preprocessing/data/stopwords_eng.txt,sha256=IVyVg5gXwC74drzjQz2QW4VLa_y4BxpyXlqsbmmZzzQ,671
152
- gps_building_blocks/ml/preprocessing/data/__pycache__/__init__.cpython-310.pyc,sha256=i6HyyuT5yFdholnsxw_MZD2Rt5UEduchvwaTa3XOjQw,187
152
+ gps_building_blocks/ml/preprocessing/data/__pycache__/__init__.cpython-310.pyc,sha256=gykiNCcA8AIOZQmzULXbzSGmsdBg3zDtqiXRiVhqLck,187
153
153
  gps_building_blocks/ml/statistical_inference/__init__.py,sha256=qsAeQ42339LhQ9fD96pTg7Xgne4gvz0-Z6pwG8aMHBc,575
154
154
  gps_building_blocks/ml/statistical_inference/data_preparation.py,sha256=FjJGpI7bCTEZcoyCC1rD9DMzAiDFobCb7XrZZeAAgP4,49071
155
155
  gps_building_blocks/ml/statistical_inference/data_preparation_test.py,sha256=esWza5Mo7TaPtGsA3Hhry3l1dVzJzStFE8O-jGQ9r1I,35157
156
156
  gps_building_blocks/ml/statistical_inference/models.py,sha256=vPpPg8H9E-fbSyw5og_s4EnhX-wJLNKaePPJ_cWDxuY,19890
157
157
  gps_building_blocks/ml/statistical_inference/models_test.py,sha256=FOsBzSNkIqacQPqproThOGsv7MMl1xeC2GXvHdsl4Ac,9298
158
- gps_building_blocks-1.150.0.dist-info/METADATA,sha256=E6Qkl9pYyM0xnH2YUBn17kOHtKI1EKDE8I4UqwRZS7Y,4838
159
- gps_building_blocks-1.150.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
160
- gps_building_blocks-1.150.0.dist-info/top_level.txt,sha256=FK77szG741-E_t3bPeWu4U6aMaqpOGguLc-6s1OQm3I,20
161
- gps_building_blocks-1.150.0.dist-info/RECORD,,
158
+ gps_building_blocks-1.152.0.dist-info/METADATA,sha256=nDVrYcFb0lAwlhcjmbEXzXcGRwQsRBwkXC70puR9GAQ,4838
159
+ gps_building_blocks-1.152.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
160
+ gps_building_blocks-1.152.0.dist-info/top_level.txt,sha256=FK77szG741-E_t3bPeWu4U6aMaqpOGguLc-6s1OQm3I,20
161
+ gps_building_blocks-1.152.0.dist-info/RECORD,,