interloper-docker 0.27.0__tar.gz → 0.28.0__tar.gz
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.
- {interloper_docker-0.27.0 → interloper_docker-0.28.0}/PKG-INFO +1 -1
- {interloper_docker-0.27.0 → interloper_docker-0.28.0}/pyproject.toml +1 -1
- {interloper_docker-0.27.0 → interloper_docker-0.28.0}/src/interloper_docker/runner.py +1 -1
- {interloper_docker-0.27.0 → interloper_docker-0.28.0}/README.md +0 -0
- {interloper_docker-0.27.0 → interloper_docker-0.28.0}/src/interloper_docker/__init__.py +0 -0
- {interloper_docker-0.27.0 → interloper_docker-0.28.0}/src/interloper_docker/launcher.py +0 -0
|
@@ -64,7 +64,7 @@ class DockerRunner(SyncRunner):
|
|
|
64
64
|
runner satisfies the async-native ``run()`` contract::
|
|
65
65
|
|
|
66
66
|
result = await DockerRunner(image="my-image", on_event=log_event).run(dag)
|
|
67
|
-
# or, from a sync edge:
|
|
67
|
+
# or, from a sync edge: il.run(DockerRunner(image=...).run(dag))
|
|
68
68
|
"""
|
|
69
69
|
|
|
70
70
|
image: str = "interloper:latest-worker"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|