metaflow 2.11.11__py2.py3-none-any.whl → 2.11.12__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.
- metaflow/plugins/aws/step_functions/step_functions.py +1 -1
- metaflow/plugins/env_escape/__init__.py +1 -1
- metaflow/version.py +1 -1
- {metaflow-2.11.11.dist-info → metaflow-2.11.12.dist-info}/METADATA +2 -2
- {metaflow-2.11.11.dist-info → metaflow-2.11.12.dist-info}/RECORD +9 -9
- {metaflow-2.11.11.dist-info → metaflow-2.11.12.dist-info}/LICENSE +0 -0
- {metaflow-2.11.11.dist-info → metaflow-2.11.12.dist-info}/WHEEL +0 -0
- {metaflow-2.11.11.dist-info → metaflow-2.11.12.dist-info}/entry_points.txt +0 -0
- {metaflow-2.11.11.dist-info → metaflow-2.11.12.dist-info}/top_level.txt +0 -0
@@ -439,7 +439,7 @@ class StepFunctions(object):
|
|
439
439
|
JSONItemReader()
|
440
440
|
.resource("arn:aws:states:::s3:getObject")
|
441
441
|
.parameter("Bucket.$", "$.Body.DestinationBucket")
|
442
|
-
.parameter("Key.$", "$.Body.ResultFiles.SUCCEEDED
|
442
|
+
.parameter("Key.$", "$.Body.ResultFiles.SUCCEEDED[0].Key")
|
443
443
|
)
|
444
444
|
.output_path("$.[0]")
|
445
445
|
)
|
@@ -36,7 +36,6 @@ from metaflow.extension_support import get_modules
|
|
36
36
|
|
37
37
|
from .exception_transferer import RemoteInterpreterException
|
38
38
|
from .client_modules import create_modules
|
39
|
-
from metaflow.metaflow_config import ESCAPE_HATCH_WARNING
|
40
39
|
|
41
40
|
# Determine what is the python executable to use for the environment escape. To do this,
|
42
41
|
# we look for ENV_ESCAPE_PY in the environment AND store it. When metaflow
|
@@ -111,6 +110,7 @@ import importlib
|
|
111
110
|
import os
|
112
111
|
import sys
|
113
112
|
from metaflow.plugins.env_escape.client_modules import ModuleImporter
|
113
|
+
from metaflow.metaflow_config import ESCAPE_HATCH_WARNING
|
114
114
|
|
115
115
|
# This is a trampoline file to ensure that the ModuleImporter to handle the emulated
|
116
116
|
# modules gets properly loaded. If multiple modules are emulated by a single configuration
|
metaflow/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
metaflow_version = "2.11.
|
1
|
+
metaflow_version = "2.11.12"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.12
|
4
4
|
Summary: Metaflow: More Data Science, Less Engineering
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -26,7 +26,7 @@ License-File: LICENSE
|
|
26
26
|
Requires-Dist: requests
|
27
27
|
Requires-Dist: boto3
|
28
28
|
Provides-Extra: stubs
|
29
|
-
Requires-Dist: metaflow-stubs ==2.11.
|
29
|
+
Requires-Dist: metaflow-stubs ==2.11.12 ; extra == 'stubs'
|
30
30
|
|
31
31
|

