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 102a5e4 commit 99943c9Copy full SHA for 99943c9
airflow-core/src/airflow/decorators/__init__.pyi
@@ -753,7 +753,7 @@ class TaskDecoratorCollection:
753
progress_callback: Callable[[str], None] | None = None,
754
**kwargs,
755
) -> TaskDecorator:
756
- """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.
757
758
:param args_only: If True, the decorated function should return a list arguments
759
to be passed to the entrypoint of the container image. Defaults to False.
0 commit comments