Euno User Manual
Euno User Manual
  • πŸ‘‹Welcome to Euno
  • 🧭Guides
    • πŸ”‘Account Management
    • πŸ“„Creating a New Project
    • πŸ–₯️Using the Data Model Screen
    • βš™οΈConfiguring Account Settings
      • Linked Accounts
        • GitHub
        • GitLab
      • Operations Log
    • πŸ—„οΈCreating and Managing Sources
    • 🏷️Custom Properties
      • Optimizing Complex Searches
    • πŸ‘ŸEuno Query Language (EQL)
      • Example of Full EQL Statements
    • Usage
  • πŸ—ƒοΈSources
    • dbt Core
      • dbt Integration Discovered Resources
    • dbt Cloud
      • dbt Integration Discovered Resources
    • Looker
      • Using a custom Looker role
      • Looker Integration Discovered Resources
      • Troubleshooting Looker integration
    • Tableau
      • Tableau Integration Discovered Resources
      • Tableau Impression Data Setup
      • Tableau Usage Data Q&A
    • Snowflake
      • Snowflake Integration Discovered Resources
    • Fivetran
      • Fivetran Integration Discovered Resources
    • Bigquery
      • Bigquery Integration Discovered Resources
    • Thoughtspot
      • Thoughtspot Integration Discovered Resources
  • πŸ€–Assistant
  • πŸ’»Automations
    • πŸ“ˆData Model Sync
      • Customizing Generated LookML Files
      • Dialect Conversion Charts
      • Data Model Sync Workflows
    • ⬅️Shift-left Proposals
    • πŸ–±οΈPre-Aggregate Models
  • πŸ‘¨β€πŸ«Reference
    • πŸ”—Universal Resource Identifier (URI)
    • 🀝Relationships
    • Basic Filters
    • Resource Sponsorship and Cleanup in Euno
  • ☎️Support
  • β€”
  • 🌐Euno Homepage
  • πŸ–₯️Go to App
Powered by GitBook
On this page
  • Overview
  • What is a Sponsor?
  • Sponsorship Lifecycle
  • Key Fields:
  • Resource Cleanup
  • Resource Cleanup Options
  • How Resource Cleanup Works
  1. Reference

Resource Sponsorship and Cleanup in Euno

PreviousBasic FiltersNextSupport

Last updated 2 months ago

Overview

In Euno, every resource is linked to one or more sponsors, which represent the integrations that have detected and recorded the resource. Sponsorship provides insight into a resource’s origin and whether it is still relevant.

What is a Sponsor?

A sponsor is an integration that has detected a resource during its execution. For example, a dbt Cloud integration that scans dbt builds will act as a sponsor for the models it detects.

A resource can have multiple sponsors if different integrations have observed it independently.

Example:

A Looker integration named looker_org_wide_scan scans all LookML projects once a week. It detects a Looker view named customer_orders_view, so looker_org_wide_scan is added as a sponsor for that resource.

Separately, another Looker source integration named looker_sales_project_scan, which scans a specific LookML project daily, also detects customer_orders_view. As a result, both integrations are listed as sponsors:["looker_org_wide_scan", "looker_sales_project_scan"].

If a source integration is deleted its sponsorship is removed from all relevant resources and this will also trigger a .

Sponsorship Lifecycle

Each resource tracks when it was first and last observed by any source integration. These timestamps help determine whether a resource is still active.

Key Fields:

  • sponsors: A list of integrations that have observed the resource.

  • first_observed: The date the resource was first detected by any integration.

  • last_observed: The most recent date an integration detected the resource.

Resource Cleanup

To keep your data relevant and free of outdated resources, Euno provides automatic resource cleanup options. These settings determine when a resource should be removed if it is no longer detected by an integration run.

Resource Cleanup Options

For dbt Cloud/Core, users can choose from:

  1. Time-Based Cleanup (default): Remove resources that were last detected X days before the most recent successful source integration run (user-defined X, default is 7 days).

  2. Immediate Cleanup: Remove resources not detected in the most recent successful source integration run.

  3. No Cleanup: Keep all resources indefinitely, even if they are no longer detected.

For all other sources users can choose from:

  1. Immediate Cleanup (default): Remove resources not observed in the most recent successful source integration run.

  2. No Cleanup: Keep all resources indefinitely.

How Resource Cleanup Works

Immediate Cleanup (After Each Successful Run) After an integration completes a run, Euno removes that integration from the sponsorship of all resources except those detected in the latest run.

  • If a resource no longer has any sponsors, it is completely removed from the system.

Example: A Tableau Dashboard is Removed

  1. A Tableau integration detects a dashboard annual_revenue on 2025-02-01.

  2. The integration runs again on 2025-02-10, but annual_revenue is no longer found.

  3. If immediate cleanup is enabled, annual_revenue is removed from the system.


Time-Based Cleanup (X Days Before the Most Recent Successful Run, dbt Only) After each successful run, Euno checks if any resources were last observed X days before the most recent run. If so, Euno removes that integration from their sponsorship.

If a resource no longer has any sponsors, it is completely removed from the system.

Example: A dbt Core Model Becomes Outdated

  1. A dbt Core integration observes a model daily_revenue on 2025-01-15.

  2. The integration runs regularly, and the most recent successful run occurs on 2025-03-10.

  3. If the staleness policy is set to 30 days, any resources last observed before 2025-02-08 (30 days before 2025-03-10) will be removed.

Note: cleanup happens at the end of a successful source integration run. An integration that has a time-based cleanup will not trigger cleanup unless it is run either periodically or manually.

By configuring resource cleanup settings, users can ensure their data remains up to date while automatically removing outdated resources.

πŸ‘¨β€πŸ«
source
resource cleanup