You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now pipelines.py only check pipeline_response.spec.configuration, we should check pipeline_response.spec.clusters.spark_conf, pipeline_response.spec.clusters.init_scripts, pipeline_response.spec.clusters.policy_id
Proposed Solution
Do the same check as what jobs.py and clusters.py are doing.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem statement
Right now
pipelines.py
only checkpipeline_response.spec.configuration
, we should checkpipeline_response.spec.clusters.spark_conf
,pipeline_response.spec.clusters.init_scripts
,pipeline_response.spec.clusters.policy_id
Proposed Solution
Do the same check as what
jobs.py
andclusters.py
are doing.Additional Context
No response
The text was updated successfully, but these errors were encountered: