Sachin Chaurasiya
6826ebdf3c
Feat : Add versioning for table entity in the UI ( #973 )
...
* Feat : Add versioning for table entity
* Added entityversion timeline and version data
* added go back support from version page to default page.
* Fix : fixed version number parsing
* Refactor : add separate component for entity version.
* Fix : fixed undefined error for previousversion.
* Fix : entityName fixed for description Modal
* removed key columns from useTable prop object.
* removed default value of followers.
2021-11-02 17:39:34 +05:30
Sachin Chaurasiya
15d4c66f0a
Docs: generate types for pipeline entity. ( #1028 )
2021-11-02 16:22:27 +05:30
Suresh Srinivas
6f90019967
Merge pull request #1010 from dec0deit/merge-util-into-entity-util
...
modified necessary files to merge util and entityUtil Files
2021-11-01 22:33:25 -07:00
dec0deit
a2b857355b
added field
2021-11-02 10:46:49 +05:30
Suresh Srinivas
c39d2024fb
Merge pull request #1022 from open-metadata/issue1021
...
Fixes #1021 - Move listing and pagination tests to common implementation
2021-11-01 10:38:45 -07:00
sureshms
2c1193153a
Fixes #1021 - Move listing and pagination tests to common implementation
2021-11-01 09:59:47 -07:00
Pere Miquel Brull
11f9ddae3c
Issue 954 ( #1020 )
...
* Prepare mixins
* Remove tasks
* Prepare table mixin
* Clean tasks from sample_data
* Add table mixin tests
* Prepare compute percentile
* Refactor OpenMetadata
2021-11-01 08:57:53 -07:00
vijaypm
5d796172ce
ISSUE-960: ( #988 )
...
* ISSUE-960: fixed test cases and updated documented with list of pip install
* using requests package for testing http port responsiveness and socket for non-http ports
* use healthcheck api instead of just service endpoint
Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>
2021-11-01 08:32:34 -07:00
Tom Vijlbrief
0c23b68d40
Handle . in column names ( #989 )
...
* Handle . in column names
* Handle . for profiling
2021-11-01 07:22:40 -07:00
Sriharsha Chintalapani
9b7d3e313f
Fix #1004 : Update Pipeline Ingestion and Indexing to accommodate new API changes ( #1005 )
2021-11-01 07:22:01 -07:00
dec0deit
c31924c23d
added period package
2021-11-01 16:30:31 +05:30
dec0deit
11f55cc1c2
modified neccesary files
2021-11-01 14:46:27 +05:30
Shailesh Parmar
d393b90bc4
Fix: Highlight dashboard, topic and pipeline name on search & on table change previous tab count reset ( #979 )
...
* Fix: issue-977 on change of tab, previous tab count reset
* Fix: issue-976 highlight topic, dashboard and pipeline name on search
2021-11-01 12:43:13 +05:30
Sriharsha Chintalapani
9776cec660
Fix #1007 : Health check api returns unhealthy if there are no users bootstrapped ( #1008 )
2021-10-31 20:55:34 -07:00
Suresh Srinivas
d810af815b
Merge pull request #1002 from open-metadata/issue1001
...
Fixes #1001 - Move add and delete follower functionality based on Ent…
2021-10-31 13:58:35 -07:00
sureshms
24d6131553
Fixes #1001 - Move add and delete follower functionality based on EntityRepository
2021-10-31 13:48:43 -07:00
Suresh Srinivas
c83bb0f768
Merge pull request #993 from open-metadata/issue991
2021-10-31 12:38:29 -07:00
AviG
f105f35e58
ISSUE-995: fix redash dashboard slug ( #996 )
...
Co-authored-by: user <user@users-MacBook-Pro.local>
2021-10-31 11:57:41 -07:00
sureshms
47b3dc5932
Fixes 991 - Merge Tasks as attributes into Pipeline
2021-10-31 08:56:44 -07:00
Suresh Srinivas
7b54fb8bbe
Merge pull request #987 from open-metadata/issue986
...
Fixes #986 Move ownership checks to base EntityResourceTest for all t…
2021-10-31 08:52:25 -07:00
Pere Miquel Brull
423e81ee68
Generate python models ( #990 )
...
* Mark internal functions
* Regenerate python models
* Prepare health check
2021-10-31 08:23:01 -07:00
Tom Vijlbrief
e6f6d9c2bb
Map SQL columns with unknown type to VARCHAR ( #980 )
...
Change pydantic version requirement
2021-10-30 21:07:39 -07:00
sureshms
852b64d31d
Fixes #986 Move ownership checks to base EntityResourceTest for all the entities
2021-10-30 10:51:43 -07:00
Suresh Srinivas
5a841e6250
Merge pull request #985 from open-metadata/issue984
...
Fixes 984 Cleanup TaskResourceTest
2021-10-30 10:42:50 -07:00
sureshms
9fb35690e9
Fixes 984 Cleanup TaskResourceTest
2021-10-30 09:15:06 -07:00
Ayush Shah
93921814af
Docker fix - latest release changes ( #983 )
...
* Docker fix - Architecture, MySQL
* Docker Airflow API Dagrun support
* Docker latest changes modified
2021-10-30 09:05:30 -07:00
Shailesh Parmar
7e73f2fecc
miner fix related to searchQuery ( #978 )
2021-10-29 15:00:47 +05:30
Shailesh Parmar
37758c619e
Fix: Fixed all the explore page bugs, failing test and issue:851 ( #975 )
...
* resolved infinite loading bug onClick of active tab for landing page
* fix count and loading issue for landing page
* move const value to MyData.const file
* move MyDataHeader component to its seprate folder and miner bug fix in MyDataPage component
* add error handler at page level
* Fix: fixed explore page bugs related to index not found
* fix: fixed explore page bugs and failing test for explore page and myData page
2021-10-29 14:10:50 +05:30
Sriharsha Chintalapani
ef438eb870
Add bigquery, athena support for profiler ( #974 )
2021-10-29 09:16:12 +05:30
Suresh Srinivas
328db526a6
Merge pull request #966 from open-metadata/issue965
...
Fixed 965 Add versioning API support for Team Entity
2021-10-28 15:11:32 -07:00
sureshms
0d5f42370f
Fixed 965 Add versioning API support for Team Entity
2021-10-28 13:59:35 -07:00
Pere Miquel Brull
42db57e3b8
Issue 953 ( #972 )
...
* Rename docstring
* Fix typo
* Prepare linage API
* Centralise GET API
* Fix delete test by FQDN
* Add hints
* Add lineage tests
* Migrate lineage ops to OpenMetadata API
2021-10-28 11:31:38 -07:00
Sachin Chaurasiya
b4fc16f2e5
docs: Generate Types from Json Schema. ( #971 )
2021-10-28 15:32:37 +05:30
parthp2107
d59d45550e
added tests for topic-details page ( #932 )
...
* added tests for topic-details page
* addressing reviewdog findings
* updated testng.xml
* added manage tab tests
2021-10-28 14:47:56 +05:30
Sachin Chaurasiya
c97abe0cdc
Style : add graph for rows count ( #970 )
...
* style : add graph for rows count
* Fix : removed Overview tesxt from drawer.
2021-10-28 14:24:37 +05:30
Sachin Chaurasiya
8779e8ee46
Refactor: UI Dashboard Details page ( #956 )
...
* UI: Refactor Dashboard Details page
* Added test for dashboard page and component.
* fixed file name
* minor fix
2021-10-28 14:21:57 +05:30
Shailesh Parmar
e52dbacfd8
Fix: loading and entity count bug fix for Landing page ( #955 )
...
* resolved infinite loading bug onClick of active tab for landing page
* fix count and loading issue for landing page
* move const value to MyData.const file
* move MyDataHeader component to its seprate folder and miner bug fix in MyDataPage component
* add error handler at page level
2021-10-28 13:43:40 +05:30
Suresh Srinivas
328e3da12d
Merge pull request #964 from open-metadata/issue963
...
Fixes #963 Migrate user entity to EntityResourceTest based common tests
2021-10-27 14:51:00 -07:00
sureshms
b8d0743963
Fixes #963 Add versioning APIs to entity and migrate to EntityResourceTest based common tests
2021-10-27 13:42:41 -07:00
Sriharsha Chintalapani
e5dfcf9f15
Fix #961 : Profiler: Add support for Hive and Athena ( #962 )
2021-10-27 12:10:59 -07:00
Suresh Srinivas
721372719c
Merge pull request #949 from open-metadata/issue948
...
Issue948
2021-10-27 08:57:41 -07:00
Suresh Srinivas
6ea63fb798
Merge pull request #959 from iamdebojyoti/refactored-830
...
Reduced duplicate code in *Resource.java
2021-10-27 08:54:49 -07:00
sureshms
651cdd41c7
Change EntityTestHelper name to EntityResourceTest
2021-10-27 07:58:19 -07:00
debojyotidey
48d95aefca
Reduced duplicate code in *Resource.java
2021-10-27 19:57:12 +05:30
Sriharsha Chintalapani
47d3d5c77a
Fix #946 : Add support for MySQL and Snowflake for profiler ( #947 )
2021-10-27 18:07:34 +05:30
Akash Jain
d9a35e4b5c
fix: UI for Teams Page when there are no teams ( #952 )
...
* refactored component to use png & use child props
* fixes #826
* resizing width to 200
* code review requested changes
2021-10-27 17:54:29 +05:30
Sachin Chaurasiya
91ea0110f6
Fixed #903 #868 Data Profiler styling issues and owner dropdown. ( #951 )
2021-10-27 14:19:37 +05:30
Sachin Chaurasiya
451b96e15e
Add Design: Entity detail drawer for lineage tab. ( #927 )
...
* Add Design: Entity detail drawer for lineage tab.
* integrated apis for pipeline and dashboard to show data on drawer.
* fixed mainentity should not be clickable.
* added support for outside click
* addressing review comments
* minor tweaks
2021-10-27 13:00:19 +05:30
sureshms
7ba449844a
Fix merge errors
2021-10-26 23:48:48 -07:00
sureshms
7cdc63c8eb
Added versioning APIs for Chart, Dashboard, Database, Table, Task, and Topic along with tests in common class
2021-10-26 23:22:37 -07:00