Hi team,
It seems there is an issue when running the CLI 0.200 with the following command in local:
databricks permissions set jobs <JOB-ID> --json @fil/permissions.json
Log
Error: accepts 0 arg(s), received 2
I have tested with double quotes, single quotes, without the '@',etc and is not working
Related to #533
Json file content
{
"access_control_list": [
{
"user_name": "[email protected]",
"permission_level": "CAN_MANAGE"
}
]
}