Willy Lulciuc
Willy Lulciuc
@dvirgiln: Yeah, good point. The proxy server configuration assumes `ssl` termination at the ELB level (i.e. calls from the UI are made within the same VPC, thus not requiring `ssl`),...
Very good points, @collado-mike. After some thought, and given that Marquez is the reference implementation of OpenLineage, I think we should deprecate the write APIs for `REST`. Using the `/lineage`...
I would add a `lineage export` cmd to the [`marquez-cli`](https://github.com/MarquezProject/marquez/tree/main/api/src/main/java/marquez/cli) that would export the OL events from the `lineage_events` table. For example: ``` $ java -jar marquez.jar lineage export >...
@fm100 I ❤️ this idea! I was looking into publishing the Marquez helm chart a while back and found this tool for hosting and releasing charts via GitHub pages: https://github.com/helm/chart-releaser
To retrieve a run, we expose the endpoint `/jobs/runs/{id}` since we don't need the namespace or job and run IDs are globally unique. We can also do the same to...
@deedubs: I completely agree. We've been considering removing the `latest` tag and replace it with the `snapshot` version for Marquez. Which, _techincally_, can be viewed as the _latest_ and greatest.
@phixMe should we merge the version bump for the `terser` dep?
@RNHTTR: we do have a [quickstart](https://marquezproject.ai/quickstart) for Marquez, but did you have something else in mind?
@dvirgiln: You're absolutely right, for very large graphs it's hard to navigate / follow dependencies (not a great experience). Usability is something we've been meaning to address, and there's plenty...