David Sharp

Results 6 issues of David Sharp

Currently there is functionality to add tags at both a column and dataset level, however, there is no way of maintaining or adding tags unless you go through the API....

Currently when inspecting a lineage graph if I click on a dataset node the entire graph is re-created based on that new dataset node, however, a large of critical path...

### Problem Currently we have no tag support for jobs. Closes: #2756 ### Solution - Adding new table jobs_tag_mapping to store the relationship between jobs and tags. - Update jobs...

api
client/java

### Problem A few suggestions from the Marquez crew re the tags - change text focus from description to the autocomplete drop down when the edit tags dialog is opened...

web

Currently we have an api end point for adding and deleting job tags but no way of interacting with the API via the UI. Proposal would be to add job...

Given the following static lineage post ``` curl -X POST http://localhost:8080/api/v1/lineage \ -i -H 'Content-Type: application/json' \ -d '{ "eventTime": "2024-12-28T20:52:00.001+10:00", "job": { "namespace": "my-namespace", "name": "newtestfoobarmeeeepppppppppp" }, "outputs": [{...

bug