Skip to content

Error: accepts 0 arg(s), received 2 in databricks permissions set jobs #537

@codebydant

Description

@codebydant

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions