Skip to content

Instantly share code, notes, and snippets.

@ralfbecher
Last active March 15, 2026 07:56
Show Gist options
  • Select an option

  • Save ralfbecher/b9f30feb938ca2f07d7dee89b43e3f0a to your computer and use it in GitHub Desktop.

Select an option

Save ralfbecher/b9f30feb938ca2f07d7dee89b43e3f0a to your computer and use it in GitHub Desktop.
OrionBelt Semantic Layer: Simple Movies DB query to demonstrate Dimension-Exclude (anti-join via EXCEPT)
select:
dimensions:
- Director
- Producer
dimensionsExclude: true
order_by:
- field: Director
- field: Producer
limit: 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment