Creating and Managing Sources

Sources are integrations which Euno use to observe data resources in your environment. See Sources for more information.

Configuring a new source

To configure a new source, follow these steps:

  1. Depending on the type of the source, generate any roles/credentials/keys needed for Euno to be able to access the source. This manual provides a detailed guide for each integrated technology. Follow the relevant link from this list.

  2. Go to the Sources page. Go to the Gallery tab, locate the integration you would like to configure, and click "Connect".

  3. Give the integration a name. Euno keeps track of which data resource was observed by which source.

  4. Fill out any integration specific configuration. You can find detailed information about each integration configuration by following the relevant link from this list.

  5. Scheduling Updates

    1. If you'd like Euno to periodically run the Source, enable the Schedule toggle.

    2. Choose from the following:

      1. Weekly: Specify the days and times for updates.

      2. Daily: Enter an interval in hours (e.g., every 6 hours).

There are two types of sources: pull and push. For push sources, like dbt core, users cannot configure a scheduler. Rather, Euno runs the source every time users posts data.

  1. Click the Save button to complete the setup. Euno will validate the configuration provided and, if successful, activate the integration.

Triggering a source run

To trigger a single run of a source of type pull, follow these steps:

  1. Go to the Sources page, and locate the Enabled tab.

  2. Locate the source that you would like to trigger. Open the context menu by clicking on the three dot icon, and click "Run now".

  3. A run that is triggered manually will have the trigger Manual.

Pausing and resuming source

A source can be active or paused. When a source is paused, it can still be triggered manually, but it will ignore any configured schedule, and any triggering using the trigger URL.

To pause an active Source, go to the Sources page, got to the Enabled tab, and Locate the source that you would like to pause. Open the context menu by clicking on the three dot icon, and click "Pause".

To resume a paused Source, go to the Sources page, got to the Enabled tab, and Locate the source that you would like to pause. Open the context menu by clicking on the three dot icon, and click "Resume".

Last updated