Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Pre-work needed for the lineage graph visualization (#1084)
* parent f6b21b3 author verdan <[email protected]> 1620122095 +0200 committer verdan <[email protected]> 1620776994 +0200 initial commit Fixes the lineage query, updates the common model more updates updates the look and feel removes commented code Signed-off-by: verdan <[email protected]> passes the paramters to backend adds the zooming feature code refactor, addresses review comments Signed-off-by: verdan <[email protected]> docs: update faq.md (#1038) Signed-off-by: mgorsk1 <[email protected]> Modified methods to throw NOTFOUNDEXCEPTION instead RuntimeEror in neo4j_proxy (metadata_service) (#1028) Signed-off-by: aparna-cimpress <[email protected]> perf: Update ModeDashboardLastModifiedTimestampExtractor to use Mode discovery api (#1040) * update ModeDashboardLastModifiedTimestampExtractor to use Mode discovery api Signed-off-by: Junda Yang <[email protected]> * add empty line at the end of the file Signed-off-by: Junda Yang <[email protected]> * update comment Signed-off-by: Junda Yang <[email protected]> * fix lint Signed-off-by: Junda Yang <[email protected]> * fix import Signed-off-by: Junda Yang <[email protected]> ci: fix metadata ci config (#1039) Signed-off-by: Dorian Johnson <[email protected]> perf: update ModeDashboardLastSuccessfulExecutionExtractor to discovery api (#1042) * update ModeDashboardLastSuccessfulExecutionExtractor to discovery api Signed-off-by: Junda Yang <[email protected]> * lint Signed-off-by: Junda Yang <[email protected]> * remove unused import Signed-off-by: Junda Yang <[email protected]> perf: Update ModeDashboardOwner extractor to use Mode discovery api (#1043) * update ModeDashboardOwnerExtractor to discovery api Signed-off-by: Junda Yang <[email protected]> * update import Signed-off-by: Junda Yang <[email protected]> update ModeDashboardQueryExtractor to discovery api (#1044) Signed-off-by: Junda Yang <[email protected]> chore: fix databuilder dep typo (#1046) Signed-off-by: feng-tao <[email protected]> build(deps): bump py from 1.5.3 to 1.10.0 in /databuilder (#1049) chore: Update ModeDashboardLastModifiedTimestampExtractor typing (#1048) update Mode dashboard extractor tests (#1047) fix: Temporarily fix potential 404 in mode dashboard executions extractor (#1051) * fix ModeDashboardExecutionsExtractor Signed-off-by: Junda Yang <[email protected]> * nit Signed-off-by: Junda Yang <[email protected]> test: refactor: update test and directory of ModeDashboardChartsBatchExtractor (#1052) Temporarily fix potential 404 in ModeDashboardUsageExtractor (#1053) feat: Add dbt extractor for table lineage + metadata (#1015) * converted dbt extractor to mono repo Signed-off-by: Grant Seward <[email protected]> * Flake8 formatting Signed-off-by: Grant Seward <[email protected]> * Updates per feedback from Convoy Signed-off-by: Grant Seward <[email protected]> * Commented sample logging Signed-off-by: Grant Seward <[email protected]> * Added dbt to main amundsen README Signed-off-by: Grant Seward <[email protected]> fix bug in rest_api_query (#1056) Signed-off-by: Junda Yang <[email protected]> feat: Add merge query results functionality to rest_api_query (#1058) * Add merge query results functionality Signed-off-by: Junda Yang <[email protected]> * fix mypy Signed-off-by: Junda Yang <[email protected]> * nit Signed-off-by: Junda Yang <[email protected]> chore: fix gh page build workflow (#1062) Signed-off-by: feng-tao <[email protected]> chore: add mailmap to associate the right user (#1061) Signed-off-by: feng-tao <[email protected]> fix: Update ModeDashboardExtractor to Mode discovery api (#1063) * Update ModeDashboardExtractor to Mode discovery api Signed-off-by: Junda Yang <[email protected]> * nit Signed-off-by: Junda Yang <[email protected]> chore: delete legacy ModeDashboardChartsExtractor (#1064) * remove-legacy-charts-extractor Signed-off-by: Junda Yang <[email protected]> * nit Signed-off-by: Junda Yang <[email protected]> bump up databuilder version (#1065) Signed-off-by: Junda Yang <[email protected]> fix in another PR Signed-off-by: verdan <[email protected]> makes Verdan and Dorian the code owners (#1081) Signed-off-by: verdan <[email protected]> Adds a new "parent" field in lineage model (#1080) * adds 'parent' field to help build the graph Signed-off-by: verdan <[email protected]> * make the default to None Signed-off-by: verdan <[email protected]> deploy_release: on release, publish to pypi/docker (#1079) Given a release with a title of `<module_name> <version_number>`, this will push that release to PyPi and docker. Note that this does not attempt to create the changelog or any of that stuff. That will need to be done by a separate action. This creates a nice modularity boundary, in that this action doesn't care where the release came from (manual or another automated step) Signed-off-by: Dorian Johnson <[email protected]> Fixes the test cases Signed-off-by: verdan <[email protected]> Removes extra functionality Signed-off-by: verdan <[email protected]> removes redundant flag Signed-off-by: verdan <[email protected]> * FIxes the betterer issues Signed-off-by: verdan <[email protected]> * code review changes Signed-off-by: verdan <[email protected]> * updates the common version Signed-off-by: verdan <[email protected]> * Fixes lint errors for metadata Signed-off-by: verdan <[email protected]>
- Loading branch information