Skip to content

You are viewing documentation for Immuta version 2022.5.

For the latest version, view our documentation for Immuta SaaS or the latest self-hosted version.

Manage Schema Monitoring

Edit Schema Project Connection

  1. Navigate to the Project Overview tab.

    Project Overview tab

  2. Click Edit Connection.

  3. Use the Connection Information modal to make any necessary changes.
  4. Click Save.

Edit Schema Monitoring Naming Convention

  1. Navigate to the Project Overview tab.

    Project Overview tab

  2. Click Edit Schema Monitoring.

  3. Use the Basic Information modal to make any necessary changes to naming formats.

    Basic Information Modal

  4. Click Save.

Add New Schema Detection Owner

  1. Navigate to the Project Overview tab.

    Project Overview tab

  2. Click Edit Schema Monitoring.

  3. Use the dropdown menu in the Schema Monitoring modal to select a new schema detection owner. The new owner must be an owner of one or more of the data sources belonging to that schema.

    Schema Monitoring Modal

  4. Click Save.

Change the Frequency of Schema Monitoring Jobs

  1. Navigate to the App Settings page and scroll down to the Advanced Configuration.
  2. Copy and paste this YAML into the text box:

    schedule:
      schemaEvolutionCheck: 'your-new-frequency'
    

    Replace your-new-frequency with the time you would like between schema jobs. For example use */30 * * * * for the queries to run every 30 minutes.

  3. Click Save.

Change the Frequency of Column Detection Jobs

  1. Navigate to the App Settings page and scroll down to the Advanced Configuration.
  2. Copy and paste this YAML into the text box:

    schedule:
      columnEvolutionCheck: 'your-new-frequency'
    

    Replace your-new-frequency with the time you would like between column detection jobs. For example use */30 * * * * for the queries to run every 30 minutes.

  3. Click Save.