10673 Commits

Author SHA1 Message Date
sonika-shah
424a03f49c
add index on extension_index table (#17496) 2024-08-19 15:18:53 -07:00
sonika-shah
d587e6f8e6
Fix : Propagation of owners and domain in search (#17400)
* Fix : Propagation of owners and domain in search

* update test

* optimize ADD_REMOVE_OWNERS_SCRIPT update query es script

* optimizes script by checking for inherited fields(inherited = true) before updating or adding them.

* fix glossary verion spec by adding slow since, test contains steps

* added slow in test as they are exceding in the runs

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-19 23:11:56 +05:30
Pere Miquel Brull
e8c3d44312
DOCS - Backend DB (#17488) 2024-08-19 16:19:39 +02:00
Imri Paran
7508848376
fix(dq): data types for unique columns (#17431)
1. remove json and array from supported data types of unique column test.
2. migrations.
3. tests.
2024-08-19 14:28:42 +02:00
IceS2
14a473e5d3
Make Transient table ingestion On by default (#17484) 2024-08-19 14:18:45 +02:00
Mayur Singal
8acf6d3e94
MINOR: Make Include ddl disabled by default (#17450)
* MINOR: Make Include ddl disabled by default

* make schema def failure warning debug

* Add missing condition

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Pablo Takara <pjt1991@gmail.com>
2024-08-19 14:07:18 +02:00
Mohit Yadav
2b915a53e9
Fix Ldap Username issue (#17485) 2024-08-19 16:02:54 +05:30
Pere Miquel Brull
b175e40e99
MINOR - Clean DEBUG logs (#17464)
Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
2024-08-19 12:20:29 +02:00
Ashish Gupta
941f0a1bf6
what's new for 1.4.8 (#17480) 2024-08-19 15:45:53 +05:30
Karan Hotchandani
4c49f098bd
fix import export permissions (#17482) 2024-08-19 15:29:07 +05:30
IceS2
c47a46ad78
Removed stale links. Updated Backward Incompatible Changes (#17483) 2024-08-19 11:08:56 +02:00
Imri Paran
4c08f82e4e
Fixes 17413: Fix one sided tests for columnValueLengthsToBeBetween and columnValuesToBeBetween (#17423)
* mysql integration tests

* fix(data-quality): accept between with no bounds

add between filters only when the bounds are defined. if they are not (ie: resolve to 'inf' values), do not add any filters

* format

* consolidated ingestion_config

* format

* fixed handling of date and time columns

* fixed tests
2024-08-19 09:09:35 +02:00
Karan Hotchandani
ad8b27139d
fix lineage expand config (#17440) 2024-08-19 12:15:01 +05:30
Ashish Gupta
bcc07173fa
remove edit button from team type group and fix color of button (#17478) 2024-08-18 22:05:08 +05:30
Onkar Ravgan
bbb3256c0d
Match correct file names for the dbt artifacts (#17445) 2024-08-18 11:40:37 +02:00
sonika-shah
82d3a87556
Updated the listBefore and listAfter methods to use both name and id as cursors for pagination. (#17477) 2024-08-18 10:15:57 +05:30
Sriharsha Chintalapani
29745b2abe
Minor: Fix ranking in search results (#17460)
* Minor: fix patch tags on apiendpoint

* Fix #17118: Elasticsearch HTTP Method Error in update_by_query; Fix: patch tags for request/response schema in ApiEndpoint

* Minor: Fix Search ranking based on exact match, tiering, usage, total votes
2024-08-16 16:12:51 -07:00
Sriharsha Chintalapani
39203a1156
Fix #17352: Remove TablesInitializer and bootstrap_storage.sh (#17353)
* Fix #17352: Remove TablesInitializer and bootstrap_storage.sh

* Fix #17352: Remove TablesInitializer and bootstrap_storage.sh

* Fix #17352: Remove TablesInitializer and bootstrap_storage.sh
2024-08-15 19:27:02 -07:00
Akash Jain
090016a0ee
fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities (#17455)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-15 08:46:05 -07:00
Ashish Gupta
64c527a734
supported separate call for open and close task in activity feed (#17451) 2024-08-15 02:29:50 +00:00
Ashish Gupta
fc07324254
UI : fix request/update task after redirect from frequently joined tables (#17399)
* fix request/update task after redirect from frequently joined tables

* fix cypress test

* modify persona heading like entity header

* change css from fill to stretch and also fix cypress as per comments

* change the breadcrumb name to show display name if available like other entites

* fix advance search cypress

* fix search cypress

* fix unit tests

* Update the logic to fetch the column field for advanced search

* revert permission thing for database

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-08-15 00:04:48 +05:30
Shailesh Parmar
75f62a7872
#17437 Data Quality UI can't display type as column name (#17442) 2024-08-14 18:01:41 +00:00
Suman Maharana
de3a82eeb6
Minor: Kill active/idle connections after test connections (#17411)
* Minor: Kill active/idle connections after test connections

* fixed idle conn for multi db

* added exception handling
2024-08-14 15:42:42 +02:00
Pere Miquel Brull
4a0c251e5c
MINOR - Config to PATCH metapilot descriptions if empty (#17424)
* MINOR - Config to PATCH metapilot descriptions if empty

* MINOR - Config to PATCH metapilot descriptions if empty
2024-08-14 15:41:53 +02:00
Ashish Gupta
def0fcc5eb
supported task assignee with owner name in task thread (#17435)
* supported task assigne with owner name in task thread

* fix the mis-allignment due to conversation thread present

* fix the cypress test and assignee not updating in the task after editing
2024-08-14 18:47:34 +05:30
IceS2
455e66bc37
Fix Missing Users errors on Data Insights Pipeline (#17446) 2024-08-14 14:26:51 +02:00
IceS2
c221f80d15
Fix DataInsights Field Getter (#17427) 2024-08-13 16:28:33 +00:00
Shailesh Parmar
2dfd7d1f70
Minor: fixed failing test case in AUT part 1 (#17428)
* Minor: fixed failing test case in AUT part 1

* fixed multiPipeline click issue due to meta pilot icon

* addressing comments
2024-08-13 14:43:24 +00:00
Sachin Chaurasiya
e54dbd356b
minor: update beta services list (#17426) 2024-08-13 19:19:11 +05:30
Ayush Shah
8ad6c95fe4
Fixes #17367: PipelineStatus Timestamp None not allowed (#17422)
* fix(ingestion): Change Timestamp None to Current Time noting pending pipeline

* fix(ingestion): Address comments around PipelineStatus timestamp

* fix(ingestion): Improve timestamps handling for tasks and pipeline status
2024-08-13 15:39:29 +02:00
Aniket Katkar
d77aac425f
Minor: Add playwright test for entity pages with users with different roles (#17316)
* Add playwright test for a user with DataConsumer role

* Add entity tests for Data Steward role

* Fix flaky playwright tests

* Fix the playwright for owner actions

* playwright config change and minor fix

* minor testing

* minor setting change

* Worked improvement comments.

* Fix glossary spec flakiness with Assets count verification step `Rename the same entity again`

* Improved util function argument types

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-13 18:43:03 +05:30
Mayur Singal
ac2264e9c7
MINOR: DI Simplify Formulas (#17382)
* MINOR: DI Similify Formulas

* checkstyle
2024-08-13 17:42:46 +05:30
Suman Maharana
feab12422b
MINOR: Fix Datetime Conversion issue in usage/lineage (#17380)
* MINOR: Fix Datetime Conversion issue in usage/lineage

* Undo mssql specific fixes

* fixed datetime conversion in mssql

* fixed datetime conversion in oracle
2024-08-13 14:04:50 +02:00
IceS2
5e32c2aa78
Install DB2 odbc driver on x86_64 architectures and update docs (#17425) 2024-08-13 13:16:19 +02:00
Shailesh Parmar
2fe9fe3317
Minor: fixed DQ redirection issue from breadcrumb (#17419) 2024-08-13 15:40:38 +05:30
Onkar Ravgan
1bc0ca7155
MINOR: Added support to process multiple dbt run_results.json for a single dbt project (#17412)
* Added dbt multiple run_results

* correct to suffix

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-08-13 13:19:56 +05:30
Mohit Yadav
d808f3f385
Broken Verification Link (#17420) 2024-08-13 12:18:45 +05:30
Mohit Yadav
042b645107
Fix Broken Doc (#17418) 2024-08-13 12:00:46 +05:30
harshsoni2024
a67a3241e7
sql query correct wildcard syntax (#17405) 2024-08-13 11:39:05 +05:30
Mohit Yadav
7033870e71
Update SAML to have signed Messages (#17415)
* Update SAML to have signed Messages

* test fix
2024-08-13 11:38:37 +05:30
Siddhant
6ba4d69127
added /refresh implementation for LDAP with a refresh token expiry time of 24 hours. (#17410) 2024-08-13 11:36:43 +05:30
Mohit Yadav
89638db844
Add Azure Document for SAML (#17416) 2024-08-13 02:25:38 +05:30
Suman Maharana
1a2fd24c10
Fixes: DBT Cloud lineage not showing (#17395) 2024-08-12 23:48:40 +05:30
Mohit Yadav
f7f30799d4
Update Max Payload Size (#17414) 2024-08-12 23:21:49 +05:30
Chirag Madlani
995320a9ec
fix(ui): data insight page feedbacks (#17390)
* fix(ui): data insight page feedbacks

* Ignore null counts

* adjust advance filter

* Revert toastNotification changes

* Fix typo

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-08-12 22:46:43 +05:30
Imri Paran
3069a63cb4
remove pandas import for null_ratio (#17401) 2024-08-12 17:20:11 +02:00
Karan Hotchandani
a654238634
minor domain fixes (#17407) 2024-08-12 20:41:19 +05:30
Siddhant
330b97a669
fix fetch loginConfiguration. (#17402) 2024-08-12 19:37:58 +05:30
Antoine Balliet
34dc79b5fe
feat: DBT - allow to use email to match users as fallback with ES search (#17349)
* feat: allow to use email to match dbt model owner

* improve description

* revert add option to parse from email

* feat: implement email matching in case name was not found

* feat: use email to find user as fallback at connector level
2024-08-12 14:54:54 +02:00
IceS2
7b191b891d
MINOR: Implement Multi Data Streams. Fix Duplicating issue (#17365)
* Implement Multi Data Streams. Fix Duplicating issue

* Fix Test for multi index search

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-08-12 14:09:13 +02:00