Skip to content

Commit 427452e

Browse files
committed
updated
1 parent 8562f9f commit 427452e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/databricks/databricks.app.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,6 @@ export default {
148148
...args,
149149
});
150150
},
151-
createJob(args = {}) {
152-
return this._makeRequest({
153-
path: "/jobs/create",
154-
method: "POST",
155-
versionPath: constants.VERSION_PATH.V2_2,
156-
...args,
157-
});
158-
},
159151
listJobs(args = {}) {
160152
return this._makeRequest({
161153
path: "/jobs/list",

0 commit comments

Comments
 (0)