This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Releases: flyteorg/datacatalog
Releases · flyteorg/datacatalog
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
health check improvements
v0.2.2 Updating Codeowners to manage access and deployment (#31)
Expose Artifact createdAt timestamp
v0.2.1 expose artifact createdAt time (#28)
Update to Go 1.13 and Go Mods
Update to Go 1.13, enable Go modules and update to latest boilerplate code.
Allow Partitioning Artifacts and querying by partition
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.
Set Subscope to DataCatalog
Merge pull request #4 from lyft/prometheus-namespace Change subscope to be named Datacatalog