Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

Analytics Engineering — The Role Between Data and Business

05. 02. 2020 Updated: 27. 03. 2026 1 min read intermediate
This article was published in 2020. Some information may be outdated.

Analytics engineering builds reliable data models that enable self-serve analytics. It serves as a bridge between raw data and business insights.

What Does an Analytics Engineer Do

Transforms raw data into business-ready models.

Responsibilities

  • Data modeling — star schema, OBT
  • dbt transformations — SQL models
  • Data quality — monitoring
  • Documentation — glossaries, lineage
  • Metrics — KPIs as code

Semantic Layer

# dbt Semantic Layer
semantic_models:
  - name: orders
    model: ref('fct_orders')
    measures:
      - name: revenue
        agg: sum
        expr: total_czk
metrics:
  - name: average_order_value
    type: derived
    type_params:
      expr: revenue / order_count

Stack

  • Transformations: dbt
  • Warehouse: Snowflake, BigQuery, DuckDB
  • BI: Metabase, Superset, Looker

Summary

Analytics engineering is the bridge between data and business. dbt and the semantic layer form the foundation of self-serve analytics.

analytics engineeringdbtdata modelingself-serve
Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.