998 Commits

Author SHA1 Message Date
sureshms
642ca13411 Initialize REST collections based on @Collection annotation 2021-10-22 13:30:41 -07:00
sureshms
ad8210e286 Remove getById, getByName, list operations implementation and use from EntityRepository 2021-10-22 13:30:41 -07:00
sureshms
dcf8aaa4eb Move listBefore to EntityRepository and remove other implementations 2021-10-22 13:30:41 -07:00
sureshms
d686738863 Move listAfter to EntityRepository and remove other implementations 2021-10-22 13:30:41 -07:00
sureshms
a10861e444 Fix test failures 2021-10-22 13:30:41 -07:00
sureshms
1b6e5fe780 Part3 - Move common operations to EntityRepository class 2021-10-22 13:30:40 -07:00
sureshms
282e894dfe Part2 - Move common operations to EntityRepository class 2021-10-22 13:30:40 -07:00
sureshms
906fc5ee67 Part1 - Move common operations to EntityRepository class 2021-10-22 13:30:40 -07:00
sureshms
1f8b7a99c6 Remove jdbi2 dependency 2021-10-22 13:30:40 -07:00
sureshms
869bb2599b Remove jdbi2 DAO objects 2021-10-22 13:30:40 -07:00
sureshms
339e247059 Feed resource migrated to jdbi3 2021-10-22 13:30:40 -07:00
sureshms
a98e8c6afb Usage resource migrated to jdbi3 2021-10-22 13:30:40 -07:00
sureshms
b84220a6a8 Lineage resource migrated to jdbi3 2021-10-22 13:30:39 -07:00
sureshms
a919367a2b User entity migrated to jdbi3 2021-10-22 13:30:39 -07:00
sureshms
ca187378c3 Multiple entities migrated to jdbi3 2021-10-22 13:30:39 -07:00
sureshms
305d2b866a DashboardService entity migrated to jdbi3 2021-10-22 13:30:39 -07:00
sureshms
3049307050 Dashboard and bots entity migrated to jdbi3 2021-10-22 13:30:39 -07:00
sureshms
aaa30c92f7 Cleaned up all DAO3 classes and moved common implementation to EntityDAO3 2021-10-22 13:30:39 -07:00
sureshms
c600fc3f66 Chart entity migrated to jdbi3 2021-10-22 13:30:39 -07:00
sureshms
afd477ed82 Moved all the Chart DAO classes to upper level and created DAO3 version 2021-10-22 13:30:38 -07:00
sureshms
0d19bc7e68 Moved all the DAO classes to upper level and created DAO3 version 2021-10-22 13:30:38 -07:00
sureshms
2990436c3b Topic entity migrated to jdbi3 2021-10-22 13:30:38 -07:00
sureshms
cfbcc9a9af Database entity migrated to jdbi3 2021-10-22 13:30:38 -07:00
sureshms
1952501a6f Added EntityDAO as the base interface for all entities 2021-10-22 13:30:38 -07:00
sureshms
aec36fe664 Table entity migrated to jdbi3 2021-10-22 13:30:38 -07:00
Sriharsha Chintalapani
dd12eb69a2
Checkstyle: Losen up right and left curly checks (#902) 2021-10-22 11:14:14 -07:00
akhune
7f678b165f
ISSUE-808: Remove boilerplate code for listAfter and listBefore in PipelineRepository (#891)
Co-authored-by: Abhi Khune <abhi@Abhis-MacBook-Pro.local>
2021-10-22 09:00:41 -07:00
Ayush Shah
7bf6de0b40
Sample Usage modified as per Model (#889)
* Sample Usage modified as per Model

* Resolved - Named Parameters
2021-10-22 08:11:57 -07:00
parthp2107
27838b11cb
added selenium tests (#882)
* added selenium tests

* logout test fix

* addressing javastyle check error

* addressig checkstyle error

* addressing py-checkstyle findings

* addressing py-checkstyle findings

* reverting pom.xml url change

* addressing comments

* addressing comments
2021-10-22 12:10:55 +05:30
Pere Miquel Brull
f91bcc03f6
[Issue-877] - High Level API (#890)
* First approach

* Test model

* Validate endpoints

* Update schema codegen

* Prepare reqs dev

* Rename titles and codegen

* Update README

* Keep lineage title as addLineage

* Update pydantic classes

* Update API wrapper & tests

* Handle services methods

* Prepare tests
2021-10-21 14:51:38 -07:00
Sachin Chaurasiya
53eb2aad21
UI : Refactoring of TopicDetails Page (#888)
* UI : Refactoring of TopicDetails Page

* changed page name in routes

* addressing review comment

* added toast notification for error

* minor changes

* minor fix

* minor fix
2021-10-21 21:46:33 +05:30
darth-coder00
2787ff1b17
UI: Fixed #878, #879, #885, #886 (#887) 2021-10-21 20:23:09 +05:30
Sachin Chaurasiya
392b432680
UI: Refactoring of DatasetDetails Page. (#872)
* UI: Reactoring of DatasetDetails Page.

* addressing review comments.

* Addressing review comments

* addressing review comments

* folder structure refactoring

* added test for DatasetDetails Component

* Added test for datasetdetails page component.
2021-10-21 16:10:58 +05:30
Ayush Shah
13e78a74f3
Usage Pipeline fix (#883)
* Snowflake Usage query modified

* Snowflake and Bigquery Usage pipelines added

* Update bigquery_usage.py
2021-10-21 15:20:06 +05:30
Sriharsha Chintalapani
29c87f77d0
Improve Redshift Usage query (#881)
* Improve Redshift Usage query

* Improve Redshift Usage query

* Improve Redshift Usage query
2021-10-20 21:50:02 -07:00
Sriharsha Chintalapani
39a7b3e8c6
Fix #845: Fix FQN when the service is passed with Entity ID and Type only (#880) 2021-10-20 17:03:01 -07:00
Sachin Chaurasiya
047c70bc25
Fixed #868 For Owner already set to a team, "Select owner" list should open with teams tab as active. (#870) 2021-10-20 11:35:23 +05:30
parthp2107
3c21edbe75
added data-testid for integration testing (#769)
* added data-testid for integration testing

* undoing few data-testid

Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-20 10:02:12 +05:30
Sriharsha Chintalapani
d35e2574fd
Fix #862: Task PUT api is not updating the URL and start and end times (#863)
* Fix #862: Task PUT api is not updating the URL and start and end times

* Fix #862: Pipeline/Task PUT api is not updating the URL and start and end times

* Fix #862: Pipeline/Task PUT api is not updating the URL and start and end times
2021-10-19 14:19:20 -07:00
Allan Krueger
67a257a384
Fixes #804 - Refactor code for listAfter and listBefore methods in UserRepository (#855)
Co-authored-by: Allan Krueger <allankrg@amazon.com>
2021-10-19 12:03:40 -07:00
Sachin Chaurasiya
805839f9f4
fixed #854 data profiler charts put tooltip above the chart not on top. (#859) 2021-10-19 18:54:36 +05:30
darth-coder00
8e5064481e
Added Feature videos and Change Logs for 0.5 and Misc Css fixes (#858)
* Added Feature videos and Change Logs for 0.5

* Misc CSS fixes for Lineage and services
2021-10-19 14:24:22 +05:30
Sriharsha Chintalapani
ee1ec15ef9
Fix #853: Ingestion: handle profiler returning None (#857)
* Fix #853: Ingestion: handle profiler returning None

* Fix #853: Ingestion: handle profiler returning None
2021-10-19 10:08:35 +05:30
Sriharsha Chintalapani
1db18a50cf
Issue-823: data profiler should have an option of configuring a profiler date (#831)
* Issue-823: data profiler should have an option of configuring a profiler date

* Fix error logging, remove stack trace

* Issue-823: data profiler should have an option of configuring a profiler date

* Issue-823: Fix formatting
2021-10-18 15:00:19 -07:00
Suresh Srinivas
95181c1313
Merge pull request #849 from open-metadata/issue848 2021-10-18 10:00:09 -07:00
darth-coder00
c655d197ac
Issue 813: Unavailable entities will be removed from recent data instead of showing loader infinitely (#846) 2021-10-18 22:19:00 +05:30
sureshms
b19dc0ff4c Fixes #848 - Cleanup extra params in create and createAndUpdate for Metrics 2021-10-18 09:27:34 -07:00
Shailesh Parmar
09cc3b5dd2
Fixes: fixed failing unit tests (#844)
* fixed all failing test for UI

* fixed 1 breaking change bcz of merging main branch
2021-10-18 20:32:59 +05:30
parthp2107
aec586a5fe
updated metadata-ingestion and apis documents (#839)
* updated metadata-ingestion and apis documents

* minor changes in

* addressing maven ci findings

Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-18 18:02:22 +05:30
Sachin Chaurasiya
da6a57e2c1
Fixed #785 , #779 (#843)
Lineage node labels should wrap around,
Lineage nodes are overlapping.
2021-10-18 18:01:14 +05:30