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.
KubernetesSparkStepOperator
1 parent 0b5e6af commit c0aba01Copy full SHA for c0aba01
src/zenml/integrations/spark/step_operators/kubernetes_step_operator.py
@@ -118,6 +118,8 @@ def get_docker_builds(
118
Returns:
119
The required Docker builds.
120
"""
121
+ from zenml.config.build_configuration import BuildConfiguration
122
+
123
builds = []
124
extra_files = {ENTRYPOINT_NAME: LOCAL_ENTRYPOINT}
125
for step_name, step in deployment.step_configurations.items():
0 commit comments