marquez icon indicating copy to clipboard operation
marquez copied to clipboard

Collect, aggregate, and visualize a data ecosystem's metadata

Results 358 marquez issues
Sort by recently updated
recently updated
newest added

### Problem Currently, changing the db port requires modifying several different yml files in the project related to the Docker configuration. ### Solution This makes configuring the db port more...

docker

if job namespace is: `{"job": {"namespace": "trino://trino-integration-test:1337" }}` then querying for lineage registered under this namespace results in error: ``` 192.168.64.4 - - [30/Apr/2024:09:31:21 +0000] "GET /api/v1/namespaces/trino%3A%2F%2Ftrino-integration-test%3A1337/jobs?limit=20&offset=0 HTTP/1.1" 200 21280...

bug
web

Hi, Is there any plan to release docker images on docker hub with arm architecture?

When tagging fields for a dataset, there's extra spacing (to the right, see below). Let's reduce the padding or apply _right alignment_ to the tags. ![Screen Shot 2024-05-07 at 11...

bug
v2.UI

### 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

This PR adds cors support for docker compose by: * Adding `nginx` to base `docker-compose.yml` * Adding `docker/nginx/nginx.template` to override `Access-Control-Allow-Origin` default `*` (= any origins) ### Example Proxy all...

docker

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...

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...

api
web
docker

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

`Version History` in the dataset drawer and `Run History` on the job drawer are not paged ### Dataset Drawer ![image](https://github.com/MarquezProject/marquez/assets/7514204/ae9c08c0-ff35-4c1f-9bca-9d26f4599359) ### Job Drawer ![image](https://github.com/MarquezProject/marquez/assets/7514204/5dfa4b69-71d3-41b2-9521-c230d11bcdde)

web