Skip to content
Automatizav1
CONNECTOR · LOOKER

Looker — LookML-native BI. We expose modeled marts to Looker, never raw tables.

CONNECTOR · LOOKER

Looker

LookML-native BI. We expose modeled marts to Looker, never raw tables.

  • categoryDestination · BI
  • freshness targetInherits from the warehouse layer.
  • auth modelLooker DB connection with a read-only role.
  • sync modeRead directly from marts; LookML mirrors dbt manifest.
TABLES SYNCED

Looker reads marts.* via a service role.

SCHEMA · SAMPLE
schema.sqlSQL
0
view: fct_revenue {
  sql_table_name: marts.fct_revenue ;;
  measure: total_revenue { type: sum sql: ${TABLE}.revenue ;; }
  dimension: period { type: date sql: ${TABLE}.period ;; }
}
QUERY · SAMPLE
query.sqlSQL
0
SELECT * FROM marts.fct_revenue WHERE period >= 1;
OPS NOTES

Looker PDTs can fight your dbt schedule. We disable PDTs on tables that already exist as dbt incrementals.

Wire a real pipeline to your warehouse

30-min stack review. We come back with a scoped plan, an owner, and a freshness contract. No SDR, no slide deck.