Response code 400 received when using VSCode on Windows 10 but no issue while using Ubuntu
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 11:36 PM
I use VSCode on Windows 10 for building and deploying a workflow from my system and always encounter response code 400 when trying to deploy it. I am able to deploy the workflows via Ubuntu, but not via Windows. Has anyone encountered this issue before?
Code I run: (env) PS C:\Users\XYZ\Documents\FLOW\FLOW> python .azure-pipelines/scripts/deploy_databricks.py -c region -p commit -b 051520240955xyz
Error:
Exception: Unable to complete request to endpoint https://adb-4893710785859060.0.azuredatabricks.net/api/2.1/jobs/create. Response code 400 Response Message {"error_code":"INVALID_PARAMETER_VALUE","message":"Could not parse URI. Please double check your input."}