5395 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
4206f4d119
Fix #1558: Fix metadata ingestion to remove service, database fields from api calls (#1559) 2021-12-05 20:32:17 -08:00
Sriharsha Chintalapani
2d348e9704
Add SSL options to ElasticSearch client - Ingestion & Server (#1548) (#1557)
* Add SSL options to ElasticSearch client - Ingestion & Server (#1548)

* Add SSL options to ElasticSearch client - Ingestion & Server

* Add SSL options to ElasticSearch client - Ingestion & Server

* Issue-1556: Support for ElasticSearch SSL , Bootstrap command create and delete, ingestion updates for change descriptions

* Issue-1556: Fix checkstyle issues

* Issue-1556: Fix checkstyle issues
2021-12-04 18:54:36 -08:00
Suresh Srinivas
ff2e92a2f6
Fixes #1528 Remove service as an option from fields query param for data asset entities (#1555) 2021-12-04 14:41:29 -08:00
Suresh Srinivas
fc58c9f5ee
Fixes #1552 Use logger from the base class CatalogApplicationTest in all the Resource tests (#1553)
Co-authored-by: sureshms <suresh@getcollate.io>
2021-12-04 11:44:29 -08:00
Sriharsha Chintalapani
63a93c8944
Fix #1356: Add new entities to ES index from OpenMetadata server (#1423)
* Fix #1356: Add new entities to ES index from OpenMetadata server

Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2021-12-04 08:45:17 -08:00
Ayush Shah
128a69045d
Fix 1477: Bigquery Usage - queryConfig (#1478)
* Fix 1477: Bigquery Usage - queryConfig

* Bigquery Usage Modified
2021-12-03 08:57:44 -08:00
Ayush Shah
341d2d5bf8
Update setup.py (#1542) 2021-12-03 08:56:29 -08:00
Sachin Chaurasiya
5bc73ced28
Fix #1537 UI : Remove search from service page and reposition Add service with different service tabs. (#1538)
* Fix #1537 UI : Remove search from service page and reposition Add service with different service tabs.

* Fixed name overflow issue on user card.
2021-12-03 20:57:26 +05:30
Sachin Chaurasiya
181e95414d
Style : Changing App-bar Layout. (#1534)
* Style : Changing Appbar Layout.

* Removed Scrollbar

* Addressing review comments.

* minor style tweaks.
2021-12-03 20:51:38 +05:30
Sachin Chaurasiya
a094f1d5f8
GitBook: [#60] Updating Document for Json Schema to Typescript Types generation. (#1535) 2021-12-03 16:01:06 +05:30
Shailesh Parmar
16d8ba548d
fix: alignment issue in tag, profiler (#1519) 2021-12-03 10:10:39 +05:30
Sachin Chaurasiya
7494b1e4c1
Fix #1516 Flakiness in Explore search results. (#1520) 2021-12-03 10:08:00 +05:30
Alberto Miorin
b7711bf21a
Fix #1527: List locations is not including the service and the serviceType in the result (#1530) 2021-12-02 18:54:14 -08:00
Alberto Miorin
13fb6b5c96
Fix #1529: Add the enum integer inside Relationship.java (#1531) 2021-12-02 18:05:38 -08:00
Alberto Miorin
f9436c65f0
Fix #1306: Evolve Location entity integration (#1442) 2021-12-03 02:13:13 +01:00
Alberto Miorin
249643b79f
Small fix to .gitignore (#1524) 2021-12-02 10:58:17 -08:00
Sachin Chaurasiya
1aced5762d
Style : Adding new styling to other pages. (#1517) 2021-12-02 16:39:13 +05:30
Sachin Chaurasiya
0ef9aeb029
Style : Changing some styles on explore page. (#1515)
* Style : Changing some styles on explore page.

* Move PageContainerV1  from exploreComponent to ExplorePageComponent.
2021-12-02 15:14:35 +05:30
Alberto Miorin
5938ea20bc
Fix #1504: FQN of Location is null.s3://bucket/... and service is saved in location_entity (#1506) 2021-12-01 23:36:34 -08:00
parthp2107
a0045a437c
added dbtmodel test cases and uncommented profiler test part (#1514) 2021-12-02 12:47:52 +05:30
Suresh Srinivas
4b94a3fda4
Fixes #1508 Add serviceType and service reference for Chart, Dashboard, Database, Pipeline, Table, and Topic (#1510)
Co-authored-by: sureshms <suresh@getcollate.io>
2021-12-01 16:33:34 -08:00
Pere Miquel Brull
2171236ada
Update algorithm and server as major change (#1505) 2021-12-01 10:59:13 -08:00
Ayush Shah
0e205d93dd
Added DBT to airflow, modified tables.json - added profile data, fixed user's displayName (#1501)
* User's Name fixed, added profile data, added dbt pipeline under airflow

* service name changed
2021-12-01 08:32:29 -08:00
Sachin Chaurasiya
5794b5f4f8
Fix to show TierN only not Tier.TierN. (#1502)
* Fix #1480 UI : Change Explore page to 3 column layout.

* Minor style changes

* Adding select all filter support.

* Change layout styling

* Addressing feedback

* Rename Tier.svg to tier.svg

* Adding startswith text for entity tags.

* Minor fix for metinformation of entity.

* Fix to show TierN only not Tier.TierN.
2021-12-01 18:39:29 +05:30
Shailesh Parmar
9339ad881f
Fixed typo for no follower msg (#1500) 2021-12-01 18:17:16 +05:30
Sachin Chaurasiya
612673f9d9
Fix #1480 UI : Change Explore page to 3 column layout. (#1481)
* Fix #1480 UI : Change Explore page to 3 column layout.

* Minor style changes

* Adding select all filter support.

* Change layout styling

* Addressing feedback

* Rename Tier.svg to tier.svg

* Adding startswith text for entity tags.

* Minor fix for metinformation of entity.
2021-12-01 18:16:57 +05:30
parthp2107
51b4db9e7f
added rerun for failing tests (#1479)
* added rerun for failing tests

* adding sleep for frequently joined tests
2021-12-01 17:04:45 +05:30
Shailesh Parmar
1493cbbb7b
Feat: Show description on hover of tags (#1418)
* Feat: Added description popover on hover of tags

* fixed failing test

* add popover changes for DBTmodale pages

* addressing comments

* miner fix for ui

* addressing comments
2021-12-01 16:05:10 +05:30
parthp2107
a9e70e6a89
License header update (#1498)
* updated liscense header

* updated license header

* updated license header

* updated license header

* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sriharsha Chintalapani
4ea45d3be3
Fix #1496: Follow-up: fix for sample-data after user classes refactored (#1497)
* Fix #1496: Follow-up: fix for sample-data after user classes refactored

* Fix #1496: Follow-up: fix for sample-data after user classes refactored
2021-12-01 09:38:30 +05:30
Suresh Srinivas
3ae3eec3d0
Fixes 1486 - Refactor ChangeEventHandler to make getting change events a utility method (#1487)
Co-authored-by: sureshms <suresh@getcollate.io>
2021-11-30 18:36:38 -08:00
Sriharsha Chintalapani
bbb1f03137
Fix #1493: Fix UI broken build (#1494) 2021-12-01 00:15:25 +01:00
Sriharsha Chintalapani
4160f209ef
Fix #1490: Fix broken sample-data ignestion due to User classes refactored (#1491) 2021-11-30 14:41:10 -08:00
Alberto Miorin
a06fe9827e
Update TableProfiler.component.tsx 2021-11-30 23:39:03 +01:00
Alberto Miorin
ac9c1e66ba
Update schema-language.md 2021-11-30 22:44:54 +01:00
Sriharsha Chintalapani
a595332701
Fix #1471: Add Intellij idea settings to repo (#1472)
* Fix #1471: Add Intellij idea settings to repo
2021-11-30 12:14:54 -08:00
Suresh Srinivas
9af02c8ab3
Issue1482 (#1483)
* Fixes #1447 Fix TableResourceTest.get_tableListWithDifferentFields_200_OK test failure

* Fixes #1482 - Change entityName limit to 256 characters

Co-authored-by: sureshms <suresh@getcollate.io>
2021-11-30 11:49:06 -08:00
omriAl
96e473b5cb
#1051: migrated all usages of models.MetadataUser & models.User classes to g… (#1473)
* migrated all usages of models.MetadataUser & models.User classes to generated.schema.teams.user.User classes instead.

* formatted file with black

Co-authored-by: omri.alon <omri.alon@myheritage.com>
2021-11-30 07:57:07 -08:00
Sachin Chaurasiya
e32d14ea0e
UI : Adding support for 3 column layout. (#1476)
* UI : Adding support for 3 column layout.

* Addressing review comment.

* Minor fix

* Css styling fix.
2021-11-30 17:21:50 +05:30
parthp2107
0e300a1be8
added orders to test classes and did minor changes to tests (#1474)
* added orders to test classes and added minor changes to tests

* minor change

* minor change
2021-11-30 17:08:18 +05:30
Sachin Chaurasiya
6fea07fdbf
Fix#1379 Creating an ingestion job when airflow is down returns 400. (#1460)
* Fix#1379 Creating an ingestion job when airflow is down returns 400.

* Fixed typo

* Minor fix
2021-11-30 13:29:54 +05:30
Sriharsha Chintalapani
7009a0bc12
Fix #1073: Apache Druid Support (#1424)
* Fix #1073: Apache Druid Support
2021-11-29 10:59:15 -08:00
Pere Miquel Brull
c2efcb1107
[issue-1284] - Add MlStore and Server to MlModel (#1439)
* Add mlStore and server to MlModel entity

* Add mlStore and server to Create MlModel entity

* Add MlStore and Server to MlModel properties
2021-11-29 19:08:00 +01:00
Shannon Bradshaw
a1e9f986fb
Direct users to the install docs (#1461)
Users seem to be having difficulty getting up and running with docker-compose. In any case our installation instructions in the readme are inconsistent with what's in the docs.
2021-11-29 08:37:47 -08:00
darth-coder00
306fb36502
Feat: Added DBT Models to Database details page (#1465) 2021-11-29 21:39:11 +05:30
Akash Jain
9275669225
Merge pull request #1462 from open-metadata/fix/issue-1339
fix: Issue-1339
2021-11-29 20:23:05 +05:30
Sachin Chaurasiya
902beedbe5
Adding support for recently search term (#1459) 2021-11-29 20:14:57 +05:30
parthp2107
9aad7efabc
adding new tests for my data page (#1458)
* adding new tests for my data page

* added chrome option
2021-11-29 20:08:48 +05:30
Akash Jain
09e33ff479
Merge pull request #1457 from open-metadata/issue-1414
Ingestion Check Loop Fix
2021-11-29 19:41:48 +05:30
Akash-Jain
74add4c8eb fixed paths 2021-11-29 19:25:53 +05:30