blob: b5f54cb76f3c8d87d7c646ad1db9966653819b5c [file] [log] [blame]
connection: "concord"
include: "/*.view.lkml" # include all views in the views/ folder in this project
# include: "/**/*.view.lkml" # include all views in this project
# include: "my_dashboard.dashboard.lookml" # include a LookML dashboard called my_dashboard
# # Select the views that should be a part of this model,
# # and define the joins that connect them together.
#
explore: fdm_uli {}
# join: orders {
# relationship: many_to_one
# sql_on: ${orders.id} = ${order_items.order_id} ;;
# }
#
# join: users {
# relationship: many_to_one
# sql_on: ${users.id} = ${orders.user_id} ;;
# }
# }