Peter Hicks
Peter Hicks
I am having this very strange issue where the SVG text has 0w and 0h in chrome for my particular web application. The JS fiddle example works fine for me,...
I have used the following import syntax for the Sugar date module through Angular v5.2.10 and CLI v1.7.4 with success. Upon upgrading the version of Angular and its companions I...
I believe that it would be very useful to have a note about multiple validators for the same field. I was able to accomplish this with: ```typescript this.myForm = fb.group({...
We have recently made dataset versions traversable via our dataset tab on our lineage page. We would like to do the same for job versions as well. We will want...
In the current specification of the API, there is no way to derive the runs for a particular job version. The API to list a particular version of a job...
The current implementation of our search API returns the following object: ```ts interface SearchResult { name: string; namespace: string; nodeId: string; type: JobOrDataset; updatedAt: string; }[] ``` We currently create...
### Problem This is meant to support the efforts of #2610 to add capabilities to our backend to filter both jobs/datasets and updates our api spec. Fixes: #2610 (Partial, only...
We are allowed to ingest a newline character, but cannot send it back out due to a valuation check. It would be better if we were to fail on OpenLineage...
We currently don't support adding a symbolic link to a dataset in the UI or the API. We should be able to manually mark datasets in our interface. This would...
Very much a WIP ### Problem Our search right now does not enable nested queries on OpenLineage facets, code, linked entities, and ids. We want to enable our search to...