Skip to content

Instantly share code, notes, and snippets.

@myhrvold
Created February 16, 2016 19:47
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 myhrvold/4054a179ab72b52bde98 to your computer and use it in GitHub Desktop.
Save myhrvold/4054a179ab72b52bde98 to your computer and use it in GitHub Desktop.
Driver Partner Index Example in YAML Format
table: driver_partner_index # Name of the index.
datastore: trips # Name of the associated datastore
column_defs:
– column_key: BASE # From which column to fetch from.
fields: # The fields in the cell to denormalize
– { field: driver_partner_uuid, type: UUID}
– { field: city_uuid, type: UUID}
– { field: trip_created_at, type: datetime}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment