
Ultimate access to all questions.
A Data Engineer (User A) has established several new data pipeline jobs using the Databricks REST API. Subsequently, a DevOps Engineer (User B) configures an external tool to trigger these jobs via the REST API. Both engineers utilized their respective personal access tokens (PATs) for authorization. How will these specific actions be documented in the workspace audit logs?
A
To maintain security, user identities are excluded from audit logs when actions are performed via the REST API.
B
Because User A is the owner and creator of the jobs, their identity will be logged for both the creation and all subsequent executions, regardless of who triggers them.
C
User A's identity will be associated with the job creation events, while User B's identity will be associated with the job execution events.
D
The system will automatically assign a Service Principal identity to these events because the REST API was used for both creation and execution.