Skip to content

Commit 168609a

Browse files
sahilduadbandrewmchen
authored andcommitted
remove NOTE section from jobs reset doc (#227)
We have had reports from our users that the note section in the doc for "databricks jobs reset" is confusing and hence we would like to remove it. We feel the doc in itself without the note is clear enough.
1 parent 90b4899 commit 168609a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

databricks_cli/jobs/cli.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ def reset_cli(api_client, json_file, json, job_id):
7171
7272
The specification for the json option can be found
7373
https://docs.databricks.com/api/latest/jobs.html#jobsjobsettings
74-
75-
NOTE. The json parameter described above is not the same as what is normally POSTed
76-
in the request body to the reset endpoint. Instead it is the object
77-
defined in the top level "new_settings" field. The job ID is provided
78-
by the --job-id option.
7974
"""
8075
if not bool(json_file) ^ bool(json):
8176
raise RuntimeError('Either --json-file or --json should be provided')

0 commit comments

Comments
 (0)