I am working on connecting to a data bricks workspace from databricks-connect command using bash script
i have tried the following command to configure
echo "y $(databricks url) $(token) $(cluster_id) $(org_id) $(port)" | databricks-connect configure
but iam unable to connect to the databricks
please suggest me any other linux command to pass these values(automated)