Download job output files

Important 

Choose an option below to explore the documentation for the latest user interface (UI) or the classic UI.

You can download the output file of a commercial JDBC job, which contains logs you can provide to support if a job has failed. There are 2 ways you can download these log files:

  • The Edge Jobs dashboard (public preview).
  • The Edge CLI.
    Note This method is not available for Collibra Cloud sites.
Important Only completed jobs are available for download.

Prerequisites

Jobs dashboard steps

  1. Open a site.
    1. On the main toolbar, click Products iconCogwheel icon Settings.
      The Settings page opens.
    2. In the tab pane, click Edge.
      The Sites tab opens and shows a table with an overview of your sites.
    3. In the table, click the name of the site whose status is Healthy.
      The site page opens.
  2. Click Jobs.
  3. Select the checkboxes next to the jobs you want to download the output file for.
  4. Click View Output Files. 
    The View Output Files window appears. 
    Tip If you select the checkbox next to a job which has been canceled or has not been completed, the View Output Files window is empty.
  5. Click to download the job output file.

Your downloaded job output file is now available to review from your local drive.

Edge CLI steps

In the cluster where your Edge site is installed, use the Edge CLI tool to run the following command based on your installation method:

  • K3s:
    Copy
    sudo ./edgecli job download-cdata-log <jobIdentifier> <destinationFolder>
  • Managed Kubernetes:
    Copy
    ./edgecli job download-cdata-log <jobIdentifier> <destinationFolder>