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
Hi, I am trying to use the Databricks SDK to create single-node job compute using 0.41.0. According to the docs, you do this with a combination of is_single_node and kind in your ClusterSpec. However, when I pass is_single_node=True and kind=Kind.CLASSIC_PREVIEW (Kind options are not well documented by the way, or rather there appears to be only one option), it returns:
databricks.sdk.errors.platform.InvalidParameterValue: Invalid compute kind CLASSIC_PREVIEW not supported in job compute.
So if CLASSIC_PREVIEW is not supported in job compute, and I need to pass this value in order to use is_single_node, then therefore single-node compute appears not to be supported in the jobs API at this point.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to use the Databricks SDK to create single-node job compute using 0.41.0. According to the docs, you do this with a combination of
is_single_node
andkind
in yourClusterSpec
. However, when I passis_single_node=True
andkind=Kind.CLASSIC_PREVIEW
(Kind
options are not well documented by the way, or rather there appears to be only one option), it returns:databricks.sdk.errors.platform.InvalidParameterValue: Invalid compute kind CLASSIC_PREVIEW not supported in job compute.
So if
CLASSIC_PREVIEW
is not supported in job compute, and I need to pass this value in order to useis_single_node
, then therefore single-node compute appears not to be supported in the jobs API at this point.Beta Was this translation helpful? Give feedback.
All reactions