Why it still complain REST API version is 2.0 even though set it to 2.1 ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2022 11:47 PM
root@387ece6d15b2:/usr/workspace# databricks --version
Version 0.17.3
root@387ece6d15b2:/usr/workspace# databricks jobs configure --version=2.1
root@387ece6d15b2:/usr/workspace# databricks jobs get --job-id 123
WARN: Your CLI is configured to use Jobs API 2.0. In order to use the latest Jobs features please upgrade to 2.1: 'databricks jobs configure --version=2.1'. Future versions of this CLI will default to the new Jobs API. Learn more at https://docs.databricks.com/dev-tools/cli/jobs-cli.html
Error: b'{"error_code":"INVALID_PARAMETER_VALUE","message":"Job 123 does not exist."}'
root@387ece6d15b2:/usr/workspace#
Labels:
- Labels:
-
RESTAPI