Getting Started
Connect your dbt project and start querying metrics in under 5 minutes. No dbt Cloud subscription required.
Prerequisites
- A dbt project with semantic layer definitions (metrics and dimensions)
- dbt Core 1.6+ or dbt Cloud (any tier)
- Access to your data warehouse (BigQuery or DuckDB — more coming soon)
- Service account credentials for warehouse access
Setup Steps
Create your Metricly account
Sign up for a free account at metricly.xyz/app. No credit card required.
After signing up, you will be prompted to create your first organization. Choose a name that represents your team or company.
Connect your data warehouse
Navigate to Settings > Data to configure your warehouse connection. Metricly currently supports:
- Google BigQuery
- DuckDB
Snowflake, Databricks, PostgreSQL, and Redshift coming soon.
Example: BigQuery service account
# Required roles for the service account:
roles/bigquery.dataViewer
roles/bigquery.jobUserGenerate your semantic manifest
In your dbt project directory, run dbt parse to generate the semantic manifest file:
cd your-dbt-project
# Ensure you have dbt-metricflow installed
pip install dbt-metricflow
# Generate the manifest
dbt parse
# The manifest is at:
# target/semantic_manifest.jsondbt --version to check your version.Upload your manifest
Go to Settings > Data > Semantic Layer and upload your semantic_manifest.json file.
Metricly will parse your manifest and display the available metrics, dimensions, and entities. Review these to ensure your semantic layer was parsed correctly.
Start querying your metrics
You are now ready to explore your data. Try these approaches:
Chat with your data
Open the chat panel and ask questions in natural language:
"Show me revenue by month for the last 6 months"
Build a dashboard
Click New Dashboard and describe what you want to see. The AI will generate widgets from your metrics.
You are all set!
Your dbt semantic layer is now connected to Metricly. Every metric and dimension you have defined in dbt is available for querying and visualization.