We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daa7cc commit 07ae5c1Copy full SHA for 07ae5c1
task-sdk/src/airflow/sdk/definitions/decorators/__init__.pyi
@@ -735,7 +735,7 @@ class TaskDecoratorCollection:
735
progress_callback: Callable[[str], None] | None = None,
736
**kwargs,
737
) -> TaskDecorator:
738
- """Create a decorator to convert a callable to a Kubernetes Pod task.
+ """Create a decorator to run a command returned by callable in a Kubernetes pod.
739
740
:param args_only: If True, the decorated function should return a list arguments
741
to be passed to the entrypoint of the container image. Defaults to False.
0 commit comments