Kevin Mellott

Results 7 issues of Kevin Mellott

When retrieving the [details of a Dataset](https://marquezproject.github.io/marquez/openapi.html#tag/Datasets/paths/~1namespaces~1{namespace}~1datasets~1{dataset}/get), an attribute is included to specify the current version of that Dataset. ```curl curl -s {baseUrl}/api/v1/namespaces/food_delivery/datasets/public.delivery_7_days | jq '.currentVersion' ``` ```bash "54e17e0b-b9da-43f2-8a7a-33d139625a18" ```...

bug
api

**Background** Some organizations require data retention policies to be enforced to meet legal and/or regulatory requirements. This proposal provides a few ways that this functionality could be implemented within Marquez....

proposal

We would like to add an authentication layer to the Marquez API, so that we can natively secure calls to the API endpoints using techniques like JWT, oAuth, LDAP, etc....

proposal

I was considering bringing PowerMock together with spark-fast-tests to provide the ability to verify column transformations involving the system clock (ex: _current_timestamp()_). This seems like a pretty common use case...

https://github.com/kevinmellott91/react-nest-thermostat

1. What version of JDBC driver are you using? 3.15.0 2. What operating system and processor architecture are you using? Macbook M1 Max, Sonoma 14.4.1 3. What version of Java...

status-triage_done

Are there plans to upgrade the version of Electrum to 3.0.5 or newer? That team has documented a major security vulnerability that was introduced in v2.6 and fixed with v3.0.5;...