ob-metaflow-extensions 1.1.123rc2__py2.py3-none-any.whl → 1.1.123rc3__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.
- metaflow_extensions/outerbounds/plugins/apps/deploy_decorator.py +1 -2
- {ob_metaflow_extensions-1.1.123rc2.dist-info → ob_metaflow_extensions-1.1.123rc3.dist-info}/METADATA +1 -1
- {ob_metaflow_extensions-1.1.123rc2.dist-info → ob_metaflow_extensions-1.1.123rc3.dist-info}/RECORD +5 -5
- {ob_metaflow_extensions-1.1.123rc2.dist-info → ob_metaflow_extensions-1.1.123rc3.dist-info}/WHEEL +0 -0
- {ob_metaflow_extensions-1.1.123rc2.dist-info → ob_metaflow_extensions-1.1.123rc3.dist-info}/top_level.txt +0 -0
|
@@ -32,8 +32,7 @@ class WorkstationAppDeployDecorator(StepDecorator):
|
|
|
32
32
|
def step_init(self, flow, graph, step, decos, environment, flow_datastore, logger):
|
|
33
33
|
if any([deco.name == "kubernetes" for deco in decos]):
|
|
34
34
|
raise MetaflowException(
|
|
35
|
-
"
|
|
36
|
-
"Nvidia. Please use one or the other.".format(step=step)
|
|
35
|
+
"@app_deploy decorator is only supported locally and does not work with remote execution environments like @kubernetes, @nvidia."
|
|
37
36
|
)
|
|
38
37
|
|
|
39
38
|
# We always need to have some environment defined through the flow to deploy and app.
|
{ob_metaflow_extensions-1.1.123rc2.dist-info → ob_metaflow_extensions-1.1.123rc3.dist-info}/RECORD
RENAMED
|
@@ -6,7 +6,7 @@ metaflow_extensions/outerbounds/plugins/auth_server.py,sha256=_Q9_2EL0Xy77bCRphk
|
|
|
6
6
|
metaflow_extensions/outerbounds/plugins/perimeters.py,sha256=QXh3SFP7GQbS-RAIxUOPbhPzQ7KDFVxZkTdKqFKgXjI,2697
|
|
7
7
|
metaflow_extensions/outerbounds/plugins/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
metaflow_extensions/outerbounds/plugins/apps/app_utils.py,sha256=JrVKlbRx8-nSmI4cRrB7F8BQGDHleABIYZudK4P-XFE,7905
|
|
9
|
-
metaflow_extensions/outerbounds/plugins/apps/deploy_decorator.py,sha256=
|
|
9
|
+
metaflow_extensions/outerbounds/plugins/apps/deploy_decorator.py,sha256=usE7qZ2luJ0lRRt6-YlaarpjgaQVNNvb-hjVwr_BNRU,5851
|
|
10
10
|
metaflow_extensions/outerbounds/plugins/apps/supervisord_utils.py,sha256=QDM7s-iVKnnmE7fM8K-nFoLojQvL_cT8hUj1LF1JOBs,8372
|
|
11
11
|
metaflow_extensions/outerbounds/plugins/fast_bakery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
metaflow_extensions/outerbounds/plugins/fast_bakery/docker_environment.py,sha256=i6F3FXwvEhkmUCTHDJ4VmSoL6vKyQhC_YRCtY6F4EkA,14209
|
|
@@ -48,7 +48,7 @@ metaflow_extensions/outerbounds/toplevel/plugins/azure/__init__.py,sha256=WUuhz2
|
|
|
48
48
|
metaflow_extensions/outerbounds/toplevel/plugins/gcp/__init__.py,sha256=BbZiaH3uILlEZ6ntBLKeNyqn3If8nIXZFq_Apd7Dhco,70
|
|
49
49
|
metaflow_extensions/outerbounds/toplevel/plugins/kubernetes/__init__.py,sha256=5zG8gShSj8m7rgF4xgWBZFuY3GDP5n1T0ktjRpGJLHA,69
|
|
50
50
|
metaflow_extensions/outerbounds/toplevel/plugins/snowflake/__init__.py,sha256=LptpH-ziXHrednMYUjIaosS1SXD3sOtF_9_eRqd8SJw,50
|
|
51
|
-
ob_metaflow_extensions-1.1.
|
|
52
|
-
ob_metaflow_extensions-1.1.
|
|
53
|
-
ob_metaflow_extensions-1.1.
|
|
54
|
-
ob_metaflow_extensions-1.1.
|
|
51
|
+
ob_metaflow_extensions-1.1.123rc3.dist-info/METADATA,sha256=tNEDtAg0JjLBd-v_VLRJ9LTp10HxakE3doOFlfMCs3I,523
|
|
52
|
+
ob_metaflow_extensions-1.1.123rc3.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
|
53
|
+
ob_metaflow_extensions-1.1.123rc3.dist-info/top_level.txt,sha256=NwG0ukwjygtanDETyp_BUdtYtqIA_lOjzFFh1TsnxvI,20
|
|
54
|
+
ob_metaflow_extensions-1.1.123rc3.dist-info/RECORD,,
|
{ob_metaflow_extensions-1.1.123rc2.dist-info → ob_metaflow_extensions-1.1.123rc3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|