![]() |
Returns a default list of pipeline operator functions.
tfx.orchestration.kubeflow.kubeflow_dag_runner.get_default_pipeline_operator_funcs(
use_gcp_sa: bool = False
) -> List[tfx.orchestration.kubeflow.kubeflow_dag_runner.OpFunc
]
Args | |
---|---|
use_gcp_sa
|
If true, mount a GCP service account secret to each pod, with the name _KUBEFLOW_GCP_SECRET_NAME. |
Returns | |
---|---|
A list of functions with type OpFunc. |