dirrao commented on code in PR #37010:
URL: https://github.com/apache/airflow/pull/37010#discussion_r1466584846
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -245,9 +245,9 @@ def __init__(
cmds: list[str] | None = None,
arguments: list[str] | None = None,
ports: list[k8s.V1ContainerPort] | None = None,
- volume_mounts: list[k8s.V1VolumeMount] | None = None,
- volumes: list[k8s.V1Volume] | None = None,
- env_vars: list[k8s.V1EnvVar] | dict[str, str] | None = None,
+ volume_mounts_param: list[k8s.V1VolumeMount] | None = None,
Review Comment:
These changes are not backward compatible. It will break all the running
DAGs once they move to latest version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]