742 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
a68d16c7ca Lineage Settings 2024-11-07 00:34:09 +05:30
github-actions
d6569ed705 chore(release): Prepare Branch for 1.5.11 2024-10-31 20:46:13 +00:00
github-actions
61713892e9 chore(release): Prepare Branch for 1.5.10 2024-10-29 16:06:49 +00:00
Aniket Katkar
46cf15c12e GEN 1931 - Fix entity link accepted chars (#18391) 2024-10-29 15:29:23 +05:30
Pere Miquel Brull
56f3c3857e MINOR - Renaming MetaPilot to CollateAI (#18393)
* MINOR - Renaming MetaPilot to CollateAI

* MINOR - Renaming MetaPilot to CollateAI

* MINOR - Renaming MetaPilot to CollateAI

* MINOR - Renaming MetaPilot to CollateAI

* fix

* moving limits migrations for 1.5.9
2024-10-28 09:23:58 +01:00
Pere Miquel Brull
37e75c542a MINOR - Metapilot automator config (#18165)
* Prep config

* MINOR - MetaPilot config

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-10-25 17:16:20 +02:00
Pere Miquel Brull
30a526844f MINOR - Add App Limits (#18072)
* App Limits - Prep extension

* App Limits - Prep extension

* App Limits - Allow to search by name

* App Limits - Allow to search by name

* fix postgres sql

* comments
2024-10-25 17:15:03 +02:00
Pere Miquel Brull
bba91b9569 GEN-1234 - Clean up suggestions when a user is deleted (#17988)
* GEN-1234 - Clean up suggestions when a user is deleted

* add method

* add method

* fix postgres query
2024-10-25 15:51:46 +02:00
github-actions
ae1b8c4927 chore(release): Prepare Branch for 1.5.9 2024-10-25 05:14:05 +00:00
harshsoni2024
44c5dd46a9 GEN-1911: Quicksight lineage source fix (#18348) 2024-10-24 11:42:36 +05:30
Vijay Lakshmanan
1bc2cc1d71 Fixes #16263: Fixed Mode dashboard ingestion API call (#18355) 2024-10-24 09:26:13 +05:30
Mayur Singal
5801e6c380 MINOR: Add location path to table entity (#18307) 2024-10-23 13:12:18 +05:30
github-actions
b2d2839801 chore(release): Prepare Branch for 1.5.8 2024-10-17 20:44:45 +00:00
sonika-shah
b02545dad8 Minor : remove EnumWithDescriptions in basic.json (#18305) 2024-10-17 12:16:50 +05:30
sonika-shah
dfb7a3ce9d GEN-1836: Table custom property enhancements (#18239) 2024-10-15 12:56:17 +05:30
sonika-shah
1252698869 Feature : Add table-type custom property (#18135) 2024-10-15 12:54:40 +05:30
sonika-shah
e320a1b516 Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)
* Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description

* replace JsonNodeFactory method with JsonUtils

* rename property from metaEnum to enumWithDescriptions, and other method optimizations

* ui: add support for creating enumWithDescription property

* minor locale changes

* ui: add edit support for created enumWithDescription property

* Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal

* add support for adding values to enumWithDescription custom property type

* Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* add basic card layout

* Refactor CustomPropertyTable component to improve UI and functionality

* update playwright test part 1

* Refactor PropertyValue component to conditionally render right panel styles

* fix: entity reference property update

* Refactor CustomPropertyTable component to conditionally render right panel styles

* fix: flaky test

* Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code

* fix flaky test

* improve the playwright test

* add more test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 1b029d2bf2793c6a4f016c91a4634c490462d7f4)
2024-10-07 13:04:17 +05:30
github-actions
6a36355d3e chore(release): Prepare Branch for 1.5.7 2024-10-03 15:01:32 +00:00
Sachin Chaurasiya
1886132f41 Revert "Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)"
This reverts commit 237aec114f1804b584dbfdbab5b7b80dcdbbb728.
2024-10-03 12:04:10 +05:30
Mohit Yadav
384cba9bab [Search] Indexing Fixes (#18048)
* Fix OpenSearch Content Size Issue
entity content is too long [204857600] for the configured buffer limit [104857600]

* Change Type to Long

* Add Payload Size to take dynamic entry

* Migrations for 1.5.6

* Mark Stale Entries Stopped

* Format checkstyle

* Fix failure

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit f1ae49e1a0fc560b3a611acb855ec5d465deff5c)
2024-09-30 23:40:27 +05:30
sonika-shah
237aec114f Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)
* Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description

* replace JsonNodeFactory method with JsonUtils

* rename property from metaEnum to enumWithDescriptions, and other method optimizations

* ui: add support for creating enumWithDescription property

* minor locale changes

* ui: add edit support for created enumWithDescription property

* Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal

* add support for adding values to enumWithDescription custom property type

* Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* add basic card layout

* Refactor CustomPropertyTable component to improve UI and functionality

* update playwright test part 1

* Refactor PropertyValue component to conditionally render right panel styles

* fix: entity reference property update

* Refactor CustomPropertyTable component to conditionally render right panel styles

* fix: flaky test

* Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code

* fix flaky test

* improve the playwright test

* add more test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 1b029d2bf2793c6a4f016c91a4634c490462d7f4)
2024-09-29 00:58:54 +05:30
github-actions
95bfb5b912 chore(release): Prepare Branch for 1.5.6 2024-09-25 08:11:38 +00:00
Ayush Shah
c90b7b0be5 Fixes #17869: Add validations in place for salesforce connection (#17870) 2024-09-20 18:00:07 +05:30
github-actions
c55b8efe36 chore(release): Prepare Branch for 1.5.5 2024-09-16 03:19:15 +00:00
github-actions
53cc84aef1 chore(release): Prepare Branch for 1.5.4 2024-09-10 05:59:03 +00:00
harshsoni2024
6fa662bfda Connector: VertexAI UI, docs (#17649) 2024-09-04 18:07:31 +05:30
harshsoni2024
5aba41ef58 Connector: vertexai schema (#17632)
* vertexai connection schema

* remove yaml file
2024-09-04 18:06:26 +05:30
Sriharsha Chintalapani
a477e23854 create 1.5.3 release branch 2024-09-02 10:49:43 -07:00
Pere Miquel Brull
72afde0aca MINOR - Implement SAP Hana Lineage (#17615)
* MINOR - SAP Hana Lineage

* skeleton

* parser

* lineage

* manage formulas

* add cvs

* add cvs

* better typing

* enum

* handle cvs

* saphana docs
2024-09-02 07:42:35 +02:00
sonika-shah
7e4a06af34 Fixes #16498 : Support custom properties for Data Products (#17641)
(cherry picked from commit 6d322577653aea67d0f192b65b1edb6b6b4616a2)
2024-08-31 09:47:57 +05:30
github-actions
aff2adbb98 chore(release): Prepare Branch for 1.5.2 2024-08-28 20:25:55 +00:00
github-actions
8ec2cdc638 chore(release): Prepare Branch for 1.5.1 2024-08-27 23:14:48 +00:00
Imri Paran
b48c6a0485
feat(postgres): add money profile (#17558)
add support for profiling of money type
2024-08-22 14:53:34 -07:00
IceS2
9e7ddfbd69
MINOR: Fix unparsable date and remove legacy code (#17549)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-22 14:52:47 -07:00
gpby
61e835093f
add support for Teradata LDAP logon mechanism (#17454) 2024-08-22 08:34:52 +02:00
IceS2
f80388bcb9
MINOR: Add unique count to data insights (#17505)
* Adding Unique Count via ElasticSearch Cardinality

* Add Unique Count to Data Insights functions
2024-08-21 09:30:38 +02:00
Chirag Madlani
8ad3db243b
fix(ui): misc issues (#17447)
* fix(ui): redirect unauthorised users to error page

* remove left panel for import action in glossary import

* fix data insight app stuck in aut

* fix path issue

* fix setup issue

* add tree field to build advance filter on ui side

* update unauthorised page level to root instead authenticated

* minor fixes

* update error message
2024-08-20 13:01:00 +05:30
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
Shailesh Parmar
75f62a7872
#17437 Data Quality UI can't display type as column name (#17442) 2024-08-14 18:01:41 +00: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
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
Mohit Yadav
05baba9dc1
Change Default Value of Batch Size and Payload Size (#17391) 2024-08-12 11:18:18 +05:30
Mohit Yadav
aa5b9b2985
Increase Payload Size to 100MIB for ELastic Search (#17366)
* Increase Payload Size to 100MIB

* Increase batchSize Size to 500

* Add Payload Size as option in openmetadataoperations , and searchIndexJob

* //Comment

* Add Logs
2024-08-11 21:58:55 +05:30
Mohit Yadav
6e80d3f405
Fix Migrations (#17364) 2024-08-09 20:58:44 +05:30
IceS2
717c9709e0
Update Data Insights Pipeline to change CustomProperty key based on entityType (#17350) 2024-08-08 18:50:27 -07:00
Mayur Singal
d3baf4fcf2
MINOR: DI Improve system charts (#17310) 2024-08-07 14:15:09 +05:30
sam-mccarty-mavenclinic
11a49ef08d
Fixes 16010: Support Looker ingestion from Gitlab (#17284)
* introduce gitlab option to lookml ingestion

* fix reader and disable test

* fix copy paste in test case

* fix file read and keyset pagination for tree

* fix credentials to include gitlab credentials

* uncomment arguments for unused credentials to fix validation error

* fix credentials test

* fix credentials test

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-08-07 06:53:44 +02:00
Siddhant
40009dbeae
Slack App Integration. (#17286)
* slack bolt app integration.

* checkstyle fix.

* fix slack uninstall.

* removed callback and events from JwtFilter.
2024-08-06 10:23:05 +05:30
Mohit Yadav
f07daae196
[RbacDomain] RBAC with Domain Restrictions (#16586)
* Add domain field to entity jsons

* add subdomains ui

* Add Domain To create Request

* Typo fix

* commit progress

* allow multiple domains

* - add userDomains and teamDomains

* - Restrict Api Access

* allow multiple domain support

* - Add Listing Restricition
- Add Search Restrictions

* - Field Fix

* - Inherit Team Domains

* remove glossary filter from ui

* - Fix Tag and User Filter

* - Id -> FQN in create

* - Missing domain on indexes

* add domain in creation of team, user and glossary

* fix merge conflicts

* fix feedbacks

* fix tests

* add domain playwright

* minor changes

* fix domain fetching calls

* Add Thread Listing with EntityDomain

* Fixes for Team Join

* Mkae list mutable

* Add missing import

* Fix Team Test

* User Test case fix

* Fix User Domain

* Minor bug fixes related to sub domains

* Fix data retaining in add sub domain modal after closing

* fix NavBar unit test

* Make Domain Access Work Via Policies

* Fix errors introduced after conflict resolutions

* update render function in SubDomainsTable.component.tsx to accept an array of owners instead of a single owner

* fix java checkstyle

* fix py-test

* format

* Fix the domain e2e owner field type

* Fix Failing Tests

* fixed pytest list index

* update userDomains and teamDomains to domains

* Entity Domain to Domain for thread and changeEvent

* FIx fields

* @Ovveride

* FIx

* Remove Duplicate Field

* Remove Duplicate Field

* Fix Failing Test

* fix domain related changes

* fix subdomains loader

* Fix Owners Order

* Enforce Domain Permissions

* fix domain cleanup

* Fix Test

* rever owner change

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-08-02 10:16:14 +05:30