metaflow 2.12.31__py2.py3-none-any.whl → 2.12.32__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/cli.py +15 -14
- metaflow/version.py +1 -1
- {metaflow-2.12.31.dist-info → metaflow-2.12.32.dist-info}/METADATA +2 -2
- {metaflow-2.12.31.dist-info → metaflow-2.12.32.dist-info}/RECORD +8 -8
- {metaflow-2.12.31.dist-info → metaflow-2.12.32.dist-info}/LICENSE +0 -0
- {metaflow-2.12.31.dist-info → metaflow-2.12.32.dist-info}/WHEEL +0 -0
- {metaflow-2.12.31.dist-info → metaflow-2.12.32.dist-info}/entry_points.txt +0 -0
- {metaflow-2.12.31.dist-info → metaflow-2.12.32.dist-info}/top_level.txt +0 -0
metaflow/cli.py
CHANGED
@@ -802,20 +802,21 @@ def run(
|
|
802
802
|
"msg": "Starting run",
|
803
803
|
},
|
804
804
|
)
|
805
|
-
runtime.
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
805
|
+
with runtime.run_heartbeat():
|
806
|
+
runtime.print_workflow_info()
|
807
|
+
runtime.persist_constants()
|
808
|
+
|
809
|
+
if runner_attribute_file:
|
810
|
+
with open(runner_attribute_file, "w", encoding="utf-8") as f:
|
811
|
+
json.dump(
|
812
|
+
{
|
813
|
+
"run_id": runtime.run_id,
|
814
|
+
"flow_name": obj.flow.name,
|
815
|
+
"metadata": obj.metadata.metadata_str(),
|
816
|
+
},
|
817
|
+
f,
|
818
|
+
)
|
819
|
+
runtime.execute()
|
819
820
|
|
820
821
|
|
821
822
|
def write_file(file_path, content):
|
metaflow/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
metaflow_version = "2.12.
|
1
|
+
metaflow_version = "2.12.32"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.32
|
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.12.
|
29
|
+
Requires-Dist: metaflow-stubs==2.12.32; extra == "stubs"
|
30
30
|
|
31
31
|

|
32
32
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
metaflow/R.py,sha256=CqVfIatvmjciuICNnoyyNGrwE7Va9iXfLdFbQa52hwA,3958
|
2
2
|
metaflow/__init__.py,sha256=S_RsIec8DhFP9kEpEo28oexTUqgmW7XG3snqjg9BFxo,5669
|
3
3
|
metaflow/cards.py,sha256=tP1_RrtmqdFh741pqE4t98S7SA0MtGRlGvRICRZF1Mg,426
|
4
|
-
metaflow/cli.py,sha256=
|
4
|
+
metaflow/cli.py,sha256=b3AzNClYRiWdAV90_LR1YraPnB0oeHYbmTb3t_H18pA,35174
|
5
5
|
metaflow/cli_args.py,sha256=lcgBGNTvfaiPxiUnejAe60Upt9swG6lRy1_3OqbU6MY,2616
|
6
6
|
metaflow/clone_util.py,sha256=LSuVbFpPUh92UW32DBcnZbL0FFw-4w3CLa0tpEbCkzk,2066
|
7
7
|
metaflow/cmd_with_io.py,sha256=kl53HkAIyv0ecpItv08wZYczv7u3msD1VCcciqigqf0,588
|
@@ -36,7 +36,7 @@ metaflow/tuple_util.py,sha256=_G5YIEhuugwJ_f6rrZoelMFak3DqAR2tt_5CapS1XTY,830
|
|
36
36
|
metaflow/unbounded_foreach.py,sha256=p184WMbrMJ3xKYHwewj27ZhRUsSj_kw1jlye5gA9xJk,387
|
37
37
|
metaflow/util.py,sha256=olAvJK3y1it_k99MhLulTaAJo7OFVt5rnrD-ulIFLCU,13616
|
38
38
|
metaflow/vendor.py,sha256=FchtA9tH22JM-eEtJ2c9FpUdMn8sSb1VHuQS56EcdZk,5139
|
39
|
-
metaflow/version.py,sha256=
|
39
|
+
metaflow/version.py,sha256=UlmCI1Z4dlLrwJowsJ1ORnkNpYz3GOen97kVpkivC5Q,29
|
40
40
|
metaflow/_vendor/__init__.py,sha256=y_CiwUD3l4eAKvTVDZeqgVujMy31cAM1qjAB-HfI-9s,353
|
41
41
|
metaflow/_vendor/typing_extensions.py,sha256=0nUs5p1A_UrZigrAVBoOEM6TxU37zzPDUtiij1ZwpNc,110417
|
42
42
|
metaflow/_vendor/zipp.py,sha256=ajztOH-9I7KA_4wqDYygtHa6xUBVZgFpmZ8FE74HHHI,8425
|
@@ -348,9 +348,9 @@ metaflow/tutorials/07-worldview/README.md,sha256=5vQTrFqulJ7rWN6r20dhot9lI2sVj9W
|
|
348
348
|
metaflow/tutorials/07-worldview/worldview.ipynb,sha256=ztPZPI9BXxvW1QdS2Tfe7LBuVzvFvv0AToDnsDJhLdE,2237
|
349
349
|
metaflow/tutorials/08-autopilot/README.md,sha256=GnePFp_q76jPs991lMUqfIIh5zSorIeWznyiUxzeUVE,1039
|
350
350
|
metaflow/tutorials/08-autopilot/autopilot.ipynb,sha256=DQoJlILV7Mq9vfPBGW-QV_kNhWPjS5n6SJLqePjFYLY,3191
|
351
|
-
metaflow-2.12.
|
352
|
-
metaflow-2.12.
|
353
|
-
metaflow-2.12.
|
354
|
-
metaflow-2.12.
|
355
|
-
metaflow-2.12.
|
356
|
-
metaflow-2.12.
|
351
|
+
metaflow-2.12.32.dist-info/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
|
352
|
+
metaflow-2.12.32.dist-info/METADATA,sha256=_gQS-g4TESv6MPnBVuDHjf9qwcWyfTcDbEY-XcUaFAM,5907
|
353
|
+
metaflow-2.12.32.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
354
|
+
metaflow-2.12.32.dist-info/entry_points.txt,sha256=IKwTN1T3I5eJL3uo_vnkyxVffcgnRdFbKwlghZfn27k,57
|
355
|
+
metaflow-2.12.32.dist-info/top_level.txt,sha256=v1pDHoWaSaKeuc5fKTRSfsXCKSdW1zvNVmvA-i0if3o,9
|
356
|
+
metaflow-2.12.32.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|