metaflow-stubs 2.12.36__py2.py3-none-any.whl → 2.12.37__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-stubs/__init__.pyi +193 -189
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +9 -21
- metaflow-stubs/{plugins/cards/card_modules/chevron/metadata.pyi → cli_components/__init__.pyi} +3 -4
- metaflow-stubs/cli_components/utils.pyi +35 -0
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +10 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +19 -12
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +5 -5
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +34 -17
- metaflow-stubs/plugins/__init__.pyi +13 -13
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -4
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -5
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -3
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -7
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +3 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -3
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -3
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -3
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +4 -4
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +7 -7
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/{plugins/package_cli.pyi → user_configs/__init__.pyi} +5 -3
- metaflow-stubs/user_configs/config_decorators.pyi +253 -0
- metaflow-stubs/user_configs/config_options.pyi +82 -0
- metaflow-stubs/user_configs/config_parameters.pyi +217 -0
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.36.dist-info → metaflow_stubs-2.12.37.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.37.dist-info/RECORD +144 -0
- metaflow-stubs/clone_util.pyi +0 -14
- metaflow-stubs/mflog/__init__.pyi +0 -6
- metaflow-stubs/mflog/mflog.pyi +0 -69
- metaflow-stubs/plugins/airflow/airflow.pyi +0 -89
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +0 -37
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +0 -103
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +0 -25
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +0 -19
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +0 -69
- metaflow-stubs/plugins/cards/card_cli.pyi +0 -146
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +0 -17
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +0 -22
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +0 -77
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +0 -76
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +0 -33
- metaflow-stubs/plugins/logs_cli.pyi +0 -46
- metaflow-stubs/plugins/tag_cli.pyi +0 -19
- metaflow-stubs/procpoll.pyi +0 -53
- metaflow_stubs-2.12.36.dist-info/RECORD +0 -158
- {metaflow_stubs-2.12.36.dist-info → metaflow_stubs-2.12.37.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.36.dist-info → metaflow_stubs-2.12.37.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,144 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=20gNmJVqKOb9EIpYWSiTdm3TFOYAZmSIAlVWNcQGnk0,34944
|
2
|
+
metaflow-stubs/cards.pyi,sha256=0obzHc0oRN_fbrETk2L8Wy0rCE_cjjZtdsajQYCCLkI,1564
|
3
|
+
metaflow-stubs/cli.pyi,sha256=TAxQb1huqG0Grh_UbmxBuERhaGy4JBTDEVAnsBJYnEU,2235
|
4
|
+
metaflow-stubs/events.pyi,sha256=mYrVA1ZlbJcE9DxpuCpessbfQvKEfQWMg7W8WCtS1IU,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=B7-11t2-oQvZFW_qNeU3YUJSyhtA9TnfseRJOOBWSV4,2641
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=QpyOW81Z4MTip4y02VROohDU9dYIopkJwL-fFG4l89M,10271
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=cbFbqhMYlDh2kIXzzpa2Ur4cFm1eWYjzN3Lq04C1M0c,34
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=RDK_MVQf35f-sIZ7jmJjeGwiW3M7DNp1rl5vwJs8m0Q,4592
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=M99pRL-qIX5dFLrOVVeAKsE1k2kzKVCo--jrxWG5eb8,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=GemR8LR28ZiPiMPv2xVo9Qbaq_w-8FOCnFI3zzyQwhA,4628
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=szGzM59g0geCU6ZBKcZHcetf_KWQrVEgfBn7qbxpAHo,9655
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=2NDRHM7FcZ5fVKYLf6eQcpeEwxgIlnyUx5al5Uwjagc,2516
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=33s1TKmf94YB9suN_XUAGOKTUvzBwWmZRmqO8NTzmco,7390
|
14
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=gJZEIRHZzuXrBI8obOp50_FiQ_2LG3d9jIs0HlZ7Gk4,994
|
16
|
+
metaflow-stubs/tagging_util.pyi,sha256=Bsyxr9f3wkAGsuZDeeslpZCXirjfr-xYAN2izdH7Q44,1494
|
17
|
+
metaflow-stubs/tuple_util.pyi,sha256=lVCAzFF598eaCgfgIYdY1MZlJqf3hdbXXdA7qqZGhTU,663
|
18
|
+
metaflow-stubs/version.pyi,sha256=1-7p62LaQIzi1dZM1Ugk5BJH2XzKig8sPJcbuEY8l4M,577
|
19
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=bmcO8ByQZ1jeAsrv0N3gJYDnzNAQFj3wNuaTqaZ07fs,583
|
20
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=xb4hmadjq59o3aFk2RbywQzJkk9qlGXlInhH1CZCA6k,1260
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=qwhGkl74ulHJAQLcgENB_Wn1kHCcDxhz1OkKSCbxZcM,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=X95-myVj_Ig_IYXsyNvVn50hUEEIJgrZuIYPChy8HGU,44999
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=55GYD9kmYl3a8Git2PefLhAz6YZtgaLsdlK3JorSA_k,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=aALoB0BLERJ2lntul8DsGmNOwowRn-rTJr25bmAAaW8,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=T4MFfZw5zynPpH49WqtLVSXMwjduT-1vHGv1wfQJU6s,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=d2FzIpmE9IDnLNQDb9jFQo_DezyfC3YxEVYCMfspCWM,12392
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=2IATu5r5FshgZAdfTAZWRIqvgDPmRwXKAvugiJTuP2E,758
|
28
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=eEpmINrHpntqjS7hJidLwAwmHrbUvzYU55MjTFo3uro,3609
|
29
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=BkS_PjUPoweUbfzmpfT3zE_5Qd7c0q2jFEoA-yMjqhs,2243
|
30
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=wEQfHNB1eZE8oxUmKzcDCVY6Sb_Qppe8gAEKdJeVfYs,932
|
31
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=D12EMCY3IMroj9TcSNK2H93rLNcdoUj14hiqFG2aZTo,910
|
32
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=pRNNY7ZAkFI4xnekYo97b4sJ8-2DfY1qLwaNaj2Sb0s,1052
|
33
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=4NdxdGgzj9RhLkG-m4WF5V1kFn-iDlyUOZTQ9dVpd8c,4772
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=YihZkqTAlWb-Ak4wAPE9MY6yJJqdnNb-nuh74O2C7AQ,2445
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=RYCm1Xy07_QLK0HevbXojYTV39mGVgCTXz1-6BfEkaE,2743
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ti3DHs3WO84kjj1zyaxoNXfaQV0LyBv69m23vntvuds,1829
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=8GdejNJgdoQM300KQ6zhAM1a7snS5QCSUdjdB_Das1U,1709
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=4YRnPY9Op8WIY-JOw2K1kXlI6cMbYe5g2otRo02v-s0,1198
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=L7gwkiq3Xlzd8A2UlR9mTwIwNI0DRzyA82GoZkoNVGE,2087
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=pBlTnlGOeuJLh5LLYHQtlOd3zS0-nwvqnLYVXWZrGF4,2296
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=RX23g1pTWIOCYRmYJrjtrk2jJp-UDrmKavLP_9Sa1f0,722
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=Btp9Ci1o-nTN7Xj5Jw2nrPG5EghMzblT5he-eSetlXU,1229
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ZqB8rMdp7xLTY62oKxHNmXsr6V7j_r8xBBnIFNdKUqc,3154
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=_280RIbFw8LFT42_nuGjs-mz9a1QAqiLqguNDhmN99w,923
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=EHDzNVTkqHi7jMAQEtl5Y-Hc-ivtblE_N2iZWMicRbI,877
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Q1dG-QkeLCfIav6ZkDS6OdS3Eok2NI_waRj06T6l97A,1497
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=RmhZt4At60yIPkw5N_GYgpQwNjsiVANcFtPxvOai0xo,3309
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=MoIpBPlxPfjCbLdUkV0nvC2PCsufizr-lmqh747xa1E,3220
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ZlRZqZeodFQp6rjPCot_22IaQQ-hqFutkDQVDEL5Dfc,727
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=4ag2uF7C597ci6VuAWY8j5p51oZ3Dnp406nHdNEdMY0,2514
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=ifKtnNbKN2NIWWVGICc6Bts380AX_hzjOOVID341ou4,3348
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=IQ95SY6F70wwZ8GFX5AgAgBsZOUH812h2uje6iSr9Co,13674
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=9irPgPeP5QfU7byzR_kP-uoafoh1s78UsiMXPagdj6M,1406
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=nXfddgRXW1rjcTtlJYeWxyCtVrmt9mve56-O4taldhw,4595
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=_ar-mxKmJYlLCyNp-K3FE4P2HkAHa5ibduuuFO5K_EM,5267
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=CO5QE4P-9Cb4MzPevyzIeRfsmYFmI2UgW_pROvhYxak,755
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=LxHKm6Xtp5PboSs5Ykc-NDm6S9DieQ4iP8vsmt7Fjhg,930
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=BhXFIXlI-6yHlXkm7oy2ggnRG_enmReFUfSXI1jcsDg,3085
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=lFykonnZ5gKwWBBqqlU30CHQflrxAW_P1ZrJuyuv4sM,675
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=f0RKfKVp4YjS15E6lPJyxYaA-nJW8WvFX4ELMxorOH8,2905
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=NGoQnRDu6S05n701dAAnPJLVyypBozqF-it3dysoLrE,3767
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=eKsdbsecBqQVBVtfQq2avW-q0Nn4cSh4iNG68nQyf9M,6013
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Y8RXjq1nvdZyjlh7s666yEUWyIvef42tjuCJ03BK9pU,645
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=hF93F7cckO4gOO4f8IbzIs-SD_qbm9f6AE573BMax_k,3426
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=rFDZNJg6HiXVL7CcvlcURXClwc_52_Ivk86WPeUo52Q,792
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=fN3F1D7GimBCV6bXP2SY2itSa2ZKhDRMLat8Frwy0KE,976
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=xzmvOpf5IsoY2r2o1ry-U9skFxmxQkeouoCyCUEUxQ4,899
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=mo3nZKTcutTItyDVBVfEddtaRMtJPgAZV5h45hGs-Dk,1637
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=m2-4FU7wwLHvMJ8aEQAFA_uDGhPHzK2OHA5GifZ01JY,4553
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=QkUGlJJWqOHvZLu-wt6vLD2-nEtv6GVbxiu6AQRKDEA,1186
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=CuSuQo2zwYV-wqqoZF-TCPnVMzof0FsdgwqcWUCSw4w,1145
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ryzVDIkw6SECpMQvSNHpg75aYuNkLcKRQ-_o-DwlsD8,3881
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=rSNqut6oXfwI_nmGFJSQKeEiImwRsWuEVUgGwxYbRdQ,4342
|
74
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=ji709ws_5-bYEzLEPZfurJ3tNC3_K2oozfbO1a70p1o,1011
|
75
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=txqydimPzPGOBkETkJjSTSn4qyn7CgHheTPpratbRAk,1168
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=zzrl1NOppJHsb_semA-X7K8HVc35byROAe04O6PWQR0,999
|
77
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=cCrb7pIi37ozO_afUQjuDcSTx8G6WlNwyVSMaosy9so,2289
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=X4ZZ5DjJveKvWshAI_di6Zlo2bhfGveEhebR1GPpf1U,2458
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=xuuOVj0Bl53WVtpNfo6iUDKnuM_ezEdyhMf1YvgI27Q,1568
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=SD-RW5mJmF1DO_6MlYMvhX7mCLcMQXli33OJEUD2NME,1667
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=Riv0i7t7R78b9WMBSBlQOH2yxHmuGsJlJRPo1VNfCdQ,916
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=BLilCYphwVPR1u1vrusFHJrGZJhJS_hq9m-m792sFlY,4909
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Ht2Zu10ACFdAgsQwQ9EcSe9eiL9GYIfEJbvVjt4LuJg,1089
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=QlzdCHN3p33aaXoMMEd8dlsNXTsg8uMHys8IhqeViF0,2962
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=jyd6t9C6_lOo5zvVe8LnCfMQ994-G1Ihv47617ZH1Ws,2768
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=npcPWRTjzSO7iAGUKaIlvk3fLpNRONAmLVWHNMZHipI,759
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=YWIbAZle4fVcVOiUXUtDJTqcl4TrEYSAGjB-_W3ps14,8482
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=9XYuE3_Ju7h4KBjKpxbAHVZyosvZXjdJLhntvaX463I,2470
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=ucpmHm9027iPAEawB18pDGKG24S1BhCGOA8-qSQ9JKo,986
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=DRPapQe0WbHKf2mlUIPPaP9ovnhBdk3wc-5mS1_FEoE,7180
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=fVwxCm-m7-Nw2kfKBLkEzYdrLcyZ94eu463Bcf2x2iI,3092
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=PSYOn1ifUx3lYF7SG06uLLVi4Fy3YFy710QAbqBrIBU,10309
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Mh3WYkKCkgivNDtJDpjkPqAGqcqKMHAyI5Q9wd_0AdE,1479
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=VL9WSiUT1y2t1rJzzD80NwZTq2pGSm1-0tk6b8jwAc4,853
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=HzsPlSYeOMCiT-aE5QLjtDXVfLkpx5w9jLTy2ZD8Wpo,3622
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=vLRZxukwwj1oE0iJaTgp5cL2gViJPG-ErpPZzCOwOR4,933
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=4IIraNO5Tuf32lOBcinnssANeUtENN68ILw82k4KHs4,2797
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=1CNfJyxRJytQOpC1kszqB-b8lXPOzHc8FThF3N_lFy0,1204
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=tP2uHusH5Ui1gi74I3ObAifAvNbB3sE4cWKYOlFfsA8,23702
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=wtkrERhSnfEOnMMtwiitjA2cQIseFwOgJSmwX01_VNw,1036
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=D_IoEhbvtOw-uGJatNEm3KTd_8FyIYVigbYXof0TJUw,1132
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=dncrd3EfXQlYiyJaATYI_SmKNWF8nPR04JKpNqKfM_E,587
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Bs3h50rc4Bz5DHeg0z8uO5cGcZnziXU7WpsfAZgdaME,1200
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=SuPF1iMA6Cxxsc50R2oqZSrHUctuOLKw2Hz-0VxL5uI,923
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=uCJ6ykndfM4jFkrSzGjHP0ezrV3s5MHnIORopsRoYiM,3298
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=pACqMgh0UToqpAa6J9nb33y70OclewuxHtHrgi1RFNA,796
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=bWbJnGKgFbVFhxO845sT6L84NI11c5kMHz0aiIICYR8,899
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=EWRdeLcbOcrm-SPQ25UQatjLVi2K0pvU4PAenC3RkL8,1086
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=cEd6QOtvUfGbFVdYcewfQ7MJ6RYIaP_2wUEIlZHdkUo,1641
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=FYcOrFQwXsKQq2ddXoigEdVQBq4t8m2OJwn0-otsjhI,846
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=yPQUE7VQb5rG5kHITzxsOiJ2vsYFeBh5pDEq6f3W62I,881
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ownxKIlb3Lb18kwc7wXqLOb2_rats6DhEy73PpCVbCc,4254
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=zAtxcSksT2QxLm6yA7uPLtS7Xg7iVJX0ddMIRfcaHaY,1326
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=p9Er8Rgy6F6K12SOeeUDte_64_oJTAwhh5-IoE-Rauc,6755
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=p14esdhHQ5CAfjgBfVA5A2sJLR_ruJat4i_jHJTRu3I,2558
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=AQVEqMbyiH3hHJqFHPJXJMfmwfUliyzK76ZcrgcbJEs,5226
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=EUKfUrK88J_4Y0UQTb328_q80QRHRRzj_lSh273fxc0,915
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=oPwmUjpBhEorwx3w0rfNhSMR0ch-SRH6CdLHn-rwO7I,3789
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=TxkcttCL77nYbhyWGOtUeLuieLV38xyFqWllV3_rGEs,2409
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=bGCsO-KhaZTaLvTIoyT23h8Qp3fun66ek4rEDNGFRLI,2610
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=JGy1fEB1ms_tZqO5ZIzLfEf45htxWkCZMzmuiUMX2qU,834
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=btcdNZblDWiHuAsfsvPX0osu_9rdSndnh5GXkAf5WGo,825
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=ZNNPoF0e2ibqx3H2JVa23hm0vs203dTbMtLVm3acN2I,1042
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=sanJSK6l0QtHIKd9ZZtphVA6Z_zt-ywV5kOy6HhxQvY,986
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=U0BnHldGNJ1ttNcYFJ-X7N1Br_fiibncuwOQLmdtvB0,2345
|
126
|
+
metaflow-stubs/runner/__init__.pyi,sha256=X7DUQ3vu9NCMzIaj02Tqyri6_GTPq1FhesfEL06rHPI,831
|
127
|
+
metaflow-stubs/runner/deployer.pyi,sha256=4PSvtX172l-WKj4Un5zKaJjBDqaTsFO9mG7RT23AN-E,7525
|
128
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=x3Gm1cM7AOttD4bDtilEgOyC9ET1e4Rps9nabRlfVgE,3300
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=0Xl5_g8pUmpe-dY7DrRY2zhpK3nBJGOZt5q-JRVj_yE,10652
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=s6rBic7_yyPDQO5hJbTdl0-CFvsz5Fja06MibvL3r3Q,2815
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=flj41iBTVdMV3kFACSNu-8I6WvoQ6RUpLsUcBqahzYA,6022
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=YpTYjDnsfJDWy3FxCtYl-FX2Px1qe5GqVyIJNxejmsY,9136
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=sIT_HRBNmW_NuytZeS7SDukmdnkajesKPUvwKE5yVvo,5924
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=22VxpmtqQL68oru2wHGrD3yBRZz1i90TZAXVwq9vyNE,761
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=kYTvBKELOy1CcEzkgcuZS15Fv5ddfGuy1DZlSae8qfw,1666
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=lU5c7seFJtLvnb11KXAXQT4yFxhCaxkS3KkMkVWeEqE,1788
|
137
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=F9jcD_A0ILDQuCrjQgjOvC8vfapyqAT9TXaxObWgbx0,707
|
138
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=LUUjbeXqxsb_115f2Ub5uY-oMdGe_kVuVlqyP4_rIpU,8992
|
139
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=0HTpid12pVWltP-DXG4UFTCtbKKMrptZHU5YAFwLsDM,2692
|
140
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=Z-hu6UgUqhxGdFUxBAQgI_p_H0N0dj6Wjq5PnAEb1cM,8222
|
141
|
+
metaflow_stubs-2.12.37.dist-info/METADATA,sha256=WM4TGnyVer-QaqHbGWSASkcmIQiLk01w27mCeWYVbjQ,1403
|
142
|
+
metaflow_stubs-2.12.37.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
143
|
+
metaflow_stubs-2.12.37.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
144
|
+
metaflow_stubs-2.12.37.dist-info/RECORD,,
|
metaflow-stubs/clone_util.pyi
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.839501 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
|
10
|
-
from .metadata_provider.metadata import MetaDatum as MetaDatum
|
11
|
-
|
12
|
-
def clone_task_helper(flow_name, clone_run_id, run_id, step_name, clone_task_id, task_id, flow_datastore, metadata_service, origin_ds_set = None, attempt_id = 0):
|
13
|
-
...
|
14
|
-
|
@@ -1,6 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.863898 #
|
5
|
-
######################################################################################################
|
6
|
-
|
metaflow-stubs/mflog/mflog.pyi
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.863954 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import typing
|
10
|
-
if typing.TYPE_CHECKING:
|
11
|
-
import datetime
|
12
|
-
|
13
|
-
|
14
|
-
VERSION: bytes
|
15
|
-
|
16
|
-
RE: bytes
|
17
|
-
|
18
|
-
class MFLogline(tuple, metaclass=type):
|
19
|
-
"""
|
20
|
-
MFLogline(should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp)
|
21
|
-
"""
|
22
|
-
@staticmethod
|
23
|
-
def __new__(_cls, should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp):
|
24
|
-
"""
|
25
|
-
Create new instance of MFLogline(should_persist, version, utc_tstamp_str, logsource, id, msg, utc_tstamp)
|
26
|
-
"""
|
27
|
-
...
|
28
|
-
def __repr__(self):
|
29
|
-
"""
|
30
|
-
Return a nicely formatted representation string
|
31
|
-
"""
|
32
|
-
...
|
33
|
-
def __getnewargs__(self):
|
34
|
-
"""
|
35
|
-
Return self as a plain tuple. Used by copy and pickle.
|
36
|
-
"""
|
37
|
-
...
|
38
|
-
...
|
39
|
-
|
40
|
-
ISOFORMAT: str
|
41
|
-
|
42
|
-
MISSING_TIMESTAMP: datetime.datetime
|
43
|
-
|
44
|
-
MISSING_TIMESTAMP_STR: str
|
45
|
-
|
46
|
-
def utc_to_local(x):
|
47
|
-
...
|
48
|
-
|
49
|
-
def decorate(source, line, version = b'0', now = None, lineid = None):
|
50
|
-
...
|
51
|
-
|
52
|
-
def is_structured(line):
|
53
|
-
...
|
54
|
-
|
55
|
-
def parse(line):
|
56
|
-
...
|
57
|
-
|
58
|
-
def set_should_persist(line):
|
59
|
-
...
|
60
|
-
|
61
|
-
def unset_should_persist(line):
|
62
|
-
...
|
63
|
-
|
64
|
-
def refine(line, prefix = None, suffix = None):
|
65
|
-
...
|
66
|
-
|
67
|
-
def merge_logs(logs):
|
68
|
-
...
|
69
|
-
|
@@ -1,89 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.882789 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
|
10
|
-
from ...metaflow_current import current as current
|
11
|
-
from ...exception import MetaflowException as MetaflowException
|
12
|
-
from ...includefile import FilePathClass as FilePathClass
|
13
|
-
from ...parameters import DelayedEvaluationParameter as DelayedEvaluationParameter
|
14
|
-
from ...parameters import JSONTypeClass as JSONTypeClass
|
15
|
-
from ...parameters import deploy_time_eval as deploy_time_eval
|
16
|
-
from ..cards.card_modules import chevron as chevron
|
17
|
-
from ..kubernetes.kubernetes import Kubernetes as Kubernetes
|
18
|
-
from ..kubernetes.kube_utils import qos_requests_and_limits as qos_requests_and_limits
|
19
|
-
from ..timeout_decorator import get_run_time_limit_for_task as get_run_time_limit_for_task
|
20
|
-
from . import airflow_utils as airflow_utils
|
21
|
-
from .airflow_utils import AIRFLOW_MACROS as AIRFLOW_MACROS
|
22
|
-
from .airflow_utils import AirflowTask as AirflowTask
|
23
|
-
from .airflow_utils import Workflow as Workflow
|
24
|
-
from .exception import AirflowException as AirflowException
|
25
|
-
|
26
|
-
AIRFLOW_KUBERNETES_CONN_ID: None
|
27
|
-
|
28
|
-
AIRFLOW_KUBERNETES_KUBECONFIG_CONTEXT: None
|
29
|
-
|
30
|
-
AIRFLOW_KUBERNETES_KUBECONFIG_FILE: None
|
31
|
-
|
32
|
-
AIRFLOW_KUBERNETES_STARTUP_TIMEOUT_SECONDS: int
|
33
|
-
|
34
|
-
AWS_SECRETS_MANAGER_DEFAULT_REGION: None
|
35
|
-
|
36
|
-
GCP_SECRET_MANAGER_PREFIX: None
|
37
|
-
|
38
|
-
AZURE_STORAGE_BLOB_SERVICE_ENDPOINT: None
|
39
|
-
|
40
|
-
CARD_AZUREROOT: None
|
41
|
-
|
42
|
-
CARD_GSROOT: None
|
43
|
-
|
44
|
-
CARD_S3ROOT: None
|
45
|
-
|
46
|
-
DATASTORE_SYSROOT_AZURE: None
|
47
|
-
|
48
|
-
DATASTORE_SYSROOT_GS: None
|
49
|
-
|
50
|
-
DATASTORE_SYSROOT_S3: None
|
51
|
-
|
52
|
-
DATATOOLS_S3ROOT: None
|
53
|
-
|
54
|
-
DEFAULT_SECRETS_BACKEND_TYPE: None
|
55
|
-
|
56
|
-
KUBERNETES_SECRETS: str
|
57
|
-
|
58
|
-
KUBERNETES_SERVICE_ACCOUNT: None
|
59
|
-
|
60
|
-
S3_ENDPOINT_URL: None
|
61
|
-
|
62
|
-
SERVICE_HEADERS: dict
|
63
|
-
|
64
|
-
SERVICE_INTERNAL_URL: None
|
65
|
-
|
66
|
-
AZURE_KEY_VAULT_PREFIX: None
|
67
|
-
|
68
|
-
TASK_ID_XCOM_KEY: str
|
69
|
-
|
70
|
-
SUPPORTED_SENSORS: list
|
71
|
-
|
72
|
-
AIRFLOW_DEPLOY_TEMPLATE_FILE: str
|
73
|
-
|
74
|
-
class Airflow(object, metaclass=type):
|
75
|
-
def __init__(self, name, graph, flow, code_package_sha, code_package_url, metadata, flow_datastore, environment, event_logger, monitor, production_token, tags = None, namespace = None, username = None, max_workers = None, worker_pool = None, description = None, file_path = None, workflow_timeout = None, is_paused_upon_creation = True):
|
76
|
-
...
|
77
|
-
@classmethod
|
78
|
-
def get_existing_deployment(cls, name, flow_datastore):
|
79
|
-
...
|
80
|
-
@classmethod
|
81
|
-
def get_token_path(cls, name):
|
82
|
-
...
|
83
|
-
@classmethod
|
84
|
-
def save_deployment_token(cls, owner, name, token, flow_datastore):
|
85
|
-
...
|
86
|
-
def compile(self):
|
87
|
-
...
|
88
|
-
...
|
89
|
-
|
@@ -1,37 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.883245 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import metaflow
|
10
|
-
import typing
|
11
|
-
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.exception
|
13
|
-
|
14
|
-
from ...metaflow_current import current as current
|
15
|
-
from ..._vendor import click as click
|
16
|
-
from ...exception import MetaflowException as MetaflowException
|
17
|
-
from ...exception import MetaflowInternalError as MetaflowInternalError
|
18
|
-
from ..aws.step_functions.production_token import load_token as load_token
|
19
|
-
from ..aws.step_functions.production_token import new_token as new_token
|
20
|
-
from ..aws.step_functions.production_token import store_token as store_token
|
21
|
-
from ..kubernetes.kubernetes_decorator import KubernetesDecorator as KubernetesDecorator
|
22
|
-
from .airflow import Airflow as Airflow
|
23
|
-
from .exception import AirflowException as AirflowException
|
24
|
-
from .exception import NotSupportedException as NotSupportedException
|
25
|
-
|
26
|
-
class IncorrectProductionToken(metaflow.exception.MetaflowException, metaclass=type):
|
27
|
-
...
|
28
|
-
|
29
|
-
def resolve_token(name, token_prefix, obj, authorize, given_token, generate_new_token, is_project):
|
30
|
-
...
|
31
|
-
|
32
|
-
def make_flow(obj, dag_name, production_token, tags, is_paused_upon_creation, namespace, max_workers, workflow_timeout, worker_pool, file):
|
33
|
-
...
|
34
|
-
|
35
|
-
def resolve_dag_name(name):
|
36
|
-
...
|
37
|
-
|
@@ -1,103 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.891263 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import metaflow
|
10
|
-
import typing
|
11
|
-
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.exception
|
13
|
-
|
14
|
-
from ...parameters import JSONType as JSONType
|
15
|
-
from ...client.core import Run as Run
|
16
|
-
from ...metaflow_current import current as current
|
17
|
-
from ... import parameters as parameters
|
18
|
-
from ..._vendor import click as click
|
19
|
-
from ...client.core import get_metadata as get_metadata
|
20
|
-
from ...exception import MetaflowException as MetaflowException
|
21
|
-
from ...exception import MetaflowInternalError as MetaflowInternalError
|
22
|
-
from ...exception import MetaflowNotFound as MetaflowNotFound
|
23
|
-
from ..aws.step_functions.production_token import load_token as load_token
|
24
|
-
from ..aws.step_functions.production_token import new_token as new_token
|
25
|
-
from ..aws.step_functions.production_token import store_token as store_token
|
26
|
-
from ..environment_decorator import EnvironmentDecorator as EnvironmentDecorator
|
27
|
-
from ..kubernetes.kubernetes_decorator import KubernetesDecorator as KubernetesDecorator
|
28
|
-
from ...tagging_util import validate_tags as validate_tags
|
29
|
-
from .argo_workflows import ArgoWorkflows as ArgoWorkflows
|
30
|
-
|
31
|
-
ARGO_WORKFLOWS_UI_URL: None
|
32
|
-
|
33
|
-
KUBERNETES_NAMESPACE: str
|
34
|
-
|
35
|
-
SERVICE_VERSION_CHECK: bool
|
36
|
-
|
37
|
-
UI_URL: None
|
38
|
-
|
39
|
-
unsupported_decorators: dict
|
40
|
-
|
41
|
-
class IncorrectProductionToken(metaflow.exception.MetaflowException, metaclass=type):
|
42
|
-
...
|
43
|
-
|
44
|
-
class RunIdMismatch(metaflow.exception.MetaflowException, metaclass=type):
|
45
|
-
...
|
46
|
-
|
47
|
-
class IncorrectMetadataServiceVersion(metaflow.exception.MetaflowException, metaclass=type):
|
48
|
-
...
|
49
|
-
|
50
|
-
class ArgoWorkflowsNameTooLong(metaflow.exception.MetaflowException, metaclass=type):
|
51
|
-
...
|
52
|
-
|
53
|
-
class UnsupportedPythonVersion(metaflow.exception.MetaflowException, metaclass=type):
|
54
|
-
...
|
55
|
-
|
56
|
-
def check_python_version(obj):
|
57
|
-
...
|
58
|
-
|
59
|
-
def check_metadata_service_version(obj):
|
60
|
-
...
|
61
|
-
|
62
|
-
def resolve_workflow_name(obj, name):
|
63
|
-
...
|
64
|
-
|
65
|
-
def make_flow(obj, token, name, tags, namespace, max_workers, workflow_timeout, workflow_priority, auto_emit_argo_events, notify_on_error, notify_on_success, notify_slack_webhook_url, notify_pager_duty_integration_key, enable_heartbeat_daemon, enable_error_msg_capture):
|
66
|
-
...
|
67
|
-
|
68
|
-
def resolve_token(name, token_prefix, obj, authorize, given_token, generate_new_token, is_project):
|
69
|
-
...
|
70
|
-
|
71
|
-
def validate_token(name, token_prefix, authorize, instructions_fn = None):
|
72
|
-
"""
|
73
|
-
Validate that the production token matches that of the deployed flow.
|
74
|
-
In case both the user and token do not match, raises an error.
|
75
|
-
Optionally outputs instructions on token usage via the provided instruction_fn(flow_name, prev_user)
|
76
|
-
"""
|
77
|
-
...
|
78
|
-
|
79
|
-
def get_run_object(pathspec: str):
|
80
|
-
...
|
81
|
-
|
82
|
-
def get_status_considering_run_object(status, run_obj):
|
83
|
-
...
|
84
|
-
|
85
|
-
def validate_run_id(workflow_name, token_prefix, authorize, run_id, instructions_fn = None):
|
86
|
-
"""
|
87
|
-
Validates that a run_id adheres to the Argo Workflows naming rules, and
|
88
|
-
that it belongs to the current flow (accounting for project branch as well).
|
89
|
-
"""
|
90
|
-
...
|
91
|
-
|
92
|
-
def sanitize_for_argo(text):
|
93
|
-
"""
|
94
|
-
Sanitizes a string so it does not contain characters that are not permitted in Argo Workflow resource names.
|
95
|
-
"""
|
96
|
-
...
|
97
|
-
|
98
|
-
def remap_status(status):
|
99
|
-
"""
|
100
|
-
Group similar Argo Workflow statuses together in order to have similar output to step functions statuses.
|
101
|
-
"""
|
102
|
-
...
|
103
|
-
|
@@ -1,25 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.904213 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
|
10
|
-
from ...._vendor import click as click
|
11
|
-
from ....exception import CommandException as CommandException
|
12
|
-
from ....metadata_provider.util import sync_local_metadata_from_datastore as sync_local_metadata_from_datastore
|
13
|
-
from .batch import Batch as Batch
|
14
|
-
from .batch import BatchKilledException as BatchKilledException
|
15
|
-
|
16
|
-
METAFLOW_EXIT_DISALLOW_RETRY: int
|
17
|
-
|
18
|
-
DATASTORE_LOCAL_DIR: str
|
19
|
-
|
20
|
-
TASK_LOG_SOURCE: str
|
21
|
-
|
22
|
-
UBF_CONTROL: str
|
23
|
-
|
24
|
-
UBF_TASK: str
|
25
|
-
|
@@ -1,19 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.897842 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
def new_token(token_prefix, prev_token = None):
|
12
|
-
...
|
13
|
-
|
14
|
-
def load_token(token_prefix):
|
15
|
-
...
|
16
|
-
|
17
|
-
def store_token(token_prefix, token):
|
18
|
-
...
|
19
|
-
|
@@ -1,69 +0,0 @@
|
|
1
|
-
######################################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.36 #
|
4
|
-
# Generated on 2024-12-07T00:02:15.900879 #
|
5
|
-
######################################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import metaflow
|
10
|
-
import typing
|
11
|
-
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.exception
|
13
|
-
|
14
|
-
from ....parameters import JSONType as JSONType
|
15
|
-
from ....metaflow_current import current as current
|
16
|
-
from .... import parameters as parameters
|
17
|
-
from ....client.core import get_metadata as get_metadata
|
18
|
-
from ...._vendor import click as click
|
19
|
-
from ....exception import MetaflowException as MetaflowException
|
20
|
-
from ....exception import MetaflowInternalError as MetaflowInternalError
|
21
|
-
from ..batch.batch_decorator import BatchDecorator as BatchDecorator
|
22
|
-
from ....tagging_util import validate_tags as validate_tags
|
23
|
-
from .production_token import load_token as load_token
|
24
|
-
from .production_token import new_token as new_token
|
25
|
-
from .production_token import store_token as store_token
|
26
|
-
from .step_functions import StepFunctions as StepFunctions
|
27
|
-
|
28
|
-
SERVICE_VERSION_CHECK: bool
|
29
|
-
|
30
|
-
SFN_STATE_MACHINE_PREFIX: None
|
31
|
-
|
32
|
-
UI_URL: None
|
33
|
-
|
34
|
-
class IncorrectProductionToken(metaflow.exception.MetaflowException, metaclass=type):
|
35
|
-
...
|
36
|
-
|
37
|
-
class RunIdMismatch(metaflow.exception.MetaflowException, metaclass=type):
|
38
|
-
...
|
39
|
-
|
40
|
-
class IncorrectMetadataServiceVersion(metaflow.exception.MetaflowException, metaclass=type):
|
41
|
-
...
|
42
|
-
|
43
|
-
class StepFunctionsStateMachineNameTooLong(metaflow.exception.MetaflowException, metaclass=type):
|
44
|
-
...
|
45
|
-
|
46
|
-
def check_metadata_service_version(obj):
|
47
|
-
...
|
48
|
-
|
49
|
-
def resolve_state_machine_name(obj, name):
|
50
|
-
...
|
51
|
-
|
52
|
-
def make_flow(obj, token, name, tags, namespace, max_workers, workflow_timeout, is_project, use_distributed_map):
|
53
|
-
...
|
54
|
-
|
55
|
-
def resolve_token(name, token_prefix, obj, authorize, given_token, generate_new_token, is_project):
|
56
|
-
...
|
57
|
-
|
58
|
-
def validate_run_id(state_machine_name, token_prefix, authorize, run_id, instructions_fn = None):
|
59
|
-
...
|
60
|
-
|
61
|
-
def validate_token(name, token_prefix, authorize, instruction_fn = None):
|
62
|
-
"""
|
63
|
-
Validate that the production token matches that of the deployed flow.
|
64
|
-
|
65
|
-
In case both the user and token do not match, raises an error.
|
66
|
-
Optionally outputs instructions on token usage via the provided instruction_fn(flow_name, prev_user)
|
67
|
-
"""
|
68
|
-
...
|
69
|
-
|