David Sharp
David Sharp
It's a 137 exit code which is OOM so yes you out of resource. Did this a couple of weeks ago and then came right.
So we would need an additional table to capture the mapping - something like  and a couple of end points POST http://localhost:5000/api/v1/namespaces/{namespace}/jobs/{job}/tags/{tag} DELETE http://localhost:5000/api/v1/namespaces/{namespace}/jobs/{job}/tags/{tag} @wslulciuc - can you think...
@wslulciuc @phixMe - I am guessing I will need to add the jobs tag to this at some point so happy to put together some ideas for this.
yes this is something I would like to understand for sure.
Looks like currently in the DatasetFacetsDao.java ``` default void insertDatasetFacetsFor( @NonNull UUID datasetUuid, @NonNull UUID datasetVersionUuid, @Nullable UUID runUuid, @NonNull Instant lineageEventTime, @Nullable String lineageEventType, @NonNull LineageEvent.DatasetFacets datasetFacets) { ```...