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."}