Skip to content
#

data-discovery

Here are 34 public repositories matching this topic...

ozandogrultan
ozandogrultan commented May 26, 2022

Expected Behavior

Announcements shouldn't be duplicated

Current Behavior

The first announcement in the homepage is duplicated when the user navigates back to homepage from announcement details page. Following is th

type:bug help wanted good first issue Project: Frontend
rossturk
rossturk commented Jun 7, 2022

When there is no source URL for a job, the web UI still shows a button that doesn't link anywhere.

Perhaps the button should not show up of there is no source code location? Better still, it could be disabled with a tooltip explaining how the connection can be made w/a link to some docs.

I believe the work happens here:
https://github.com/MarquezProject/marquez/blob/e5c1fea533b11fd42d25b8ef

good first issue
odd-platform
DementevNikita
DementevNikita commented Jul 3, 2022

odd-platform-api/build.gradle has a configuration block for bootRun task that opens a debug port:

bootRun {
    jvmArgs = ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"]
}

It'd be nice to suspend the application start based on a environment variable. This way we can easily manipulate it without need to go and change the configuration each time we need

kind: enhancement good first issue scope: backend scope: build

Improve this page

Add a description, image, and links to the data-discovery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-discovery topic, visit your repo's landing page and select "manage topics."

Learn more