ob-metaflow-stubs 5.9__py2.py3-none-any.whl → 5.9.1__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.
Files changed (139) hide show
  1. metaflow-stubs/__init__.pyi +454 -454
  2. metaflow-stubs/cards.pyi +4 -4
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/client/__init__.pyi +3 -3
  5. metaflow-stubs/client/core.pyi +5 -5
  6. metaflow-stubs/client/filecache.pyi +2 -2
  7. metaflow-stubs/clone_util.pyi +1 -1
  8. metaflow-stubs/events.pyi +2 -2
  9. metaflow-stubs/exception.pyi +1 -1
  10. metaflow-stubs/flowspec.pyi +5 -5
  11. metaflow-stubs/generated_for.txt +1 -1
  12. metaflow-stubs/includefile.pyi +3 -3
  13. metaflow-stubs/metadata/metadata.pyi +2 -2
  14. metaflow-stubs/metadata/util.pyi +1 -1
  15. metaflow-stubs/metaflow_config.pyi +1 -1
  16. metaflow-stubs/metaflow_current.pyi +4 -4
  17. metaflow-stubs/mflog/mflog.pyi +1 -1
  18. metaflow-stubs/multicore_utils.pyi +1 -1
  19. metaflow-stubs/parameters.pyi +2 -2
  20. metaflow-stubs/plugins/__init__.pyi +1 -1
  21. metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
  22. metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
  23. metaflow-stubs/plugins/airflow/exception.pyi +1 -1
  24. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
  25. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  26. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  27. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  28. metaflow-stubs/plugins/argo/__init__.pyi +1 -1
  29. metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
  30. metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
  31. metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
  32. metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
  33. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
  34. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
  35. metaflow-stubs/plugins/aws/__init__.pyi +1 -1
  36. metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
  37. metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
  38. metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
  39. metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
  40. metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
  41. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  42. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
  43. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
  44. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
  45. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
  46. metaflow-stubs/plugins/aws/step_functions/production_token.pyi +1 -1
  47. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
  48. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
  49. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
  50. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
  51. metaflow-stubs/plugins/azure/__init__.pyi +1 -1
  52. metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
  53. metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
  54. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
  55. metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
  56. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
  57. metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
  58. metaflow-stubs/plugins/cards/__init__.pyi +1 -1
  59. metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
  60. metaflow-stubs/plugins/cards/card_client.pyi +2 -2
  61. metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
  62. metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
  63. metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
  64. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
  65. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  66. metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
  67. metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
  68. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
  69. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
  70. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +1 -1
  71. metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
  72. metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
  73. metaflow-stubs/plugins/cards/exception.pyi +1 -1
  74. metaflow-stubs/plugins/catch_decorator.pyi +2 -2
  75. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  76. metaflow-stubs/plugins/datatools/local.pyi +1 -1
  77. metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
  78. metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
  79. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
  80. metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
  81. metaflow-stubs/plugins/debug_logger.pyi +1 -1
  82. metaflow-stubs/plugins/debug_monitor.pyi +1 -1
  83. metaflow-stubs/plugins/environment_decorator.pyi +1 -1
  84. metaflow-stubs/plugins/events_decorator.pyi +1 -1
  85. metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
  86. metaflow-stubs/plugins/frameworks/pytorch.pyi +1 -1
  87. metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
  88. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
  89. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
  90. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
  91. metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
  92. metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
  93. metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
  94. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +1 -1
  95. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  96. metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +1 -1
  97. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
  98. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  99. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
  100. metaflow-stubs/plugins/logs_cli.pyi +2 -2
  101. metaflow-stubs/plugins/package_cli.pyi +1 -1
  102. metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
  103. metaflow-stubs/plugins/perimeters.pyi +1 -1
  104. metaflow-stubs/plugins/project_decorator.pyi +1 -1
  105. metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
  106. metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
  107. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  108. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
  109. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  110. metaflow-stubs/plugins/pypi/utils.pyi +1 -1
  111. metaflow-stubs/plugins/resources_decorator.pyi +1 -1
  112. metaflow-stubs/plugins/retry_decorator.pyi +1 -1
  113. metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
  114. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
  115. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
  116. metaflow-stubs/plugins/storage_executor.pyi +1 -1
  117. metaflow-stubs/plugins/tag_cli.pyi +4 -4
  118. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
  119. metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
  120. metaflow-stubs/procpoll.pyi +1 -1
  121. metaflow-stubs/profilers/__init__.pyi +1 -1
  122. metaflow-stubs/pylint_wrapper.pyi +1 -1
  123. metaflow-stubs/runner/__init__.pyi +1 -1
  124. metaflow-stubs/runner/deployer.pyi +2 -2
  125. metaflow-stubs/runner/metaflow_runner.pyi +4 -4
  126. metaflow-stubs/runner/nbdeploy.pyi +1 -1
  127. metaflow-stubs/runner/nbrun.pyi +1 -1
  128. metaflow-stubs/runner/subprocess_manager.pyi +1 -1
  129. metaflow-stubs/runner/utils.pyi +1 -1
  130. metaflow-stubs/system/__init__.pyi +2 -2
  131. metaflow-stubs/system/system_logger.pyi +2 -2
  132. metaflow-stubs/system/system_monitor.pyi +2 -2
  133. metaflow-stubs/tagging_util.pyi +1 -1
  134. metaflow-stubs/tuple_util.pyi +1 -1
  135. {ob_metaflow_stubs-5.9.dist-info → ob_metaflow_stubs-5.9.1.dist-info}/METADATA +1 -1
  136. ob_metaflow_stubs-5.9.1.dist-info/RECORD +139 -0
  137. ob_metaflow_stubs-5.9.dist-info/RECORD +0 -139
  138. {ob_metaflow_stubs-5.9.dist-info → ob_metaflow_stubs-5.9.1.dist-info}/WHEEL +0 -0
  139. {ob_metaflow_stubs-5.9.dist-info → ob_metaflow_stubs-5.9.1.dist-info}/top_level.txt +0 -0
