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

Releases: flyteorg/datacatalog

v0.2.8

02 Dec 00:27
Compare
Choose a tag to compare

Changelog

a9259ef Scoop update for datacatalog version v0.2.7

v0.2.7

02 Dec 00:18
Compare
Choose a tag to compare

Changelog

792bb12 Scoop update for datacatalog version v0.2.6

v0.2.6

02 Dec 00:10
Compare
Choose a tag to compare

Changelog

71ebfb8 Scoop update for datacatalog version v0.2.5

v0.2.5

02 Dec 00:01
Compare
Choose a tag to compare

Changelog

efd4364 Scoop update for datacatalog version v0.2.4

v0.2.4

01 Dec 23:53
7eaf4b8
Compare
Choose a tag to compare

Changelog

7eaf4b8 Update Dockerfile

health check improvements

02 Sep 17:55
2534c2f
Compare
Choose a tag to compare
v0.2.2

Updating Codeowners to manage access and deployment (#31)

Expose Artifact createdAt timestamp

20 Feb 00:29
5d28ea3
Compare
Choose a tag to compare
v0.2.1

expose artifact createdAt time (#28)

Update to Go 1.13 and Go Mods

28 Jan 23:00
cd77548
Compare
Choose a tag to compare

Update to Go 1.13, enable Go modules and update to latest boilerplate code.

Allow Partitioning Artifacts and querying by partition

11 Jan 00:15
58a33f5
Compare
Choose a tag to compare

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

16 Sep 21:37
2ee1d75
Compare
Choose a tag to compare
Merge pull request #4 from lyft/prometheus-namespace

Change subscope to be named Datacatalog