2511 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
3cc892769a
Fix #1451: Avoid printing password values into log files during ingestion (#1452)
* Fix #1451: Avoid printing password values into log files during ingestion

* Update cmd.py - removed printing of config

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2021-12-06 14:18:13 -08:00
Suresh Srinivas
a972086d55
Fixes 1585 - Migrate PolicyResourceTest to use common tests from EntityResourceTest (#1586)
Co-authored-by: sureshms <suresh@getcollate.io>
2021-12-06 13:19:53 -08:00
Sriharsha Chintalapani
ddf4f13c22
Fix #1563: Filter by database name (#1580) 2021-12-06 12:17:24 -08:00
Suresh Srinivas
4943bd24ed
Fixes #1581 Migrate LocationResourceTest to use common tests from EntityResourceTest (#1582)
Co-authored-by: sureshms <suresh@getcollate.io>
2021-12-06 11:13:23 -08:00
Ayush Shah
3bcbada155
Fix Sample Data ingestion (#1583) 2021-12-07 00:36:50 +05:30
Ayush Shah
85f132738b
Remove faker from Sample-data (#1536)
* Removed Faker as a dependency

* Added ModuleNotFoundError

* Removed faker from requirements.txt

* Removed SampleData plugin from setup.py
2021-12-06 10:22:27 -08:00
parthp2107
db3d10ac64
Add fix tests (#1572)
* added tests for filters and minor fixes due to change in ui

* adding option for webdriver

* addressing reviewdog findings

* addressing comments

* addressing comments

* changing driver
2021-12-06 19:55:42 +05:30
Shailesh Parmar
23bac071da
updated redoc version (#1573) 2021-12-06 18:20:40 +05:30
Sachin Chaurasiya
d6066e798e
Remove Service Where ever API call is being with fields parameter having service in versionPage. (#1571) 2021-12-06 16:46:47 +05:30
Sachin Chaurasiya
672041bbb7
Fix #1567 Remove Service Where ever API call is being with fields parameter having service. (#1568) 2021-12-06 15:22:31 +05:30
parthp2107
8b44de52cb
changed service page search tests (#1566)
* changed service page search tests

* addressing comments
2021-12-06 13:12:49 +05:30
Pere Miquel Brull
185ef5e98f
Get id as str or uuid (#1562) 2021-12-06 08:40:53 +01:00
Sachin Chaurasiya
ffe4c8a36a
Generate Typescript Types from JSON schema (#1565) 2021-12-06 12:13:14 +05:30
darth-coder00
37df73ba9d
Updated Redoc Version to 2.0.0-rc.28 (#1564) 2021-12-06 10:58:55 +05:30
parthp2107
11b40ce69b
added document for selenium tests coverage (#1540) 2021-12-06 10:41:02 +05:30
parthp2107
933aa4ec4a
added test for flakiness while applying filters (#1539)
* added test for flakiness while applying filters

* addressing reviewdog findings

* changing mac to linux driver
2021-12-06 10:16:30 +05:30
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