@@ -1,16 +1,16 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.801104 #
4
+ # Generated on 2024-09-16T18:41:26.308195 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
+ import abc
11
12
  import metaflow.plugins.secrets
12
13
  import metaflow.exception
13
- import abc
14
14
 
15
15
  class MetaflowException(Exception, metaclass=type):
16
16
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.800353 #
4
+ # Generated on 2024-09-16T18:41:26.307491 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.800162 #
4
+ # Generated on 2024-09-16T18:41:26.307299 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.800677 #
4
+ # Generated on 2024-09-16T18:41:26.307779 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.737711 #
4
+ # Generated on 2024-09-16T18:41:26.257078 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.740000 #
4
+ # Generated on 2024-09-16T18:41:26.262397 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.766146 #
4
+ # Generated on 2024-09-16T18:41:26.302356 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.763768 #
4
+ # Generated on 2024-09-16T18:41:26.300005 #
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.exception
12
11
  import metaflow.metaflow_current
12
+ import metaflow.exception
13
13
 
14
14
  current: metaflow.metaflow_current.Current
15
15
 
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.767252 #
4
+ # Generated on 2024-09-16T18:41:26.303530 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.699542 #
4
+ # Generated on 2024-09-16T18:41:26.222016 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,16 +1,16 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.764716 #
4
+ # Generated on 2024-09-16T18:41:26.300869 #
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.exception
12
11
  import metaflow.decorators
13
12
  import metaflow.metaflow_current
13
+ import metaflow.exception
14
14
 
15
15
  current: metaflow.metaflow_current.Current
16
16
 
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.765960 #
4
+ # Generated on 2024-09-16T18:41:26.302170 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.747845 #
4
+ # Generated on 2024-09-16T18:41:26.270236 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,8 +9,8 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import metaflow._vendor.click.core
12
- import metaflow.exception
13
12
  import metaflow.plugins.logs_cli
13
+ import metaflow.exception
14
14
 
15
15
  LOGGER_TIMESTAMP: str
16
16
 
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.747999 #
4
+ # Generated on 2024-09-16T18:41:26.270450 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.739260 #
4
+ # Generated on 2024-09-16T18:41:26.260452 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.699852 #
4
+ # Generated on 2024-09-16T18:41:26.222360 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.741742 #
4
+ # Generated on 2024-09-16T18:41:26.262853 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.741197 #
4
+ # Generated on 2024-09-16T18:41:26.260909 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.769592 #
4
+ # Generated on 2024-09-16T18:41:26.289540 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,17 +1,17 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.771068 #
4
+ # Generated on 2024-09-16T18:41:26.290921 #
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.metaflow_environment
12
+ import abc
11
13
  import io
12
14
  import metaflow.exception
13
- import abc
14
- import metaflow.metaflow_environment
15
15
 
16
16
  class MetaflowException(Exception, metaclass=type):
17
17
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.769887 #
4
+ # Generated on 2024-09-16T18:41:26.289836 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.771509 #
4
+ # Generated on 2024-09-16T18:41:26.291307 #
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.pypi.conda_environment
12
11
  import metaflow.metaflow_environment
12
+ import metaflow.plugins.pypi.conda_environment
13
13
 
