7194 Commits

Author SHA1 Message Date
karanh37
521711940e
fix: ui fixes 1.1.1 (#12694)
* fix: long text ellipsis wrapping

* fix: node suggestions long text issue

* replace name with fqn for tags

* fix cypress issue

* change the header label ui of explore page

* fixed classificatin issue for .

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-08-02 18:17:45 +05:30
Matias Puerta
e203ece20c
[CHORE] Reduce docker image size by removing pip cache (#12708)
* [CHORE] Reduce docker image size by removing pip cache

* [CHORE] Reduce image size for ingestion/operators as well

* [CHORE] Reduce image size for CI
2023-08-02 14:36:27 +02:00
Mohit Yadav
191cee2da0
Fix Test Suite Migrations (#12697)
* Fix Test Suite Migrations

* Fix Test Suite Migrations

* Fix Test
2023-08-02 16:58:22 +05:30
Sachin Chaurasiya
a28cdcda5c
fix: glossary term reviewers is not updating (#12707)
* fix: glossary term reviewers is not updating

* test: add cypress test for glossary term reviewer
2023-08-02 16:09:57 +05:30
Aniket Katkar
67d4886b14
fixed the loader issue for ingestionList table (#12710) 2023-08-02 15:56:16 +05:30
Esmaeil Chitgar
744a3d403f
add automate exception message for invalid enum value as api request parameter (#12400)
* add exception Message for invalid enum value

when enum value is incorrect in api call, this method generates the exactly message as we expect. for example the Include.java in databaseServiceResource.java list() api.

* add an example for invalid enum value as unit test for databaseServiceResource class.

A unit test example that shows how to use invalidEnumValue() method instead of traditional way i.e. writing plain string.

* apply google-formatter

* Merge branch 'EsmaeilChitgar-AddExceptionMessageForInvalidEnumValue' of https://github.com/EsmaeilChitgar/OpenMetadata into EsmaeilChitgar-AddExceptionMessageForInvalidEnumValue

* fix reported issues in pull request

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-08-01 22:52:48 -07:00
Aniket Katkar
c32ec25ebe
fix(ui): ingestion tab bugs on service details page (#12690)
* added missing dependance for in the serviceDetailsPage

* fixed the bugs in ingestion tab on service details page

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-02 11:16:13 +05:30
Sriharsha Chintalapani
43e06357a2
Fix #8208: OpenMetadata server supports Postgres 15 (#12370)
* Fix #8208: OpenMetadata server supports Postgres 15

* fix: PSQL 15 Initial scripts to make database owners for permissions

* Update to generic base image tag

* fix: type for airflow username

---------

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2023-08-02 11:13:28 +05:30
Ayush Shah
402f4bc04c
quick fix row value docs (#12704) 2023-08-02 10:53:08 +05:30
Ayush Shah
e7b6ff9565
fix 12498: pipeline metadata info (#12691) 2023-08-02 10:46:20 +05:30
Pere Miquel Brull
a68e12c7e1
Clean old test connections bootstrap (#12695) 2023-08-01 16:15:56 +02:00
Akash Jain
1b54a9d6bf
fix: Docker Compose Postgres Command Args (#12693) 2023-08-01 18:56:51 +05:30
Sachin Chaurasiya
8f5ea7c793
fix(#12682): fail to display custom properties of the table (#12688)
* fix(#12682): fail to display cutom properties of the table

* fix: unit test
2023-08-01 18:37:23 +05:30
Ashish Gupta
de06d50e7f
fix(ui): ui breaking as url was not encoded. (#12643)
* fix ui breaking because of url having percent in it

* added support for % in about

* fix test cases

* checkstyle

* url fix

* fix storage url

* encoded topic, mlmodel and pipeline entity

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-08-01 14:12:47 +05:30
Mayur Singal
819bb27ee0
Fix airflow not ingesting pipelines (#12683) 2023-08-01 13:00:02 +05:30
Sriharsha Chintalapani
878fda47a1
Fix tests logging; do not initialize the search client if the search … (#12681)
* Fix tests logging; do not initialize the search client if the search config is not present

* Fix logging and parallelization defaults 1C

* Fix logging and parallelization defaults 1C

* Fix logging and parallelization defaults 1C

* Fix logging and parallelization defaults 1C

* Fix logging and parallelization defaults 1C

* Fix logging and parallelization defaults 1C
2023-07-31 23:35:08 -07:00
Chirag Madlani
098625c549
feat(server): description support for team hierarchy (#12638) 2023-08-01 11:25:42 +05:30
Anuj359
9ed9fb172e
Updating docker env and symbolic link for openmetadata.yaml (#12684) 2023-08-01 11:07:29 +05:30
Suresh Srinivas
19e223eabd
Fix exceptions thrown as reflections scan non java classes (#12680) 2023-07-31 17:33:47 -07:00
Suresh Srinivas
d968304853
Add BindFQN jdbi annotation to change fqn to fqnHash (#12658) 2023-07-31 11:51:40 -07:00
karanh37
b954fcb5ca
fix: add welcome screen (#12669)
* fix: add welcome screen

* fix: cypress tests

* fix: welcome screen alignment issues
2023-07-31 22:06:13 +05:30
Josh Liberty
5d53335d83
Update storageService.json (#12529)
Add support to using a custom storage connection
2023-07-31 09:01:37 -07:00
Aniket Katkar
f215a4424f
fix(ui): service, database and database schema page bugs (#12673)
* fixed bugs on service details page

* fixed bugs on database details page
refactored database details page code

* fixed bugs on database schema page

* reverted the changes for code refactoring on dataset details page
2023-07-31 21:15:32 +05:30
Shailesh Parmar
43fdf78d73
ui: fixed loading issue in table, and remove unwanted params from API in table profiler (#12668)
* ui: fixed loading issue in table, and remove unwanted params from API in table profiler

* fixed unit test and addressing comment

* added "testDefinition" params to API as it required to for edit test
2023-07-31 21:14:21 +05:30
Mayur Singal
5f07c6281a
Clickhouse: Make https protocol as permanent field (#12303) 2023-07-31 19:26:03 +05:30
Mayur Singal
8f6e5eed31
Automated Lineage by Query for Python SDK & CLI (#12672) 2023-07-31 19:25:41 +05:30
Mohit Yadav
361629fffd
no batch in migration updates (#12660) 2023-07-31 18:55:09 +05:30
Sachin Chaurasiya
3b0b2efc3c
chore(ui): teams page improvements (#12603)
* chore(ui): teams page improvements

* chore(ui): fetch basic and advanced details separately

* chore(ui): only fetch asset for team type group

* chore(ui): do not load page for advanced details

* chore(ui): fetch all team advanced details separately

* fix: unit test

* test: cypress test for team

* test: fix cypress test

* fix: cypress test

* fix: cy test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-31 18:27:08 +05:30
Ayush Shah
2e259a9899
Python Dependency Conflict fixes (#12667)
* Fixes Dependency conflict

* add fix to dep
2023-07-31 14:44:25 +02:00
Akash Jain
5ba9e85edb
Unify Docker compose files for Server and Ingestion (#12671) 2023-07-31 18:13:29 +05:30
Onkar Ravgan
795498c54a
Fixed athena import and lineage/usage validation (#12663)
* Athena fixes

* fixed to lower version
2023-07-31 12:37:48 +02:00
Mayur Singal
dacd13f6d0
Fix #11778: Add support for hive metastore ingestion (#12599) 2023-07-31 15:56:02 +05:30
Shailesh Parmar
3f5f4ed72a
cypress: fixed activity feed cypress failure (#12661)
* cypress: fixed activity feed cypress failure

* fixed activity cypress
2023-07-31 15:52:30 +05:30
Ayush Shah
e39918ffc3
Add fix for snowflake transient tables (#12662) 2023-07-31 15:07:05 +05:30
07Himank
a95d19eaeb
Refactor Es OS code (#12572)
* refactor Es OS code

* refactoring Es OS code

* hardcore RUN_ELASTIC_SEARCH_TESTCASES value to true

* updated the size of maven-surefire from 1024 to 2048

* fixed blank service type issue for aggregation

* debugging pr

* debugging pr

* added configuration to openmetadata-secure-test.yaml

* debugging ci failure

* debugging ci failure

* debugging ci

* debugging ci issue

* added container to be created single time

* added container to start just once

* removed elasticSearchContainer = null

* removed elasticSearchContainer = null

* removed elasticsearchcontainer.stop

* reverted ElasticSearchContainer Changes

* revert extra memory added for jvm added

* reverted JUnit.run.xml

* resolved conflicts

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2023-07-31 12:07:10 +05:30
Onkar Ravgan
bf44c7996a
fixed nested records avro (#12633)
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-31 11:54:29 +05:30
Ashish Gupta
7ab8b00fa8
changed the name value in rename modal field to name for data asset headers (#12635)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-31 11:23:59 +05:30
Aniket Katkar
db090ec81f
Cypress upgrade tests part 3 (#12626)
* Fixed upgrade cypress tests for AddAndRemoveTierAndOwner and AdvancedSearchQuickFilters specs

* fixed failing cypress tests

* fixed unit test

* updated the cypress config to add `experimentalMemoryManagement` option

* fixed flakiness test

* added wait to avoid flakiness

* changes to avoid flakiness while adding tier
unskipped tests

* worked on comments

* fixed Teams cypress spec

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-07-31 11:23:31 +05:30
Aniket Katkar
470d5e8999
fix(ui): pagination and conversation thread bug fixes (#12640)
* fixed schema page pagination bug
fixed schema page conversation drawer error

* fixed pagination bug for database details page

* fixed pagination bug for service details page

* Fixed loader shown for whole page for fetching schemas on database details page

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-31 11:22:45 +05:30
Ayush Shah
b1308b76d5
oid ambiguitious error or not exists fixed (#12619) 2023-07-31 10:47:45 +05:30
Pere Miquel Brull
04777121a0
fix: docker/development/Dockerfile to reduce vulnerabilities (#12657)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-07-30 14:52:37 +05:30
Suresh Srinivas
b007b5e210
Remove unnecessary wix dependency with vulnerability (#12654) 2023-07-29 19:16:18 -07:00
vanshika18
a0dd821bd1
Support SingleStore metadata ingestion (JSON type fields) (#12623)
* Support SingleStore metadata ingestion (JSON type fields)

* Removing Collate Keyword all datatypes

---------

Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-29 12:27:05 -07:00
Suresh Srinivas
786dde170e
Fixes #12651 Organization policy changes are overwritten during server restart (#12652) 2023-07-29 11:42:49 -07:00
Suresh Srinivas
b7e3242911
Make LoadingCache members final variables (#12648)
* Make LoadingCache members final variables

* Simplify singleton classes

* Reuse Entity fields instead of declaring them again
2023-07-29 11:42:28 -07:00
Shailesh Parmar
98b38e4e4d
cypress skip the alert page spec (#12632)
* [Do not merge] testing cypress

* fixed alert issue

* skip alert test
2023-07-29 14:45:54 +05:30
Anuj359
bab2a6e261
Updating the large package removals for cypress (#12647) 2023-07-28 18:58:07 -07:00
Sachin Chaurasiya
4d766cc2ee
fix(#12645): pinotDB test connection form (#12646) 2023-07-28 22:27:11 +05:30
Anuj359
78ae804a97
Adding false flag to image cleaning (#12642) 2023-07-28 20:01:54 +05:30
Shailesh Parmar
29714c914a
ui: fixed issue related to profiler and data quality (#12615)
* ui: fixed issue related to profiler and data quality

* support logout confirmation modal

* fix bredcrumbs for logviewer

* fix unit tests

* fix loading issue in profile tab

* restore breadcrum for service ingestion

* update confirmation modal

* address comments

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-28 18:37:04 +05:30