-
Notifications
You must be signed in to change notification settings - Fork 126
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url #55
Comments
It looks like you're running on an Azure workspace, but supplying an AWS instance type. In |
Thanks @niall-turbitt . Setting the |
The time to execute the actual job should not take more than 2-5 minutes, however it can potentially take an equivalent time to acquire the VMs for the cluster. Note the comment just under where you specify the node and worker types. If you have the permissions to do so I would set up an instance pool and supply the pool ID to the commented out Your |
Thanks. Just to double check, what should be the compatible preloaded Databricks Runtime version? Should it be |
You should select DBR |
Creating a starter job is not required. The first job you submit against the pool may take a few mins to acquire those VMs for the pool. But then that pool will remain warm to the time period you have set. Subsequent jobs which use this pool will then take a shorter time to acquire resources as they will acquire VMs from the now warm pool. |
Hi,
After successfulling completing the deploy step, I got the following error when executing
dbx launch --job=PROD-telco-churn-initial-model-train-register --environment=prod --as-run-submit --trace
.I'm quite sure I have set the access token for my prod environment. Any idea why the connection might fail?
Thank you.
The text was updated successfully, but these errors were encountered: