10673 Commits

Author SHA1 Message Date
Mayur Singal
b643206bba
Fix #11905: Automated lineage between external table and container snowflake (#15537) 2024-03-15 00:52:41 +05:30
Aniket Katkar
0006988143
Minor: Alert form user list suggestion fixes (#15560)
* improve user list suggestion in the notification alert form to suggest bots along with users only for `updateByUserList` argument

* refactor code to improve performance and readability of alert utils

* Add unit tests for getFieldByArgumentType function in AlertsUtil
2024-03-14 21:51:41 +05:30
Sachin Chaurasiya
2d1cc58664
Minor: add wrapper for table in block editor to make it scrollable (#15574)
* Minor: add wrapper for table in block editor to make it scrollable

* Refactor TableMenu component to use class name 'tableWrapper' instead of attribute 'data-om-table'
2024-03-14 21:49:59 +05:30
Lulienne Schiefelbein
234164584a
Fix Deutsch typo (#15568) 2024-03-14 15:38:46 +00:00
Chirag Madlani
bbdacc695b
fix(ui): entity details pages are not loading correctly (#15567)
* fix(ui): entity details pages are not loading correctly

* fix tests
2024-03-14 20:38:18 +05:30
Aniket Katkar
957e087937
Docs: Update connectors list for v1.3.x and v1.4.x (#15562)
* add missing cards for new connectors on connectors list page

* move storage connector list to partial

* fix storage connectors list partial path

* move dashboard connectors list for v1.3 and v1.4 to partials

* move database connectors list into partials

* move messaging connectors list to partials

* move metadata connectors list to partials

* move ML Model connectors list to partials

* move pipeline connectors list to partials

* move search connectors list to partials

* remove unnecessary spaces
2024-03-14 14:16:20 +05:30
Teddy
271acc4347
FIX: partitionColumn Migration (#15497)
* fix: added try/catch + null fallback for getString() method of JsonObject instances

* style: ran java linting

* style: ran java linting

* fix: inverted conditional statement

* style: ran java linting

* fix: removed return and added else

---------

Co-authored-by: Ubuntu <ubuntu@ip-10-80-73-174.eu-west-3.compute.internal>
2024-03-14 11:58:52 +05:30
k.nakagaki
8cc4ccdacd
ISSUE-15358: add function getting users and bots. (#15501) 2024-03-14 11:36:30 +05:30
Pere Miquel Brull
fd403bae9a
MINOR - Review query performance (#15553)
* MINOR - Review query performance

* MINOR - Review query performance

* MINOR - Review query performance

* MINOR - Review query performance
2024-03-14 06:37:38 +01:00
Aniket Katkar
dcbb1dd0f8
Docs: Fix the wrong image references for connector details pages (#15559)
* fix the wrong image references for connector details pages

* Add ADLS and GCS Pages

* Add adls and gcs logos

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-03-14 11:00:31 +05:30
Ashish Gupta
22cd2ca74e
change login screen images as per new layout (#15526)
* change login screen images as per new layout

* fix the image size and layout background color

* class naming change
2024-03-14 10:35:45 +05:30
Mohit Yadav
7718f1c560
- Remove WebAnalyticsHandler from yaml (#15558) 2024-03-14 09:22:47 +05:30
Aniket Katkar
f601826f74
sync the documentation roadmap page with the getcollate roadmap (#15551) 2024-03-13 10:13:29 -07:00
Mayur Singal
658526e02c
MINOR: Skip source hash generation for service (#15516) 2024-03-13 22:13:19 +05:30
Imri Paran
2582ec60f2
feat: AppResource (#15555)
forbid modification of system app
2024-03-13 15:41:02 +00:00
IceS2
be4863a320
Add the entityUrl to the header for ThreadMessages (#15552) 2024-03-13 16:33:24 +01:00
Imri Paran
d3fe165347
added OpenMetadataApplication.getDao (#15549) 2024-03-13 15:25:21 +01:00
Sriharsha Chintalapani
d0efaac877
Fix #11868: Duplicated queries cannot be created (#15519)
* Fix #11868: Duplicate query should throw an error of entityExists

* Fix #11868: Duplicate query should throw an error of entityExists

* fix test

* fix test

* Fix uniquee constraint for checksum in Postgres

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-03-13 13:02:26 +01:00
Karan Hotchandani
dbc1fc180c
Suggestions Alert new design (#15532)
* update ux of suggestions alert

* locales

* minor changes

* fix descriptions

* minor css fixes
2024-03-13 16:20:50 +05:30
Imri Paran
09813c23dd
removed docs 1.4.x (#15550) 2024-03-13 10:30:11 +00:00
Mohit Yadav
9216130cd2
- Use Entity Type (#15546) 2024-03-13 15:13:07 +05:30
Teddy
93a4453a6f
[MINOR] GX logging hierarchy (#15542)
* fix: GX module logging hierarchy

* style: ran python linting
2024-03-13 07:37:57 +00:00
Chirag Madlani
1968559bbf
chore(ui): separate routes as per categories (#15512)
* chore(ui): seprate routes as per categories

* add tests

* fix test

* domain path fix
2024-03-13 07:35:55 +00:00
Shailesh Parmar
87c78e04b8
Minor: fixed DQ edit test case issue and searchIndexDetails typescript issue (#15528)
* Minor: fixed DQ edit test case issue and searchIndexDetails typescript issue

* fixed failing unit test

* fixed unit test for Data quality test

* reverting e2eLabeler changes
2024-03-13 07:24:17 +00:00
Ashish Gupta
5dbc847278
MINOR: fix help dropdown item font and icon sizes (#15511)
* fix help dropdown item font and icon sizes

* added unit test for navbarUtils

* fix sonar failure

* changes as per comments

* minor fixes
2024-03-13 12:52:28 +05:30
Aniket Katkar
389bee0f31
remove the DataInsightAlert spec as the alerts test are covered in ObservabilityAlerts spec (#15531) 2024-03-13 12:48:53 +05:30
IceS2
7d418ea411
Small change to fix the Glossary TErm Tasks not fetching Owner automatically (#15535) 2024-03-13 11:15:56 +05:30
Mayur Singal
2a3aa90faa
MINOR: postgres add ssl options in yaml (#15538) 2024-03-12 19:55:04 -07:00
Mayur Singal
80123b3c0a
Fix #15533: Fix name & display name for kafka json schema parser (#15534) 2024-03-12 23:02:41 +05:30
Sriharsha Chintalapani
8af194193a
Add stack trace while throwing an error to debug (#15522) 2024-03-12 10:07:46 -07:00
Ayush Shah
1c2fbdd9f4
MINOR: Add / Fix GCS and ADLS - docs, bugs (#15502)
Add GCS and ADLS docs
2024-03-12 21:13:24 +05:30
Shailesh Parmar
189e0b82d0
#15507 Date filtering not working for Incident manager and ui feedbacks (#15515) 2024-03-12 19:08:25 +05:30
Karan Hotchandani
9135b8faaf
Remove data product from glossary assets (#15527)
* filter data products from glossary assets

* fix glossary path

* revert
2024-03-12 18:57:14 +05:30
Sachin Chaurasiya
6344782ac5
Fix(#15421): Azure SSO Issue due to MSAL version (#15509)
* Fix(#15421): Azure SSO Issue due to MSAL version

* Update Jest configuration
2024-03-12 18:46:24 +05:30
Kent Chenery
34b727f6c9
Fixes ISSUE-13473: Ensure MSSQL columns query filters to tables and views (#15530)
* Update queries.py and utils.py to ingest table and view descriptions

* Ensure MSSQL columns query filters to tables and views

* Fix linters

---------

Co-authored-by: Pablo Takara <pjt1991@gmail.com>
2024-03-12 13:56:30 +01:00
Chirag Madlani
a87161a9ed
fix(ui): glossary details path with tabs (#15493) 2024-03-12 16:28:35 +05:30
Mayur Singal
8a2ee00fe3
Fix #15432: make sample data external storage path configurable (#15478) 2024-03-12 15:02:28 +05:30
mgorsk1
98850ab5cc
feat: OpenLineage integration (#15317)
* 🎉 Init OpenLineage connector

Co-authored-by: dechoma <dominik.choma@gmail.com>

* MLH - make linter happy

* review fixes

* 🐛 Fix path for ol event in tests

* 🐛 Fix path for ol event in tests

* Update ingestion/setup.py

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>

* Update ingestion/src/metadata/ingestion/source/pipeline/openlineage/metadata.py

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>

* Update ingestion/src/metadata/ingestion/source/pipeline/openlineage/models.py

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>

* review fixes 2

* linter

* review

* review

* make linter happy

* fix test_yield_pipeline_lineage_details test

* make linter happy

* fix tests

* fix tests 2

---------

Co-authored-by: dechoma <dominik.choma@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2024-03-12 08:39:25 +01:00
Teddy
36327c2ee9
FIX #15436 - Add disconnect method for databricks client (#15514)
* fix: implement is_disconnect for databricks client

* style: ran python linting
2024-03-12 07:42:04 +01:00
Imri Paran
aade838020
Fixes #15388: Use native backup tools (#15393)
* feat: use native backup tools

1. added mysqldump 8.3 to the ingestion container.
2. documented how to use native tools to back up and restore.
3. added deprecated message on the cli backup and restore.

* added deprecation notice for 1.3 backup

* removed 1.3.x deprecation notice

* added another backup page in 1.3 introducing SQL dump tools

* added --set-gtid-purged=OFF to the mysql dump process
2024-03-12 06:23:05 +01:00
Sriharsha Chintalapani
9a69daf35e
Limit SPeL getValue to SimpleEvaluationContext (#15521)
* Limit SPeL getValue to SimpleEvaluationContext

* Fix pytests
2024-03-12 07:14:11 +05:30
Akash Jain
a36cd24472
fix: pom.xml to reduce vulnerabilities (#15304)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-6252740

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-03-11 08:29:37 -07:00
Imri Paran
4bb5550a46
MINOR: add the systemApp property (#15473)
* feat: add "systemApp" property

* use BAD_REQUEST for System Apps uninstall

* use IllegalArgumentException
2024-03-11 15:39:20 +01:00
Imri Paran
67c57ec4f0
docs: 1.4.x-SNAPSHOT (#15506)
* docs: 1.4.x-SNAPSHOT
added partials
added images
updated paths
2024-03-11 09:42:26 +00:00
Sriharsha Chintalapani
7d4f1270ab
Fix #15503: Cache MultiJWKsProvider response (#15504) 2024-03-10 23:08:03 -07:00
Onkar Ravgan
1f8e232487
Added alation conn arg docs (#15495) 2024-03-08 18:40:04 +05:30
Shailesh Parmar
226db58818
#15336 UI: Add Pagination to Data Quality Tab on Entity pages (#15475)
* #15336 UI: Add Pagination to Data Quality Tab on Entity pages

* fixed failing unit test

* removed test case count and test case status column from column profiler table and added fetch call in column details page

* added unit test for pagination

* removed loading test as it was written for dataQualityTab component.
2024-03-08 17:31:43 +05:30
Karan Hotchandani
14f280bd06
User and applications suggestions for entities (#15345)
* add metapilot app oss side config

* add metapilot app oss side config

* suggestions changes

* locales

* pushing progress

* localisation

* add suggestions count button

* locales

* fix tests

* add tests

* fix sonar issues

* fix tests and cleanup

* fix unit tests
2024-03-08 15:14:37 +05:30
IceS2
7805a0b609
MINOR: Fix athena e2e tests (#15486)
* Comment side effects

* Update assert to match clauses better

* Improve input

* Improve input

* Update assert to match clauses better

* Fix Athena E2E Values

* Uncomment needed steps

* Fix linters
2024-03-08 09:31:06 +01:00
Teddy
c7afe29441
ISSUE #15336 - Added type and status for test case list (#15457)
* chore: clean up TestCaseResource tests

* fix: added status and type query params for test cases

* style: ran java linting

* fix: refactor addCondition method in ListFilter

* style: ran java linting
2024-03-08 09:01:07 +01:00