The Wayback Machine - https://web.archive.org/web/20220811010015/https://github.com/topics/data-discovery
Skip to content
#

data-discovery

Here are 32 public repositories matching this topic...

feng-tao
feng-tao commented May 14, 2021

Currently we only support db store publisher (e.g neo4j, mysql,neptune). But it would be pretty easy to support message queue publisher using the interface (e.g SQS, kinesis, Eventhub, kafka) which allows push ETL model support.

There is a pr (amundsen-io/amundsendatabuilder#431) which unfortunately isn't get merged. The pr could be used as an example on how to support t

help wanted good first issue keep fresh
odd-platform
DementevNikita
DementevNikita commented Aug 2, 2022

Collector generates invalid oddrn for fields that have a parent field. It's doesn't take into accounts those parents' fields oddrns which causes merging issues.

For example, a valid case for BigQuery would be:

{
    field: {
        name: "..."
    },
    another_field: {
        name: "..."
    }
}

which causes collector to generate same oddrns for name fields

Depends on #5

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