❓FAQ

Common questions and answers about Euno.

Getting Started

Q: How do I get started with Euno?

A: Start with the Quickstart Guide - it will walk you through connecting your first source and exploring your data model in 30 minutes.

Q: Which integration should I connect first?

A: We recommend starting with: Option A: dbt (Best if you use dbt)

  • Shows your transformations and logic

  • Provides immediate value with model relationships

  • Quick to set up with GitHub or dbt Cloud

Option B: DWH (Best if you don't use dbt)

  • Maps your entire warehouse structure

  • Provides usage and cost data

  • Shows which tables are actually being queried

Option C: BI Tool (Best for understanding BI usage)

  • Shows what dashboards exist

  • Reveals which data sources are most used

  • Identifies optimization opportunities

The Quickstart Guide walks you through connecting your first source step-by-step.

Q: How long does it take to set up an integration?

A: Most integrations take 15-25 minutes to set up. The exact time depends on:

  • Gathering credentials

  • Configuring permissions

  • Running the first sync


Integrations

Q: How often does Euno sync my data sources?

A: By default, sources sync daily. You can configure this in the source settings or trigger manual syncs anytime.

Q: Does Euno affect my data warehouse performance?

A: No. Euno only reads metadata and query logs. It doesn't query your actual data or impact performance.

Q: Can I control what resources are discovered?

A: Yes. Each source integration has filters to include/exclude specific schemas, databases, or projects. See the specific integration guide for details.

Q: What happens if I disconnect a source?

A: Resources discovered by that source will be marked as "orphaned" and can be cleaned up based on your resource cleanup settings. See Resource Sponsorship for details.


Technical

Q: What is a URI?

A: A URI (Universal Resource Identifier) is a unique identifier for every resource in Euno. It follows a hierarchical pattern like table.snowflake.account.database.schema.table. See Core Concepts for details.

Q: What is EQL?

A: EQL (Euno Query Language) is a query language for finding resources in Euno. You can use it in the AI Assistant or in Workflows. See EQL Documentation for details.

Q: Can I use Euno programmatically?

A: Yes. Euno provides a Python SDK and REST API for programmatic access. See Euno SDK for details.


Account & Team

Q: How do I invite my team?

A: Go to Account Management β†’ Team Members β†’ Invite. You can set roles and permissions for each user.

Q: What roles and permissions are available?

A: Euno supports Admin, Maintainer, and Viewer roles. Admins can manage everything, Maintainers can manage resources and sources, and Viewers have read-only access.

Q: Can I integrate with SSO?

A: Yes. SSO integration is available for enterprise plans. Contact [email protected] for details.


Troubleshooting

My source sync is failing. What should I do?

  • Check the source run report for error details

  • Verify your credentials are correct

  • Ensure Euno has the necessary permissions

  • Contact support if the issue persists

Q: Resources are missing after a sync. Why?

  • Check if filters are excluding resources

  • Verify the source has access to those resources

  • Check resource cleanup settings (resources may have been removed)

  • Contact support for help investigating

Q: Usage data isn't showing up. Why?

  • Usage data requires additional permissions (query log access)

  • Historical data may take time to collect

  • Some platforms require enabling usage tracking

  • See the platform-specific usage guide for details


Still Have Questions?

Last updated