Skip to content

Instantly share code, notes, and snippets.

@mattm
Created May 11, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattm/51cf66ea9aa6daf65a3877ca0b6ec764 to your computer and use it in GitHub Desktop.
Save mattm/51cf66ea9aa6daf65a3877ca0b6ec764 to your computer and use it in GitHub Desktop.
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