Ayush Shah
67433f559c
Trino JDBC updated ( #1614 )
2021-12-08 13:14:38 +05:30
parthp2107
d069ab72e0
uncommented details page tests and corrected selenium workflow paths ( #1616 )
2021-12-08 11:54:44 +05:30
Sachin Chaurasiya
a3e7963543
Fix #1407 PUT method for service APIs give 405 Method not allowed exception. ( #1613 )
2021-12-08 10:37:41 +05:30
Suresh Srinivas
08ffcc37e5
Fixes #1611 - Move validate different fields in GET requests to EntityResourceTest ( #1612 )
2021-12-07 18:09:53 -08:00
Pere Miquel Brull
0a716a49a9
[issue-1484] - Deprecate ingestion Common Record ( #1608 )
...
* Refactor Sink to Generic Entity
* Refactor Source to Generic Entity
* Refactor Processor & Stage to Generic Entity
* Deprecate common Record
* Clean unused imports
* Scope import
2021-12-07 18:00:59 -08:00
Sachin Chaurasiya
fd92e5c6b7
Feat : UI - Filter by database name. ( #1599 )
2021-12-08 02:25:28 +05:30
Alberto Miorin
ad4f492929
Fix #1402 : Swagger.json has an old version ( #1609 )
2021-12-07 21:35:40 +01:00
Ayush Shah
777afd1d3f
Openmetadata.yaml for docker updated ( #1606 )
...
* Dockerfiles changed - updated elasticsearch, openmetadata.yaml
* Added blue color to docker info
2021-12-07 11:27:16 -08:00
Krishna Sadasivam
2ec12efcd6
Issue-1488: Quick start guide to developing in OpenMetadata ( #1532 )
...
Fix #1407 1488: Quick start guide to developing in OpenMetadata
Co-authored-by: Shannon Bradshaw <shannon.bradshaw@arrikto.com>
2021-12-07 11:03:16 -08:00
Ayush Shah
b592f86941
Added Unit tests for datatypes ( #1405 )
...
* Added Unittests for datatypes
* OpenMetadata Datatypes added in unittest
* Added few more datatype support
* SqlTypes updated
2021-12-08 00:31:51 +05:30
Sachin Chaurasiya
b86298f5ec
Fix #1602 ( #1603 )
2021-12-07 21:03:24 +05:30
Ayush Shah
1eae6f39ab
fix 1596, fixed indexing of DBT models ( #1600 )
2021-12-07 16:37:02 +05:30
Shailesh Parmar
2a8a8bea96
update redoc version to support search in api ( #1601 )
2021-12-07 15:24:55 +05:30
parthp2107
6689a206a0
added new tests and links ( #1598 )
2021-12-07 12:48:01 +05:30
Sachin Chaurasiya
a93d1e1a65
Fix #1576 Tag categories show counts of 0 in docker install. ( #1597 )
2021-12-07 12:18:37 +05:30
Suresh Srinivas
564b42a35b
Fixes #1591 - Move common post related tests to EntityResourceTest ( #1592 )
...
Co-authored-by: sureshms <suresh@getcollate.io>
2021-12-06 22:29:20 -08:00
Sriharsha Chintalapani
2ef91fff27
Fix #1593 : bootstrap_storage.sh not working ( #1594 )
2021-12-07 10:31:30 +05:30
Alberto Miorin
31353afc24
Fix #1554 : Fix post_locationWithDifferentService_200_ok in LocationResourceTest ( #1590 )
2021-12-06 19:14:33 -08:00
Alberto Miorin
8621ee3fa0
Fix #1533 , #1522 : ( #1575 )
...
- Glue works with columns containing dots.
- Glue works with temporary credentials.
- Fix bug in TableRepository, the EntityType was database instead of table.
- only region_name is mandatory in Glue config.
- first integration test for Glue. The CI integration with AWS is still missing.
2021-12-06 16:03:05 -08:00
Alberto Miorin
4d20e187a3
Fix #1579 : Drop and recreate MySQL and ES ( #1589 )
2021-12-06 23:28:35 +01:00
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