flyteplugins-dask 2.0.0b24__py3-none-any.whl → 2.0.0b25__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.
flyteplugins/dask/task.py CHANGED
@@ -6,7 +6,7 @@ from distributed import Client, WorkerPlugin
6
6
  from flyte import Resources
7
7
  from flyte.extend import AsyncFunctionTaskTemplate, TaskPluginRegistry, download_code_bundle, get_proto_resources
8
8
  from flyte.models import CodeBundle, SerializationContext
9
- from flyteidl.plugins.dask_pb2 import DaskJob, DaskScheduler, DaskWorkerGroup
9
+ from flyteidl2.plugins.dask_pb2 import DaskJob, DaskScheduler, DaskWorkerGroup
10
10
  from google.protobuf.json_format import MessageToDict
11
11
 
12
12
 
@@ -78,6 +78,7 @@ class DaskTask(AsyncFunctionTaskTemplate):
78
78
 
79
79
  plugin_config: Dask
80
80
  task_type: str = "dask"
81
+ debuggable: bool = True
81
82
 
82
83
  async def pre(self, *args, **kwargs) -> Dict[str, Any]:
83
84
  ctx = flyte.ctx()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flyteplugins-dask
3
- Version: 2.0.0b24
3
+ Version: 2.0.0b25
4
4
  Summary: Dask plugin for flyte
5
5
  Author-email: Kevin Su <pingsutw@users.noreply.github.com>
6
6
  Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ flyteplugins/dask/__init__.py,sha256=UwmJjPRVqDyCTobQlT5a2g2oZJvK0vlDiv6rwugNs-g,112
2
+ flyteplugins/dask/task.py,sha256=8E8AhPYccIKrq1vADkLmvrufDmiGvFDRG3T96zsqOG0,3663
3
+ flyteplugins_dask-2.0.0b25.dist-info/METADATA,sha256=5OidCmNiIFitaDLrf4eayrp5hIda_Ng8IqIlMdGDYN4,948
4
+ flyteplugins_dask-2.0.0b25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ flyteplugins_dask-2.0.0b25.dist-info/top_level.txt,sha256=cgd779rPu9EsvdtuYgUxNHHgElaQvPn74KhB5XSeMBE,13
6
+ flyteplugins_dask-2.0.0b25.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- flyteplugins/dask/__init__.py,sha256=UwmJjPRVqDyCTobQlT5a2g2oZJvK0vlDiv6rwugNs-g,112
2
- flyteplugins/dask/task.py,sha256=giAaSDZb0cIedzJ2ij8LRq7u8WvtB75l2lgLyeKwKQI,3634
3
- flyteplugins_dask-2.0.0b24.dist-info/METADATA,sha256=IDPjmHMoQ8iCirFQE3-eFb_n18ISB9J-J4ti7DYU8Cg,948
4
- flyteplugins_dask-2.0.0b24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- flyteplugins_dask-2.0.0b24.dist-info/top_level.txt,sha256=cgd779rPu9EsvdtuYgUxNHHgElaQvPn74KhB5XSeMBE,13
6
- flyteplugins_dask-2.0.0b24.dist-info/RECORD,,