-
Updated
Aug 10, 2022
data-discovery
Here are 32 public repositories matching this topic...
-
Updated
Aug 11, 2022 - Java
@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
Aug 1, 2022 - JavaScript
Specification must have an order parameter for fields. ODD Platform must take it into account after it's implemented on the ODD Spec side
-
Updated
Aug 10, 2022 - C#
-
Updated
Jan 31, 2022
-
Updated
Aug 11, 2022
-
Updated
Aug 3, 2022 - Python
-
Updated
Jun 21, 2022
-
Updated
Nov 5, 2018 - Python
-
Updated
Mar 2, 2018 - Java
-
Updated
Jul 7, 2022 - Python
-
Updated
Jan 19, 2022 - Python
Promoted from related-sciences/articat#5
More information in the parent issue
-
Updated
Jun 20, 2022 - Java
-
Updated
Jul 30, 2022 - TypeScript
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Feb 2, 2022 - Python
-
Updated
Mar 17, 2017 - HTML
-
Updated
Mar 17, 2022 - Python
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Jun 2, 2021
-
Updated
Jul 25, 2019 - Python
-
Updated
Nov 23, 2021 - Python
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
-
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."


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