Skip to content

Commit

Permalink
Update decorator doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnes committed Feb 6, 2025
1 parent 50ab03d commit 45f68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/decorators/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class TaskDecoratorCollection:
:param name: Name of the pod to run. This will be used (plus a random
suffix if *random_name_suffix* is *True*) to generate a pod ID
(DNS-1123 subdomain, containing only ``[a-z0-9.-]``). Defaults to
``k8s_airflow_pod_{RANDOM_UUID}``.
``k8s-airflow-pod-{python_callable.__name__}``.
:param random_name_suffix: If *True*, will generate a random suffix.
:param arguments: arguments of the entrypoint. (templated)
The docker image's CMD is used if this is not provided.
Expand Down

0 comments on commit 45f68e4

Please sign in to comment.