outerbounds 0.3.179rc4__py3-none-any.whl → 0.3.179rc5__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.
@@ -28,10 +28,12 @@ class PerimeterExtractor:
28
28
  if os.environ.get("OBP_API_SERVER"):
29
29
  api_server = os.environ.get("OBP_API_SERVER")
30
30
 
31
- if perimeter is None:
31
+ if perimeter is None or api_server is None:
32
32
  metaflow_config = metaflowconfig.init_config(config_dir, profile)
33
33
  perimeter = metaflow_config.get("OBP_PERIMETER")
34
- api_server = metaflow_config.get("OBP_API_SERVER")
34
+ api_server = metaflowconfig.get_sanitized_url_from_config(
35
+ config_dir, profile, "OBP_API_SERVER"
36
+ )
35
37
 
36
38
  return perimeter, api_server
37
39
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: outerbounds
3
- Version: 0.3.179rc4
3
+ Version: 0.3.179rc5
4
4
  Summary: More Data Science, Less Administration
5
5
  License: Proprietary
6
6
  Keywords: data science,machine learning,MLOps
@@ -29,8 +29,8 @@ Requires-Dist: google-cloud-secret-manager (>=2.20.0,<3.0.0) ; extra == "gcp"
29
29
  Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0) ; extra == "gcp"
30
30
  Requires-Dist: metaflow-checkpoint (==0.2.1)
31
31
  Requires-Dist: ob-metaflow (==2.15.17.1)
32
- Requires-Dist: ob-metaflow-extensions (==1.1.166rc5)
33
- Requires-Dist: ob-metaflow-stubs (==6.0.3.179rc4)
32
+ Requires-Dist: ob-metaflow-extensions (==1.1.166rc6)
33
+ Requires-Dist: ob-metaflow-stubs (==6.0.3.179rc5)
34
34
  Requires-Dist: opentelemetry-distro (>=0.41b0) ; extra == "otel"
35
35
  Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.20.0) ; extra == "otel"
36
36
  Requires-Dist: opentelemetry-instrumentation-requests (>=0.41b0) ; extra == "otel"
@@ -52,7 +52,7 @@ outerbounds/apps/config_schema.yaml,sha256=27uanKvGQkhOj8jsGRKkenxuYpMLAFnlx486r
52
52
  outerbounds/apps/dependencies.py,sha256=SqvdFQdFZZW0wXX_CHMHCrfE0TwaRkTvGCRbQ2Mx3q0,3935
53
53
  outerbounds/apps/deployer.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
54
  outerbounds/apps/experimental/__init__.py,sha256=ExPFIJSF8FcE1pKVyiNQnX8aBi3Rz8YFQ2_s5NVeU7I,3056
55
- outerbounds/apps/perimeters.py,sha256=5aX9CK4051KcZkS6XzkeQLAYnE4HPwZ48au4P60_T4A,1668
55
+ outerbounds/apps/perimeters.py,sha256=DKWKMbkSx8WObf4yA74UolleT417B9c_6POioztMHxY,1766
56
56
  outerbounds/apps/secrets.py,sha256=27qf04lOBqRjvcswj0ldHOmntP2T6SEjtMJtkJQ_GUg,6100
57
57
  outerbounds/apps/utils.py,sha256=549dmQ-r61ihDf5nIAKQv7kDJuxBaO4Xd6BR2xMsI_w,8086
58
58
  outerbounds/apps/validations.py,sha256=AVEw9eCvkzqq1m5ZC8btaWrSR6kWYKzarELfrASuAwQ,1117
@@ -73,7 +73,7 @@ outerbounds/utils/metaflowconfig.py,sha256=l2vJbgPkLISU-XPGZFaC8ZKmYFyJemlD6bwB-
73
73
  outerbounds/utils/schema.py,sha256=lMUr9kNgn9wy-sO_t_Tlxmbt63yLeN4b0xQXbDUDj4A,2331
74
74
  outerbounds/utils/utils.py,sha256=4Z8cszNob_8kDYCLNTrP-wWads_S_MdL3Uj3ju4mEsk,501
75
75
  outerbounds/vendor.py,sha256=gRLRJNXtZBeUpPEog0LOeIsl6GosaFFbCxUvR4bW6IQ,5093
76
- outerbounds-0.3.179rc4.dist-info/METADATA,sha256=PULOgUdcjAk8I8hTDx5nrdB-gfPuj3UcRk3CqJxLNhA,1846
77
- outerbounds-0.3.179rc4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
78
- outerbounds-0.3.179rc4.dist-info/entry_points.txt,sha256=AP6rZg7y5SK9e9a9iVq0Fi9Q2KPjPZSwtZ6R98rLw-8,56
79
- outerbounds-0.3.179rc4.dist-info/RECORD,,
76
+ outerbounds-0.3.179rc5.dist-info/METADATA,sha256=cjPsWOH79wlMmmImHivpplehIzVoRaFctGbS9tFAOk0,1846
77
+ outerbounds-0.3.179rc5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
78
+ outerbounds-0.3.179rc5.dist-info/entry_points.txt,sha256=AP6rZg7y5SK9e9a9iVq0Fi9Q2KPjPZSwtZ6R98rLw-8,56
79
+ outerbounds-0.3.179rc5.dist-info/RECORD,,