Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
forgot to add the model file
Browse files Browse the repository at this point in the history
  • Loading branch information
jthandy committed May 23, 2018
1 parent d975749 commit d658ed2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lookml/dbt_audit.model.lkml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
connection: ""

include: "*.view.lkml" # include all views in this project
include: "*.dashboard.lookml" # include all dashboards in this project

explore: dbt_deployments {

label: "dbt Deployments"

join: dbt_model_deployments {
sql_on: ${dbt_deployments.invocation_id} = ${dbt_model_deployments.invocation_id} ;;
relationship: one_to_many
type: left_outer
}
}

0 comments on commit d658ed2

Please sign in to comment.