ob-metaflow-extensions 1.1.107__py2.py3-none-any.whl → 1.1.109__py2.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.

Potentially problematic release.


This version of ob-metaflow-extensions might be problematic. Click here for more details.

@@ -58,14 +58,9 @@ def get_token(url_path):
58
58
  ) as e:
59
59
  # ConnectionErrors are generally temporary errors like DNS resolution failures,
60
60
  # timeouts etc.
61
- print(
62
- "received error of type {}. Retrying...".format(type(e)),
63
- e,
64
- file=sys.stderr,
65
- )
66
61
  time.sleep(retry_delay)
67
62
  retry_delay *= 2 # Double the delay for the next attempt
68
63
  retry_delay += random.uniform(0, 1) # Add jitter
69
64
  retry_delay = min(retry_delay, 10)
70
65
 
71
- raise MetaflowException("exceeded retries from get_token")
66
+ raise MetaflowException("error connecting to Outerbounds")
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ob-metaflow-extensions
3
- Version: 1.1.107
3
+ Version: 1.1.109
4
4
  Summary: Outerbounds Platform Extensions for Metaflow
5
5
  Author: Outerbounds, Inc.
6
6
  License: Commercial
7
7
  Description-Content-Type: text/markdown
8
8
  Requires-Dist: boto3
9
9
  Requires-Dist: kubernetes
10
- Requires-Dist: ob-metaflow (==2.12.32.1)
10
+ Requires-Dist: ob-metaflow (==2.12.35.1)
11
11
 
12
12
  # Outerbounds platform package
13
13
 
@@ -2,7 +2,7 @@ metaflow_extensions/outerbounds/__init__.py,sha256=TRGvIUMjkfneWtYUFSWoubu_Kf2ek
2
2
  metaflow_extensions/outerbounds/remote_config.py,sha256=Zpfpjgz68_ZgxlXezjzlsDLo4840rkWuZgwDB_5H57U,4059
3
3
  metaflow_extensions/outerbounds/config/__init__.py,sha256=JsQGRuGFz28fQWjUvxUgR8EKBLGRdLUIk_buPLJplJY,1225
4
4
  metaflow_extensions/outerbounds/plugins/__init__.py,sha256=lF8tJA_llp-VjJeNUFKnwOx9DNgJPTyNWAYzDIaORU8,12639
5
- metaflow_extensions/outerbounds/plugins/auth_server.py,sha256=1v2GBqoMBxp5E7Lejz139w-jxJtPnLDvvHXP0HhEIHI,2361
5
+ metaflow_extensions/outerbounds/plugins/auth_server.py,sha256=_Q9_2EL0Xy77bCRphkwT1aSu8gQXRDOH-Z-RxTUO8N4,2202
6
6
  metaflow_extensions/outerbounds/plugins/perimeters.py,sha256=QXh3SFP7GQbS-RAIxUOPbhPzQ7KDFVxZkTdKqFKgXjI,2697
7
7
  metaflow_extensions/outerbounds/plugins/fast_bakery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  metaflow_extensions/outerbounds/plugins/fast_bakery/docker_environment.py,sha256=ZeJCAO7rhA3p7iwuLRaamx84Dzd4w-zd4-pf6WnVaLg,14119
@@ -38,7 +38,7 @@ metaflow_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.py,
38
38
  metaflow_extensions/outerbounds/toplevel/plugins/azure/__init__.py,sha256=WUuhz2YQfI4fz7nIcipwwWq781eaoHEk7n4GAn1npDg,63
39
39
  metaflow_extensions/outerbounds/toplevel/plugins/gcp/__init__.py,sha256=BbZiaH3uILlEZ6ntBLKeNyqn3If8nIXZFq_Apd7Dhco,70
40
40
  metaflow_extensions/outerbounds/toplevel/plugins/kubernetes/__init__.py,sha256=5zG8gShSj8m7rgF4xgWBZFuY3GDP5n1T0ktjRpGJLHA,69
41
- ob_metaflow_extensions-1.1.107.dist-info/METADATA,sha256=T5jtMMUcKGOx1V9qqWiLb_1YeBwoOFIb_Juei_-6mcs,521
42
- ob_metaflow_extensions-1.1.107.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
43
- ob_metaflow_extensions-1.1.107.dist-info/top_level.txt,sha256=NwG0ukwjygtanDETyp_BUdtYtqIA_lOjzFFh1TsnxvI,20
44
- ob_metaflow_extensions-1.1.107.dist-info/RECORD,,
41
+ ob_metaflow_extensions-1.1.109.dist-info/METADATA,sha256=9XeHXxTOZiw3Fkj28yOeTgY79p0fb_lyX1xc51cOWb4,521
42
+ ob_metaflow_extensions-1.1.109.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
43
+ ob_metaflow_extensions-1.1.109.dist-info/top_level.txt,sha256=NwG0ukwjygtanDETyp_BUdtYtqIA_lOjzFFh1TsnxvI,20
44
+ ob_metaflow_extensions-1.1.109.dist-info/RECORD,,