This message was deleted.
# prefect-community
s
This message was deleted.
h
after upgrading to prefect orion 2b12
(env) haris@haris-Inspiron-3593:~/Desktop/snowflakes/snowflake$ prefect deployment create ./deployment_of_flows.py Loading deployments from python script at 'deployment_of_flows.py'... setting cloud ALPHA_TRANSFORM as 0 Script at 'deployment_of_flows.py' encountered an exception Traceback (most recent call last): File "<frozen importlib._bootstrap_external>", line 848, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/haris/Desktop/snowflakes/snowflake/deployment_of_flows.py", line 235, in <module> flow_runner=run_config_builder(flow_configs["standard_flow"]["config"]), File "/home/haris/Desktop/snowflakes/snowflake/deployment_of_flows.py", line 227, in run_config_builder return KubernetesJob(**kube_config) File "/home/haris/Desktop/snowflakes/snowflake/env/lib/python3.8/site-packages/prefect/blocks/core.py", line 94, in init super().__init__(*args, **kwargs) File "pydantic/main.py", line 406, in pydantic.main.BaseModel.init pydantic.error_wrappers.ValidationError: 1 validation error for KubernetesJob job Job is missing required attributes at the following paths: /spec/template/spec/completions, /spec/template/spec/parallelism (type=value_error)