Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Allow Partitioning Artifacts and querying by partition

Compare
Choose a tag to compare
@chanadian chanadian released this 11 Jan 00:15
· 261 commits to master since this release
58a33f5

Allow artifacts to be partitioned in a Dataset. A Dataset contains the partition keys that the artifact can be partitioned by. When an Artifact is created it must specify values for each partition key in it's dataset.
For ex.,

A Dataset with partition keys [city, zipcode] has an artifact:
SeattleArtifact:{city: Seattle, zip: 98101}

The partition key/values are string types.