Hi Team, please confirm from flytekitplugins.pod.task import Pod is this going to deprecate? I am g...
a
Hi Team, please confirm from flytekitplugins.pod.task import Pod is this going to deprecate? I am getting this warning FutureWarning: This pod plugin is no longer necessary, please use the pod_template and pod_template_name options to @task as described in https://docs.flyte.org/en/latest/deployment/configuration/general.html#configuring-task-pods-with-k8s-podtemplates warnings.warn(
a
I think what happens is exactly what the warning says: it's no longer needed for the purpose you need it
c
correct. Instead, you can pass a podtemplate directly in the @task decorator: https://github.com/flyteorg/flytekit/blob/9d3441628a83e11353ea8ee57736afdd2886c02a/flytekit/core/task.py#L210