Skip to content

Instantly share code, notes, and snippets.

@mattm
Created May 11, 2018 17:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Recent Posts Explore LookML
explore: mp_events {
view_label: "Mixpanel"
label: "Mixpanel"
join: mp_new_blog_content {
view_label: "Mixpanel"
type: left_outer
relationship: many_to_one
sql_on: ${mp_new_blog_content.current_url} = ${mp_events.current_url} ;;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment