metaflow-stubs 2.12.38__py2.py3-none-any.whl → 2.13__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 +222 -221
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/exception.pyi +3 -3
- metaflow-stubs/flowspec.pyi +6 -6
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +23 -23
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- 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 -2
- 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 +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +30 -2
- 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 -2
- 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 +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +15 -13
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- 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 +2 -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 +2 -2
- 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 +3 -3
- 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 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- 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 +4 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- 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 +3 -3
- 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 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +4 -2
- metaflow-stubs/runner/nbrun.pyi +3 -3
- metaflow-stubs/runner/subprocess_manager.pyi +5 -2
- metaflow-stubs/runner/utils.pyi +8 -8
- 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/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +5 -5
- metaflow-stubs/user_configs/config_options.pyi +8 -3
- metaflow-stubs/user_configs/config_parameters.pyi +8 -8
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.38.dist-info → metaflow_stubs-2.13.dist-info}/METADATA +2 -2
- metaflow_stubs-2.13.dist-info/RECORD +144 -0
- metaflow_stubs-2.12.38.dist-info/RECORD +0 -144
- {metaflow_stubs-2.12.38.dist-info → metaflow_stubs-2.13.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.38.dist-info → metaflow_stubs-2.13.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.109031 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.126335 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -77,6 +77,34 @@ class ArgoWorkflowsTriggeredRun(metaflow.runner.deployer.TriggeredRun, metaclass
|
|
77
77
|
True if the command was successful, False otherwise.
|
78
78
|
"""
|
79
79
|
...
|
80
|
+
def wait_for_completion(self, timeout: typing.Optional[int] = None):
|
81
|
+
"""
|
82
|
+
Wait for the workflow to complete or timeout.
|
83
|
+
|
84
|
+
Parameters
|
85
|
+
----------
|
86
|
+
timeout : int, optional, default None
|
87
|
+
Maximum time in seconds to wait for workflow completion.
|
88
|
+
If None, waits indefinitely.
|
89
|
+
|
90
|
+
Raises
|
91
|
+
------
|
92
|
+
TimeoutError
|
93
|
+
If the workflow does not complete within the specified timeout period.
|
94
|
+
"""
|
95
|
+
...
|
96
|
+
@property
|
97
|
+
def is_running(self):
|
98
|
+
"""
|
99
|
+
Check if the workflow is currently running.
|
100
|
+
|
101
|
+
Returns
|
102
|
+
-------
|
103
|
+
bool
|
104
|
+
True if the workflow status is either 'Pending' or 'Running',
|
105
|
+
False otherwise.
|
106
|
+
"""
|
107
|
+
...
|
80
108
|
@property
|
81
109
|
def status(self) -> typing.Optional[str]:
|
82
110
|
"""
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.083395 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
|
10
|
+
from . import batch as batch
|
10
11
|
from . import aws_utils as aws_utils
|
11
12
|
from . import step_functions as step_functions
|
12
|
-
from . import batch as batch
|
13
13
|
from . import aws_client as aws_client
|
14
14
|
from . import secrets_manager as secrets_manager
|
15
15
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.098972 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.098421 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.098060 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.121243 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.120385 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.121866 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.099175 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.123375 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -11,8 +11,8 @@ import metaflow
|
|
11
11
|
import typing
|
12
12
|
if typing.TYPE_CHECKING:
|
13
13
|
import metaflow.plugins.secrets
|
14
|
-
import metaflow.exception
|
15
14
|
import abc
|
15
|
+
import metaflow.exception
|
16
16
|
|
17
17
|
from ....exception import MetaflowException as MetaflowException
|
18
18
|
from ...secrets import SecretsProvider as SecretsProvider
|
@@ -51,23 +51,25 @@ class AwsSecretsManagerSecretsProvider(metaflow.plugins.secrets.SecretsProvider,
|
|
51
51
|
The secret payload from AWS is EITHER a string OR a binary blob.
|
52
52
|
|
53
53
|
If the secret contains a string payload ("SecretString"):
|
54
|
-
- if the `
|
54
|
+
- if the `json` option is True (default):
|
55
55
|
{SecretString} will be parsed as a JSON. If successfully parsed, AND the JSON contains a
|
56
56
|
top-level object, each entry K/V in the object will also be converted to an entry in the result. V will
|
57
57
|
always be casted to a string (if not already a string).
|
58
|
-
- If `
|
59
|
-
{SecretString} will be returned as a single entry in the result,
|
58
|
+
- If `json` option is False:
|
59
|
+
{SecretString} will be returned as a single entry in the result, where the key is either:
|
60
|
+
- the `secret_id`, OR
|
61
|
+
- the value set by `options={"env_var_name": custom_env_var_name}`.
|
60
62
|
|
61
|
-
Otherwise, the secret contains a binary blob payload ("SecretBinary")
|
62
|
-
- The result
|
63
|
+
Otherwise, if the secret contains a binary blob payload ("SecretBinary"):
|
64
|
+
- The result dict contains '{SecretName}': '{SecretBinary}', where {SecretBinary} is a base64-encoded string.
|
63
65
|
|
64
|
-
All keys in the result are sanitized to be more valid environment variable names. This is done on a best
|
66
|
+
All keys in the result are sanitized to be more valid environment variable names. This is done on a best-effort
|
65
67
|
basis. Further validation is expected to be done by the invoking @secrets decorator itself.
|
66
68
|
|
67
|
-
:param secret_id: ARN or friendly name of the secret
|
68
|
-
:param options:
|
69
|
-
:param role: AWS IAM Role ARN to assume before reading the secret
|
70
|
-
:return:
|
69
|
+
:param secret_id: ARN or friendly name of the secret.
|
70
|
+
:param options: Dictionary of additional options. E.g., `options={"env_var_name": custom_env_var_name}`.
|
71
|
+
:param role: AWS IAM Role ARN to assume before reading the secret.
|
72
|
+
:return: Dictionary of environment variables. All keys and values are strings.
|
71
73
|
"""
|
72
74
|
...
|
73
75
|
...
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.098637 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.122140 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.136198 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.122595 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.135879 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.136548 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.122391 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.123054 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.129172 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
13
12
|
import metaflow.runner.deployer
|
13
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
14
14
|
|
15
15
|
from .step_functions import StepFunctions as StepFunctions
|
16
16
|
from ....runner.deployer import DeployedFlow as DeployedFlow
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.088095 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.115444 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.115608 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.117067 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -11,8 +11,8 @@ import metaflow
|
|
11
11
|
import typing
|
12
12
|
if typing.TYPE_CHECKING:
|
13
13
|
import metaflow.plugins.secrets
|
14
|
-
import metaflow.exception
|
15
14
|
import abc
|
15
|
+
import metaflow.exception
|
16
16
|
|
17
17
|
from ..secrets import SecretsProvider as SecretsProvider
|
18
18
|
from ...exception import MetaflowException as MetaflowException
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.115968 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.116253 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.116744 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.086498 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.093472 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.plugins.cards.card_client
|
12
11
|
import metaflow
|
12
|
+
import metaflow.plugins.cards.card_client
|
13
13
|
|
14
14
|
from .card_resolver import resolve_paths_from_task as resolve_paths_from_task
|
15
15
|
from .card_resolver import resumed_info as resumed_info
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.113723 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.115031 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.114202 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -12,6 +12,8 @@ if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.decorators
|
13
13
|
|
14
14
|
from ...metaflow_current import current as current
|
15
|
+
from ...user_configs.config_options import ConfigInput as ConfigInput
|
16
|
+
from ...user_configs.config_parameters import dump_config_values as dump_config_values
|
15
17
|
from .component_serializer import CardComponentCollector as CardComponentCollector
|
16
18
|
from .component_serializer import get_card_class as get_card_class
|
17
19
|
from .card_creator import CardCreator as CardCreator
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.111391 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.091332 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.093976 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.095642 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,8 +10,8 @@ import typing
|
|
10
10
|
import metaflow
|
11
11
|
if typing.TYPE_CHECKING:
|
12
12
|
import metaflow.plugins.cards.card_modules.card
|
13
|
-
import metaflow.plugins.cards.card_modules.components
|
14
13
|
import typing
|
14
|
+
import metaflow.plugins.cards.card_modules.components
|
15
15
|
|
16
16
|
from .basic import LogComponent as LogComponent
|
17
17
|
from .basic import ErrorComponent as ErrorComponent
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.118905 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.119070 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.092355 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.115239 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.
|
4
|
-
# Generated on 2024-12-
|
3
|
+
# MF version: 2.13 #
|
4
|
+
# Generated on 2024-12-20T07:38:30.113394 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|