outerbounds 0.3.60__py3-none-any.whl → 0.3.62__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- outerbounds/command_groups/local_setup_cli.py +2 -2
- outerbounds/command_groups/perimeters_cli.py +0 -1
- {outerbounds-0.3.60.dist-info → outerbounds-0.3.62.dist-info}/METADATA +4 -4
- {outerbounds-0.3.60.dist-info → outerbounds-0.3.62.dist-info}/RECORD +6 -6
- {outerbounds-0.3.60.dist-info → outerbounds-0.3.62.dist-info}/WHEEL +0 -0
- {outerbounds-0.3.60.dist-info → outerbounds-0.3.62.dist-info}/entry_points.txt +0 -0
@@ -12,7 +12,6 @@ from os import path
|
|
12
12
|
from pathlib import Path
|
13
13
|
from typing import Any, Callable, Dict, List
|
14
14
|
|
15
|
-
import boto3
|
16
15
|
import click
|
17
16
|
import requests
|
18
17
|
from requests.exceptions import HTTPError
|
@@ -645,6 +644,8 @@ class ConfigurationWriter:
|
|
645
644
|
f"{str(e)} key is required for aws-ref config type"
|
646
645
|
)
|
647
646
|
try:
|
647
|
+
import boto3
|
648
|
+
|
648
649
|
client = boto3.client("secretsmanager", region_name=region)
|
649
650
|
response = client.get_secret_value(SecretId=secret_arn)
|
650
651
|
self.decoded_config = json.loads(response["SecretBinary"])
|
@@ -816,7 +817,6 @@ def check(no_config, verbose, output, workstation=False):
|
|
816
817
|
]
|
817
818
|
else:
|
818
819
|
check_names = [
|
819
|
-
"metaflow_config",
|
820
820
|
"metaflow_token",
|
821
821
|
"kubeconfig",
|
822
822
|
"api_connectivity",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: outerbounds
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.62
|
4
4
|
Summary: More Data Science, Less Administration
|
5
5
|
License: Proprietary
|
6
6
|
Keywords: data science,machine learning,MLOps
|
@@ -23,9 +23,9 @@ Requires-Dist: click (>=8.1.3,<9.0.0)
|
|
23
23
|
Requires-Dist: google-api-core (>=2.16.1,<3.0.0) ; extra == "gcp"
|
24
24
|
Requires-Dist: google-auth (>=2.27.0,<3.0.0) ; extra == "gcp"
|
25
25
|
Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0) ; extra == "gcp"
|
26
|
-
Requires-Dist: ob-metaflow (==2.11.
|
27
|
-
Requires-Dist: ob-metaflow-extensions (==1.1.
|
28
|
-
Requires-Dist: ob-metaflow-stubs (==2.11.
|
26
|
+
Requires-Dist: ob-metaflow (==2.11.10.3)
|
27
|
+
Requires-Dist: ob-metaflow-extensions (==1.1.53)
|
28
|
+
Requires-Dist: ob-metaflow-stubs (==2.11.10.3)
|
29
29
|
Requires-Dist: opentelemetry-distro (==0.41b0)
|
30
30
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http (==1.20.0)
|
31
31
|
Requires-Dist: opentelemetry-instrumentation-requests (==0.41b0)
|
@@ -2,14 +2,14 @@ outerbounds/__init__.py,sha256=GPdaubvAYF8pOFWJ3b-sPMKCpyfpteWVMZWkmaYhxRw,32
|
|
2
2
|
outerbounds/cli_main.py,sha256=e9UMnPysmc7gbrimq2I4KfltggyU7pw59Cn9aEguVcU,74
|
3
3
|
outerbounds/command_groups/__init__.py,sha256=QPWtj5wDRTINDxVUL7XPqG3HoxHNvYOg08EnuSZB2Hc,21
|
4
4
|
outerbounds/command_groups/cli.py,sha256=H4LxcYTmsY9DQUrReSRLjvbg9s9Ro7s-eUrcMqEJ_9A,261
|
5
|
-
outerbounds/command_groups/local_setup_cli.py,sha256=
|
6
|
-
outerbounds/command_groups/perimeters_cli.py,sha256=
|
5
|
+
outerbounds/command_groups/local_setup_cli.py,sha256=UqyYUTKyGRDxzr2v4cl-UXmzTkYNNJ6V0DH_AJea3bc,35968
|
6
|
+
outerbounds/command_groups/perimeters_cli.py,sha256=OxbxYQnHZDLRb3SFaVpD2mjp8W8s1fvK1Wc4htyRuGw,12757
|
7
7
|
outerbounds/command_groups/workstations_cli.py,sha256=b5lt8_g2B0zCoUoNriTRv32IPB6E4mI2sUhubDT7Yjo,21966
|
8
8
|
outerbounds/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
outerbounds/utils/kubeconfig.py,sha256=l1mUP1j9VIq3fsffi5bJ1Nk-hYlwd1dIqkpj7DvVS1E,7936
|
10
10
|
outerbounds/utils/metaflowconfig.py,sha256=cQWD7zoVkOPXd6q2tqmqACjL0IN-0RgiQ45ojxXBYSM,3529
|
11
11
|
outerbounds/utils/schema.py,sha256=cNlgjmteLPbDzSEUSQDsq8txdhMGyezSmM83jU3aa0w,2329
|
12
|
-
outerbounds-0.3.
|
13
|
-
outerbounds-0.3.
|
14
|
-
outerbounds-0.3.
|
15
|
-
outerbounds-0.3.
|
12
|
+
outerbounds-0.3.62.dist-info/METADATA,sha256=0NYMCluNpW1AOoxN2VnnrF57nCcpOGNDbd-9tLaMOsk,1409
|
13
|
+
outerbounds-0.3.62.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
14
|
+
outerbounds-0.3.62.dist-info/entry_points.txt,sha256=7ye0281PKlvqxu15rjw60zKg2pMsXI49_A8BmGqIqBw,47
|
15
|
+
outerbounds-0.3.62.dist-info/RECORD,,
|
File without changes
|
File without changes
|