-
Updated
Jun 26, 2022
data-discovery
Here are 34 public repositories matching this topic...
-
Updated
Jul 10, 2022 - Java
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
@cantzakas created the SQL query necessary to pull metadata in (hyperqueryhq/whale#140) -- we just have to make the greenplum extractor scaffolding. This should just follow the exact same shape as the Postgres extractor.
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Jun 25, 2022 - Python
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
-
Updated
May 23, 2022 - C#
-
Updated
Jan 31, 2022
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 21, 2022
-
Updated
Nov 5, 2018 - Python
-
Updated
Mar 2, 2018 - Java
-
Updated
Jan 19, 2022 - Python
Promoted from related-sciences/articat#5
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 20, 2022 - Java
Support Cube
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Jul 5, 2022 - CSS
-
Updated
Feb 2, 2022 - Python
-
Updated
Mar 17, 2017 - HTML
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Jun 2, 2021
-
Updated
Jul 25, 2019 - Python
-
Updated
Nov 23, 2021 - Python
Some field types such as
-
Updated
Mar 29, 2017 - HTML
-
Updated
Oct 30, 2020 - Python
Improve this page
Add a description, image, and links to the data-discovery topic page so that developers can more easily learn about it.
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."
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