metaflow-stubs 2.12.27__py2.py3-none-any.whl → 2.12.29__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 +217 -2921
- metaflow-stubs/cards.pyi +19 -473
- metaflow-stubs/cli.pyi +17 -81
- metaflow-stubs/client/__init__.pyi +19 -1113
- metaflow-stubs/client/core.pyi +19 -159
- metaflow-stubs/client/filecache.pyi +8 -12
- metaflow-stubs/clone_util.pyi +6 -26
- metaflow-stubs/events.pyi +7 -6
- metaflow-stubs/exception.pyi +8 -6
- metaflow-stubs/flowspec.pyi +22 -106
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +16 -564
- metaflow-stubs/info_file.pyi +6 -5
- metaflow-stubs/metadata_provider/__init__.pyi +16 -0
- metaflow-stubs/metadata_provider/heartbeat.pyi +34 -0
- metaflow-stubs/{metadata → metadata_provider}/metadata.pyi +10 -22
- metaflow-stubs/metadata_provider/util.pyi +19 -0
- metaflow-stubs/metaflow_config.pyi +8 -11
- metaflow-stubs/metaflow_current.pyi +8 -7
- metaflow-stubs/mflog/__init__.pyi +6 -0
- metaflow-stubs/mflog/mflog.pyi +52 -5
- metaflow-stubs/multicore_utils.pyi +6 -5
- metaflow-stubs/parameters.pyi +13 -23
- metaflow-stubs/plugins/__init__.pyi +51 -163
- metaflow-stubs/plugins/airflow/__init__.pyi +12 -5
- metaflow-stubs/plugins/airflow/airflow.pyi +19 -130
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +17 -136
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +7 -26
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +7 -6
- metaflow-stubs/plugins/airflow/exception.pyi +7 -11
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +10 -97
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +9 -30
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +9 -40
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +9 -40
- metaflow-stubs/plugins/argo/__init__.pyi +12 -5
- metaflow-stubs/plugins/argo/argo_client.pyi +8 -26
- metaflow-stubs/plugins/argo/argo_events.pyi +7 -11
- metaflow-stubs/plugins/argo/argo_workflows.pyi +17 -121
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +22 -460
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +13 -405
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +65 -322
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +165 -0
- metaflow-stubs/plugins/aws/__init__.pyi +11 -5
- metaflow-stubs/plugins/aws/aws_client.pyi +6 -5
- metaflow-stubs/plugins/aws/aws_utils.pyi +6 -11
- metaflow-stubs/plugins/aws/batch/__init__.pyi +10 -5
- metaflow-stubs/plugins/aws/batch/batch.pyi +10 -55
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +10 -31
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +7 -11
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +15 -140
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +7 -5
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +10 -21
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +15 -5
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +7 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +11 -65
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +19 -175
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +8 -37
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +53 -290
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +127 -0
- metaflow-stubs/plugins/azure/__init__.pyi +12 -7
- metaflow-stubs/plugins/azure/azure_credential.pyi +6 -5
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +7 -11
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +11 -24
- metaflow-stubs/plugins/azure/azure_utils.pyi +11 -29
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +8 -23
- metaflow-stubs/plugins/azure/includefile_support.pyi +7 -17
- metaflow-stubs/plugins/cards/__init__.pyi +15 -5
- metaflow-stubs/plugins/cards/card_cli.pyi +22 -491
- metaflow-stubs/plugins/cards/card_client.pyi +14 -76
- metaflow-stubs/plugins/cards/card_creator.pyi +7 -10
- metaflow-stubs/plugins/cards/card_datastore.pyi +10 -18
- metaflow-stubs/plugins/cards/card_decorator.pyi +10 -126
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +14 -81
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +13 -96
- metaflow-stubs/plugins/cards/card_modules/card.pyi +6 -5
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +12 -73
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +6 -61
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +6 -5
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +8 -45
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +7 -6
- metaflow-stubs/plugins/cards/card_modules/components.pyi +24 -107
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +6 -5
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +6 -12
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +11 -88
- metaflow-stubs/plugins/cards/card_resolver.pyi +6 -49
- metaflow-stubs/plugins/cards/component_serializer.pyi +13 -63
- metaflow-stubs/plugins/cards/exception.pyi +7 -11
- metaflow-stubs/plugins/catch_decorator.pyi +9 -29
- metaflow-stubs/plugins/datatools/__init__.pyi +13 -392
- metaflow-stubs/plugins/datatools/local.pyi +7 -11
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +19 -653
- metaflow-stubs/plugins/datatools/s3/s3.pyi +16 -264
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +7 -10
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +6 -11
- metaflow-stubs/plugins/debug_logger.pyi +7 -5
- metaflow-stubs/plugins/debug_monitor.pyi +7 -5
- metaflow-stubs/plugins/environment_decorator.pyi +7 -5
- metaflow-stubs/plugins/events_decorator.pyi +8 -14
- metaflow-stubs/plugins/frameworks/__init__.pyi +7 -5
- metaflow-stubs/plugins/frameworks/pytorch.pyi +8 -45
- metaflow-stubs/plugins/gcp/__init__.pyi +11 -7
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +11 -24
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +7 -11
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +6 -5
- metaflow-stubs/plugins/gcp/gs_utils.pyi +8 -20
- metaflow-stubs/plugins/gcp/includefile_support.pyi +7 -17
- metaflow-stubs/plugins/kubernetes/__init__.pyi +13 -5
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +6 -10
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +9 -29
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +16 -155
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +9 -72
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +19 -142
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +8 -41
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +7 -11
- metaflow-stubs/plugins/logs_cli.pyi +10 -9
- metaflow-stubs/plugins/package_cli.pyi +7 -5
- metaflow-stubs/plugins/parallel_decorator.pyi +11 -59
- metaflow-stubs/plugins/project_decorator.pyi +8 -14
- metaflow-stubs/plugins/pypi/__init__.pyi +12 -11
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +8 -27
- metaflow-stubs/plugins/pypi/conda_environment.pyi +12 -18
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +7 -5
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +7 -39
- metaflow-stubs/plugins/pypi/utils.pyi +7 -11
- metaflow-stubs/plugins/resources_decorator.pyi +7 -5
- metaflow-stubs/plugins/retry_decorator.pyi +7 -11
- metaflow-stubs/plugins/secrets/__init__.pyi +9 -5
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +8 -13
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +7 -11
- metaflow-stubs/plugins/storage_executor.pyi +6 -11
- metaflow-stubs/plugins/tag_cli.pyi +14 -396
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +9 -34
- metaflow-stubs/plugins/timeout_decorator.pyi +7 -11
- metaflow-stubs/procpoll.pyi +7 -5
- metaflow-stubs/pylint_wrapper.pyi +7 -11
- metaflow-stubs/runner/__init__.pyi +13 -5
- metaflow-stubs/runner/deployer.pyi +102 -210
- metaflow-stubs/runner/deployer_impl.pyi +87 -0
- metaflow-stubs/runner/metaflow_runner.pyi +24 -508
- metaflow-stubs/runner/nbdeploy.pyi +16 -60
- metaflow-stubs/runner/nbrun.pyi +11 -148
- metaflow-stubs/runner/subprocess_manager.pyi +9 -10
- metaflow-stubs/runner/utils.pyi +44 -9
- metaflow-stubs/system/__init__.pyi +9 -107
- metaflow-stubs/system/system_logger.pyi +6 -15
- metaflow-stubs/system/system_monitor.pyi +6 -16
- metaflow-stubs/tagging_util.pyi +6 -10
- metaflow-stubs/tuple_util.pyi +6 -5
- metaflow-stubs/version.pyi +6 -5
- {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.29.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.29.dist-info/RECORD +158 -0
- {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.29.dist-info}/WHEEL +1 -1
- metaflow-stubs/metadata/util.pyi +0 -18
- metaflow_stubs-2.12.27.dist-info/RECORD +0 -152
- {metaflow_stubs-2.12.27.dist-info → metaflow_stubs-2.12.29.dist-info}/top_level.txt +0 -0
@@ -1,50 +1,19 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
5
|
-
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.29 #
|
4
|
+
# Generated on 2024-11-07T22:19:34.644829 #
|
5
|
+
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
+
import metaflow
|
9
10
|
import typing
|
10
11
|
if typing.TYPE_CHECKING:
|
11
12
|
import metaflow.plugins.airflow.sensors.base_sensor
|
12
|
-
import metaflow.exception
|
13
|
-
import metaflow.decorators
|
14
13
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
"""
|
19
|
-
def __init__(self, *args, **kwargs):
|
20
|
-
...
|
21
|
-
def serialize_operator_args(self):
|
22
|
-
"""
|
23
|
-
Subclasses will parse the decorator arguments to
|
24
|
-
Airflow task serializable arguments.
|
25
|
-
"""
|
26
|
-
...
|
27
|
-
def create_task(self):
|
28
|
-
...
|
29
|
-
def validate(self, flow):
|
30
|
-
"""
|
31
|
-
Validate if the arguments for the sensor are correct.
|
32
|
-
"""
|
33
|
-
...
|
34
|
-
def flow_init(self, flow, graph, environment, flow_datastore, metadata, logger, echo, options):
|
35
|
-
...
|
36
|
-
...
|
37
|
-
|
38
|
-
class SensorNames(object, metaclass=type):
|
39
|
-
@classmethod
|
40
|
-
def get_supported_sensors(cls):
|
41
|
-
...
|
42
|
-
...
|
43
|
-
|
44
|
-
class AirflowException(metaflow.exception.MetaflowException, metaclass=type):
|
45
|
-
def __init__(self, msg):
|
46
|
-
...
|
47
|
-
...
|
14
|
+
from .base_sensor import AirflowSensorDecorator as AirflowSensorDecorator
|
15
|
+
from ..airflow_utils import SensorNames as SensorNames
|
16
|
+
from ..exception import AirflowException as AirflowException
|
48
17
|
|
49
18
|
class S3KeySensorDecorator(metaflow.plugins.airflow.sensors.base_sensor.AirflowSensorDecorator, metaclass=type):
|
50
19
|
"""
|
@@ -1,9 +1,16 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
5
|
-
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.29 #
|
4
|
+
# Generated on 2024-11-07T22:19:34.584185 #
|
5
|
+
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
|
10
|
+
from . import argo_events as argo_events
|
11
|
+
from . import argo_workflows_decorator as argo_workflows_decorator
|
12
|
+
from . import argo_workflows_deployer as argo_workflows_deployer
|
13
|
+
from . import argo_client as argo_client
|
14
|
+
from . import argo_workflows as argo_workflows
|
15
|
+
from . import argo_workflows_cli as argo_workflows_cli
|
16
|
+
|
@@ -1,36 +1,18 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
5
|
-
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.29 #
|
4
|
+
# Generated on 2024-11-07T22:19:34.605508 #
|
5
|
+
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
+
import metaflow
|
9
10
|
import typing
|
10
11
|
if typing.TYPE_CHECKING:
|
11
12
|
import metaflow.exception
|
12
13
|
|
13
|
-
|
14
|
-
|
15
|
-
...
|
16
|
-
def __str__(self):
|
17
|
-
...
|
18
|
-
...
|
19
|
-
|
20
|
-
class KubernetesClient(object, metaclass=type):
|
21
|
-
def __init__(self):
|
22
|
-
...
|
23
|
-
def get(self):
|
24
|
-
...
|
25
|
-
def list(self, flow_name, run_id, user):
|
26
|
-
...
|
27
|
-
def kill_pods(self, flow_name, run_id, user, echo):
|
28
|
-
...
|
29
|
-
def jobset(self, **kwargs):
|
30
|
-
...
|
31
|
-
def job(self, **kwargs):
|
32
|
-
...
|
33
|
-
...
|
14
|
+
from ...exception import MetaflowException as MetaflowException
|
15
|
+
from ..kubernetes.kubernetes_client import KubernetesClient as KubernetesClient
|
34
16
|
|
35
17
|
class ArgoClientException(metaflow.exception.MetaflowException, metaclass=type):
|
36
18
|
...
|
@@ -1,21 +1,17 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
5
|
-
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.29 #
|
4
|
+
# Generated on 2024-11-07T22:19:34.604019 #
|
5
|
+
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
+
import metaflow
|
9
10
|
import typing
|
10
11
|
if typing.TYPE_CHECKING:
|
11
12
|
import metaflow.exception
|
12
13
|
|
13
|
-
|
14
|
-
def __init__(self, msg = "", lineno = None):
|
15
|
-
...
|
16
|
-
def __str__(self):
|
17
|
-
...
|
18
|
-
...
|
14
|
+
from ...exception import MetaflowException as MetaflowException
|
19
15
|
|
20
16
|
ARGO_EVENTS_WEBHOOK_AUTH: str
|
21
17
|
|
@@ -1,42 +1,28 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
5
|
-
|
1
|
+
######################################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.12.29 #
|
4
|
+
# Generated on 2024-11-07T22:19:34.610522 #
|
5
|
+
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
+
import metaflow
|
9
10
|
import typing
|
10
11
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.graph
|
12
|
-
import metaflow._vendor.click.types
|
13
|
-
import metaflow.parameters
|
14
12
|
import metaflow.exception
|
15
|
-
import metaflow.
|
16
|
-
|
17
|
-
inf: float
|
18
|
-
|
19
|
-
JSONType: metaflow.parameters.JSONTypeClass
|
13
|
+
import metaflow.graph
|
20
14
|
|
21
|
-
|
15
|
+
from ...parameters import JSONType as JSONType
|
16
|
+
from ...metaflow_current import current as current
|
17
|
+
from ...exception import MetaflowException as MetaflowException
|
18
|
+
from ...includefile import FilePathClass as FilePathClass
|
19
|
+
from ...parameters import deploy_time_eval as deploy_time_eval
|
20
|
+
from ..kubernetes.kubernetes import parse_kube_keyvalue_list as parse_kube_keyvalue_list
|
21
|
+
from ..kubernetes.kubernetes import validate_kube_labels as validate_kube_labels
|
22
|
+
from ..kubernetes.kubernetes_jobsets import KubernetesArgoJobSet as KubernetesArgoJobSet
|
23
|
+
from .argo_client import ArgoClient as ArgoClient
|
22
24
|
|
23
|
-
|
24
|
-
def __init__(self, msg = "", lineno = None):
|
25
|
-
...
|
26
|
-
def __str__(self):
|
27
|
-
...
|
28
|
-
...
|
29
|
-
|
30
|
-
class FilePathClass(metaflow._vendor.click.types.ParamType, metaclass=type):
|
31
|
-
def __init__(self, is_text, encoding):
|
32
|
-
...
|
33
|
-
def convert(self, value, param, ctx):
|
34
|
-
...
|
35
|
-
def __str__(self):
|
36
|
-
...
|
37
|
-
def __repr__(self):
|
38
|
-
...
|
39
|
-
...
|
25
|
+
inf: float
|
40
26
|
|
41
27
|
ARGO_EVENTS_EVENT: None
|
42
28
|
|
@@ -108,100 +94,10 @@ UI_URL: None
|
|
108
94
|
|
109
95
|
BASH_SAVE_LOGS: str
|
110
96
|
|
111
|
-
def deploy_time_eval(value):
|
112
|
-
...
|
113
|
-
|
114
|
-
def parse_kube_keyvalue_list(items: typing.List[str], requires_both: bool = True):
|
115
|
-
...
|
116
|
-
|
117
|
-
def validate_kube_labels(labels: typing.Optional[typing.Dict[str, typing.Optional[str]]]) -> bool:
|
118
|
-
"""
|
119
|
-
Validate label values.
|
120
|
-
|
121
|
-
This validates the kubernetes label values. It does not validate the keys.
|
122
|
-
Ideally, keys should be static and also the validation rules for keys are
|
123
|
-
more complex than those for values. For full validation rules, see:
|
124
|
-
|
125
|
-
https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set
|
126
|
-
"""
|
127
|
-
...
|
128
|
-
|
129
|
-
class KubernetesArgoJobSet(object, metaclass=type):
|
130
|
-
def __init__(self, kubernetes_sdk, name = None, namespace = None, **kwargs):
|
131
|
-
...
|
132
|
-
@property
|
133
|
-
def jobset_control_addr(self):
|
134
|
-
...
|
135
|
-
@property
|
136
|
-
def worker(self):
|
137
|
-
...
|
138
|
-
@property
|
139
|
-
def control(self):
|
140
|
-
...
|
141
|
-
def environment_variable_from_selector(self, name, label_value):
|
142
|
-
...
|
143
|
-
def environment_variables_from_selectors(self, env_dict):
|
144
|
-
...
|
145
|
-
def environment_variable(self, name, value):
|
146
|
-
...
|
147
|
-
def label(self, name, value):
|
148
|
-
...
|
149
|
-
def annotation(self, name, value):
|
150
|
-
...
|
151
|
-
def dump(self):
|
152
|
-
...
|
153
|
-
...
|
154
|
-
|
155
97
|
UBF_CONTROL: str
|
156
98
|
|
157
99
|
UBF_TASK: str
|
158
100
|
|
159
|
-
class ArgoClient(object, metaclass=type):
|
160
|
-
def __init__(self, namespace = None):
|
161
|
-
...
|
162
|
-
def get_workflow(self, name):
|
163
|
-
...
|
164
|
-
def get_workflow_template(self, name):
|
165
|
-
...
|
166
|
-
def get_workflow_templates(self):
|
167
|
-
...
|
168
|
-
def register_workflow_template(self, name, workflow_template):
|
169
|
-
...
|
170
|
-
def delete_cronworkflow(self, name):
|
171
|
-
"""
|
172
|
-
Issues an API call for deleting a cronworkflow
|
173
|
-
|
174
|
-
Returns either the successful API response, or None in case the resource was not found.
|
175
|
-
"""
|
176
|
-
...
|
177
|
-
def delete_workflow_template(self, name):
|
178
|
-
"""
|
179
|
-
Issues an API call for deleting a cronworkflow
|
180
|
-
|
181
|
-
Returns either the successful API response, or None in case the resource was not found.
|
182
|
-
"""
|
183
|
-
...
|
184
|
-
def terminate_workflow(self, name):
|
185
|
-
...
|
186
|
-
def suspend_workflow(self, name):
|
187
|
-
...
|
188
|
-
def unsuspend_workflow(self, name):
|
189
|
-
...
|
190
|
-
def trigger_workflow_template(self, name, parameters = {}):
|
191
|
-
...
|
192
|
-
def schedule_workflow_template(self, name, schedule = None, timezone = None):
|
193
|
-
...
|
194
|
-
def register_sensor(self, name, sensor = None):
|
195
|
-
...
|
196
|
-
def delete_sensor(self, name):
|
197
|
-
"""
|
198
|
-
Issues an API call for deleting a sensor
|
199
|
-
|
200
|
-
Returns either the successful API response, or None in case the resource was not found.
|
201
|
-
"""
|
202
|
-
...
|
203
|
-
...
|
204
|
-
|
205
101
|
class ArgoWorkflowsException(metaflow.exception.MetaflowException, metaclass=type):
|
206
102
|
...
|
207
103
|
|