How to define permissions for the jobs in Databricks Asset Bundles?

You can define the permissions with the...permissions block, as follows:

  # source: https://docs.databricks.com/aws/en/dev-tools/bundles/permissions#define-specific-resource-permissions 
  # ...
  jobs:
	generate_visits_gold_model:
  	# ...
  	permissions:
    	- user_name:  # Or:
      	  group_name:  # Or:
      	  service_principal_name: 
      	  level:  # [CAN_MANAGE | IS_OWNER | CAN_MANAGE_RUN | CAN_VIEW]