|
32
32
|
|
@@ -34,7 +34,7 @@ metaflow/task.py,sha256=ecGaULbK8kXPnyWzH1u6wtGclm0qeJm7K95amEL17sQ,25863
|
|
34
34
|
metaflow/unbounded_foreach.py,sha256=p184WMbrMJ3xKYHwewj27ZhRUsSj_kw1jlye5gA9xJk,387
|
35
35
|
metaflow/util.py,sha256=RrjsvADLKxSqjL76CxKh_J4OJl840B9Ak3V-vXleGas,13429
|
36
36
|
metaflow/vendor.py,sha256=LZgXrh7ZSDmD32D1T5jj3OKKpXIqqxKzdMAOc5V0SD4,5162
|
37
|
-
metaflow/version.py,sha256=
|
37
|
+
metaflow/version.py,sha256=xc9RGVTlcPv4YdjEJQkhp1o3HJkzjUbLq8GEQhX6-3Q,29
|
38
38
|
metaflow/_vendor/__init__.py,sha256=y_CiwUD3l4eAKvTVDZeqgVujMy31cAM1qjAB-HfI-9s,353
|
39
39
|
metaflow/_vendor/click/__init__.py,sha256=FkyGDQ-cbiQxP_lxgUspyFYS48f2S_pTcfKPz-d_RMo,2463
|
40
40
|
metaflow/_vendor/click/_bashcomplete.py,sha256=9J98IHQYmCAr2Jup6TDshUr5FJEen-AoQCZR0K5nKxQ,12309
|
@@ -169,7 +169,7 @@ metaflow/plugins/aws/step_functions/event_bridge_client.py,sha256=U9-tqKdih4KR-Z
|
|
169
169
|
metaflow/plugins/aws/step_functions/production_token.py,sha256=_o4emv3rozYZoWpaj1Y6UfKhTMlYpQc7GDDDBfZ2G7s,1898
|
170
170
|
metaflow/plugins/aws/step_functions/schedule_decorator.py,sha256=Ab1rW8O_no4HNZm4__iBmFDCDW0Z8-TgK4lnxHHA6HI,1940
|
171
171
|
metaflow/plugins/aws/step_functions/set_batch_environment.py,sha256=ibiGWFHDjKcLfprH3OsX-g2M9lUsh6J-bp7v2cdLhD4,1294
|
172
|
-
metaflow/plugins/aws/step_functions/step_functions.py,sha256=
|
172
|
+
metaflow/plugins/aws/step_functions/step_functions.py,sha256=vXhtq9BSY9zmyG1Z0bj38Sq8RU3Oftgi6CAfiEj21Ws,51844
|
173
173
|
metaflow/plugins/aws/step_functions/step_functions_cli.py,sha256=KlH9jJL0VfsT0JqBhLwaWdYjaccU8UEArKAFnIJbSoU,24426
|
174
174
|
metaflow/plugins/aws/step_functions/step_functions_client.py,sha256=DKpNwAIWElvWjFANs5Ku3rgzjxFoqAD6k-EF8Xhkg3Q,4754
|
175
175
|
metaflow/plugins/aws/step_functions/step_functions_decorator.py,sha256=9hw_MX36RyFp6IowuAYaJzJg9UC5KCe1FNt1PcG7_J0,3791
|
@@ -217,7 +217,7 @@ metaflow/plugins/datatools/s3/s3.py,sha256=v2vkJxN3qYAHpu5na2V0GoXjItg8DGeQe71P3
|
|
217
217
|
metaflow/plugins/datatools/s3/s3op.py,sha256=ZQFSxlaQUt-Ko_kIXMbHOKJc8q4FPXogS3xI6xsDR7Y,43390
|
218
218
|
metaflow/plugins/datatools/s3/s3tail.py,sha256=boQjQGQMI-bvTqcMP2y7uSlSYLcvWOy7J3ZUaF78NAA,2597
|
219
219
|
metaflow/plugins/datatools/s3/s3util.py,sha256=FgRgaVmEq7-i2dV7q8XK5w5PfFt-xJjZa8WrK8IJfdI,3769
|
220
|
-
metaflow/plugins/env_escape/__init__.py,sha256=
|
220
|
+
metaflow/plugins/env_escape/__init__.py,sha256=Q2Sgnzi-x-BfGxIb8IC_dHjlEqw4zRnN3Yi-bCRsDc4,8854
|
221
221
|
metaflow/plugins/env_escape/client.py,sha256=GsFZqjhGttd4eMU_CTw14sfNBV4vBKUUShp4SR0D8k8,25066
|
222
222
|
metaflow/plugins/env_escape/client_modules.py,sha256=hQAcwz41wd6NnHezdI2Tv37ngO3CYuJ2WG8Wak6z59s,9295
|
223
223
|
metaflow/plugins/env_escape/consts.py,sha256=jafRUdqZnkeKSgpdmRcTmnsVhEhVAjfQ6TKErbRH7wo,1000
|
@@ -298,9 +298,9 @@ metaflow/tutorials/07-worldview/README.md,sha256=5vQTrFqulJ7rWN6r20dhot9lI2sVj9W
|
|
298
298
|
metaflow/tutorials/07-worldview/worldview.ipynb,sha256=ztPZPI9BXxvW1QdS2Tfe7LBuVzvFvv0AToDnsDJhLdE,2237
|
299
299
|
metaflow/tutorials/08-autopilot/README.md,sha256=GnePFp_q76jPs991lMUqfIIh5zSorIeWznyiUxzeUVE,1039
|
300
300
|
metaflow/tutorials/08-autopilot/autopilot.ipynb,sha256=DQoJlILV7Mq9vfPBGW-QV_kNhWPjS5n6SJLqePjFYLY,3191
|
301
|
-
metaflow-2.11.
|
302
|
-
metaflow-2.11.
|
303
|
-
metaflow-2.11.
|
304
|
-
metaflow-2.11.
|
305
|
-
metaflow-2.11.
|
306
|
-
metaflow-2.11.
|
301
|
+
metaflow-2.11.12.dist-info/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
|
302
|
+
metaflow-2.11.12.dist-info/METADATA,sha256=iWxUdtrUA_QE3eu7Grl1NiOlTjpY4g_5RJgr1hvHajQ,5908
|
303
|
+
metaflow-2.11.12.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
304
|
+
metaflow-2.11.12.dist-info/entry_points.txt,sha256=IKwTN1T3I5eJL3uo_vnkyxVffcgnRdFbKwlghZfn27k,57
|
305
|
+
metaflow-2.11.12.dist-info/top_level.txt,sha256=v1pDHoWaSaKeuc5fKTRSfsXCKSdW1zvNVmvA-i0if3o,9
|
306
|
+
metaflow-2.11.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|