Viewing Logs in a Task Run

View a task run's logs from the Runs section in a Data Integration application details page.

In an OCI Data Integration service task run, logs are only available for runs that do not complete successfully.

In an OCI Data Flow service task run, a Data Flow application run page link lets you navigate to the OCI Data Flow service page where the logs are available for viewing.

    1. On the workspace home page, click Applications.
    2. On the Applications page, select the compartment that contains the application.
    3. In the applications list, click the name of the application that has the task run.
    4. On the application details page, click Runs.
    5. In the list of runs, click the Actions menu (Actions menu) for the run that you want and select View logs.

      The Log message panel opens.

    6. In the Log message panel for a Data Flow service task run, click the Data Flow application run page link to navigate to the OCI Data Flow service page to view the logs.

      Log files include standard data and diagnostics output logs for the OCI Data Flow application, Spark drivers, and Spark executors.

  • Use the oci data-integration task-run get command and required parameters to retrieve the task run in an application in Data Integration:

    oci data-integration task-run get [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetTaskRun operation to retrieve the task run in an application in Data Integration.