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
In the Google Cloud console, go to the Dataform page.
Select or create a repository.
Select or create a development workspace.
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 to projects, folders, and organizations.
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:
In the Google Cloud console, go to the Dataform page.
Go to your repository.
Click Workflow Execution Logs.
To view details of an execution, click the execution.
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:
In the Google Cloud console, go to the Dataform page.
Go to your repository and select your workspace.
In your workspace, click Executions.
To view details of an execution, click the execution.
To view details of an action within the execution, click View details.
What's next
- To learn how to manually trigger execution, see Trigger execution.
- To learn how to schedule executions with Workflows and Cloud Scheduler, see Schedule executions with Workflows and Cloud Scheduler.
- To learn how to schedule executions with Cloud Composer, see Schedule executions with Cloud Composer.
- To learn how to configure compilation overrides for workflow executions, see
Configure compilation overrides