14
14
  class CondaEnvironment(metaflow.metaflow_environment.MetaflowEnvironment, metaclass=type):
15
15
  def __init__(self, flow):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.770167 #
4
+ # Generated on 2024-09-16T18:41:26.290118 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.738582 #
4
+ # Generated on 2024-09-16T18:41:26.259311 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.740992 #
4
+ # Generated on 2024-09-16T18:41:26.262267 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.740736 #
4
+ # Generated on 2024-09-16T18:41:26.260700 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.769036 #
4
+ # Generated on 2024-09-16T18:41:26.288981 #
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.secrets
12
11
  import abc
12
+ import metaflow.plugins.secrets
13
13
 
14
14
  class SecretsProvider(abc.ABC, metaclass=abc.ABCMeta):
15
15
  def get_secret_as_dict(self, secret_id, options = {}, role = None) -> typing.Dict[str, str]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.768798 #
4
+ # Generated on 2024-09-16T18:41:26.288744 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.743669 #
4
+ # Generated on 2024-09-16T18:41:26.264875 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,17 +1,17 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.749194 #
4
+ # Generated on 2024-09-16T18:41:26.269809 #
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.metaflow_current
12
- import metaflow.events
13
- import datetime
14
11
  import metaflow.client.core
12
+ import datetime
13
+ import metaflow.events
14
+ import metaflow.metaflow_current
15
15
  import metaflow.exception
16
16
 
17
17
  def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.738329 #
4
+ # Generated on 2024-09-16T18:41:26.258975 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.740357 #
4
+ # Generated on 2024-09-16T18:41:26.261771 #
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.exception
12
11
  import metaflow.decorators
12
+ import metaflow.exception
13
13
 
14
14
  class MetaflowException(Exception, metaclass=type):
15
15
  def __init__(self, msg = "", lineno = None):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.729394 #
4
+ # Generated on 2024-09-16T18:41:26.249986 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.700090 #
4
+ # Generated on 2024-09-16T18:41:26.223596 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.728995 #
4
+ # Generated on 2024-09-16T18:41:26.249580 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.714036 #
4
+ # Generated on 2024-09-16T18:41:26.237015 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.727543 #
4
+ # Generated on 2024-09-16T18:41:26.248137 #
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.runner.subprocess_manager
12
11
  import metaflow.runner.deployer
12
+ import metaflow.runner.subprocess_manager
13
13
  import metaflow.exception
14
14
 
15
15
  class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
@@ -1,18 +1,18 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.725027 #
4
+ # Generated on 2024-09-16T18:41:26.245685 #
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.runner.subprocess_manager
11
+ import metaflow.client.core
12
12
  import metaflow.runner.metaflow_runner
13
- import metaflow.events
14
13
  import datetime
15
- import metaflow.client.core
14
+ import metaflow.events
15
+ import metaflow.runner.subprocess_manager
16
16
 
17
17
  class Run(metaflow.client.core.MetaflowObject, metaclass=type):
18
18
  def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.728009 #
4
+ # Generated on 2024-09-16T18:41:26.248601 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.725978 #
4
+ # Generated on 2024-09-16T18:41:26.246611 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.732606 #
4
+ # Generated on 2024-09-16T18:41:26.258019 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.732915 #
4
+ # Generated on 2024-09-16T18:41:26.258330 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.728699 #
4
+ # Generated on 2024-09-16T18:41:26.249274 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,8 +9,8 @@ from __future__ import annotations
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
11
  import metaflow.event_logger
12
- import typing
13
12
  import metaflow.monitor
13
+ import typing
14
14
 
15
15
  class SystemMonitor(object, metaclass=type):
16
16
  def __init__(self):
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.753262 #
4
+ # Generated on 2024-09-16T18:41:26.274810 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.event_logger
12
+ import typing
13
13
 
14
14
  class SystemLogger(object, metaclass=type):
15
15
  def __init__(self):
@@ -1,15 +1,15 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.752900 #
4
+ # Generated on 2024-09-16T18:41:26.274398 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
  import typing
10
10
  if typing.TYPE_CHECKING:
11
- import typing
12
11
  import metaflow.monitor
12
+ import typing
13
13
 
14
14
  class SystemMonitor(object, metaclass=type):
15
15
  def __init__(self):
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.705239 #
4
+ # Generated on 2024-09-16T18:41:26.227346 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ##################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
3
  # MF version: 2.12.20.1+ob(v1) #
4
- # Generated on 2024-09-16T17:51:44.713914 #
4
+ # Generated on 2024-09-16T18:41:26.234149 #
5
5
  ##################################################################################
6
6
 
7
7
  from __future__ import annotations