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
I have the sbt-databricks plugin installed in my project and am able to use most of the functionality in it such as dbcDeploy, dbcListClusters, etc. However sbt does not recognize dbcCreateCluster and gives the generic error:
[error] Not a valid command: dbcCreateCluster
[error] Not a valid key: dbcCreateCluster (similar: dbcRestartClusters, dbcFetchClusters, dbcClusters)
[error] dbcCreateCluster
dbcCreateCluster is listed as a valid command in the MD file so I was wondering if this is still the case? Any help would be appreciated.
I have the sbt-databricks plugin installed in my project and am able to use most of the functionality in it such as
dbcDeploy,dbcListClusters, etc. However sbt does not recognizedbcCreateClusterand gives the generic error:dbcCreateClusteris listed as a valid command in the MD file so I was wondering if this is still the case? Any help would be appreciated.Thanks!