10673 Commits

Author SHA1 Message Date
Suresh Srinivas
0e08d6d412
Turn JSONProcessingException into Runtime Exception (#12765) 2023-08-06 18:16:04 -07:00
Sachin Chaurasiya
7619ce0a19
chore:(ui): parse ingestion workflow schemas (#12477)
* chore:(ui): parse ingestion workflow schemas

* chore: remove dereference part from script

* chore: address comments
2023-08-05 12:04:58 +05:30
Pere Miquel Brull
ae5b882e1d
Fix YAML docs (#12762) 2023-08-04 18:39:36 +02:00
Mohit Yadav
505a70982a
test suite listing fixes (#12758) 2023-08-04 16:53:51 +05:30
Suresh Srinivas
dc819d0369
Fixes #12741 Getting entity by name does not return inherited properties (#12742) 2023-08-04 03:46:06 -07:00
Mayur Singal
ed7f74c7b2
Improve exception handling for superset (#12753)
* Improve exception handling for supersert

* Update ingestion/src/metadata/ingestion/source/dashboard/superset/api_source.py
2023-08-04 11:31:40 +02:00
Mayur Singal
2f3b965f1c
Fix snowflake connection when no database passed (#12746) 2023-08-04 11:31:19 +02:00
Ashish Gupta
9ae5efc352
fix the redirect issue in DQ pipeline because of encoding (#12754) 2023-08-04 14:38:21 +05:30
Shailesh Parmar
f8048a6179
fix(ui): redirection issue of frequently join column (#12749) 2023-08-04 14:29:47 +05:30
Onkar Ravgan
146d8a5166
avro record dtype fix (#12750) 2023-08-04 14:27:29 +05:30
Pere Miquel Brull
e7650f133d
[Docs] - Update release information for 1.1.1 (#12748) 2023-08-04 09:58:38 +02:00
Larissa Rocha
59844c3cf6
Update kubernetes.md (#12739) 2023-08-04 12:30:22 +05:30
Akash Jain
fd0b1b9fed
fix: Align Docker Base Image to use airflow 2.5.3 (#12737) 2023-08-04 12:08:58 +05:30
Pere Miquel Brull
ac06f55bd0
[Docs] - host.docker.internal docs & postgres ingestAllDatabases below db input (#12744) 2023-08-04 08:35:33 +02:00
07Himank
cda004e35e
fixed issue for when classification has . in name the termCount was n… (#12729)
* fixed issue for when classification has . in name the termCount was not getting

* fix url encoding issues

* changes as per comments and sonar fix

* changes as per comments

* fixed issue for when classification has . in name and testcase and pytest issue

* checkstyle

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-08-04 11:37:17 +05:30
Suresh Srinivas
c5e7a63fbb
Fixes #11305 Delete tasks corresponding to an entity when the entity is deleted (#12740) 2023-08-03 18:27:01 -07:00
Aniket Katkar
45370c773f
added changed to decode the fqn taken form the useParams to prevent the double encoding after passing that to APIs (#12735) 2023-08-03 17:29:49 +02:00
Ashish Gupta
55386b8251
doc: add what's new for 1.1.1 (#12723)
* doc: add what's new for 1.1.1

* minor changes

* fix alignment and remove dots
2023-08-03 20:38:31 +05:30
07Himank
00885380b6
fixed displayName issue for owner (#12724) 2023-08-03 19:09:35 +05:30
Akash Jain
e5c4fbc361
fix: CI Maven Builds; Cypress Tests (#12731)
* fix(ci): matrix strategy fail-fast as false for cypress

* fix(ci): Maven Builds

* feat(ci): add skip workflow for maven psql tests
2023-08-03 17:21:37 +05:30
Mohit Yadav
daf6012374
Fix Failing TestSuite Migration (#12730) 2023-08-03 17:06:30 +05:30
Dhruvin Maniar
403e407478
[FEAT] Implement Docker InitContainer for migration (#12714)
* [FEAT] Implement Docker InitContainer for migration

* [FEAT] Implement Docker InitContainer for migration

* [FEAT] Implement Docker InitContainer for migration

* [FEAT] Implement Docker InitContainer for migration

---------

Co-authored-by: Dhruvin Maniar <dhruvinmaniar@192.168.1.27>
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2023-08-03 16:01:20 +05:30
Pere Miquel Brull
10f2567fe9
Fixes #12555 - Fix DL test suite (#12727)
* Fix DL test suite

* Fix linting
2023-08-03 11:48:22 +02:00
Abhishek Porwal
48d36cbe09
chore(client): replace popover with tooltip in some components (#12665)
* chore(client): replace tooltip with popover in tables

* make tooltip black

* chore(client): replace Popover with Tooltip in copy_to_clipboard button component

* replace popover with tooltip in Description component used in BotDetailsPage

* replace popover with tooltip in TestSuitepipelineTab component

* replaced popover with tooltip in TaskBadge component

* replaced Popover with Tooltip in ConnectionStepCard

* replaced Popover with Tooltip in ContainerdataModal component

* replaced Popover with Tooltip in RecentSearchedTermsAntd component

* replaced Popover with Tooltip in TopicSchema component

* Delete RecentSearchedTermsAntd component

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-03 14:38:55 +05:30
Sriharsha Chintalapani
11a95a2f9b
fix maven buiild workflows (#12721) 2023-08-03 11:04:59 +05:30
Sriharsha Chintalapani
c1df6e57ce
fix maven buiild workflows (#12720)
* fix maven buiild workflows

* fix maven buiild workflows
2023-08-02 22:30:27 -07:00
Shailesh Parmar
94fbbe5d98
cypress: fixed e2e cypress test (#12715)
* ui: fixed multiple API call in table profiler tab

* fixed welcome screen alignment issue

* cypress: fixed e2e cypress failure

* fixed setting modal issue

* encoded url for data quality

* revert isLoading changes in tableprofilerV1 tab

* fixed multi-api call on tab switch

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-08-03 09:57:55 +05:30
Pere Miquel Brull
73b58011d4
Add v015 for 1.2.0 release (#12716) 2023-08-02 19:27:49 +05:30
Sriharsha Chintalapani
ef6e281f05
separate mysql/postgres tests (#12703)
* separate mysql/postgres tests

* separate mysql/postgres tests

* separate mysql/postgres tests

* separate mysql/postgres tests

* Update pom.xml
2023-08-02 05:59:09 -07:00
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