Skip to content

Commit c0aba01

Browse files
KubernetesSparkStepOperator imports fails (#2159)
* import `BuildConfiguration` * Auto-update of E2E template * Auto-update of E2E template * Auto-update of NLP template --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 0b5e6af commit c0aba01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zenml/integrations/spark/step_operators/kubernetes_step_operator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ def get_docker_builds(
118118
Returns:
119119
The required Docker builds.
120120
"""
121+
from zenml.config.build_configuration import BuildConfiguration
122+
121123
builds = []
122124
extra_files = {ENTRYPOINT_NAME: LOCAL_ENTRYPOINT}
123125
for step_name, step in deployment.step_configurations.items():

0 commit comments

Comments
 (0)