Monitor execution logs

This document shows you how to view execution logs in Dataform.

You can view logs of all executions triggered in a repository, and of executions triggered in a workspace in the last 24 hours.

Before you begin

  1. In the Google Cloud console, go to the Dataform page.

    Go to the Dataform page

  2. Select or create a repository.

  3. Select or create a development workspace.

  4. Trigger execution at least once.

Required roles

To get the permissions that you need to view execution logs, ask your administrator to grant you the Dataform Editor (roles/dataform.editor) IAM role on workflowInvocations. For more information about granting roles, see Manage access.

You might also be able to get the required permissions through custom roles or other predefined roles.

Inspect repository execution logs

In a repository, you can view logs of all executions triggered in that repository.

To view execution logs for a repository, follow these steps:

  1. In the Google Cloud console, go to the Dataform page.

    Go to the Dataform page

  2. Go to your repository.

  3. Click Workflow Execution Logs.

  4. To view details of an execution, click the execution.

  5. To view details of an action within the execution, click View details.

Inspect workspace execution logs

In a workspace, you can view logs of executions triggered in the workspace in the last 24 hours, up to 1000 most recent executions.

To view execution logs for a workspace, follow these steps:

  1. In the Google Cloud console, go to the Dataform page.

    Go to the Dataform page

  2. Go to your repository and select your workspace.

  3. In your workspace, click Executions.

  4. To view details of an execution, click the execution.

  5. To view details of an action within the execution, click View details.

What's next