10003 Commits

Author SHA1 Message Date
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
Mayur Singal
a579431e4a
MINOR: Fix DI most view data assets aggregation (#17288) 2024-08-07 00:34:54 +05:30
Shailesh Parmar
cf04d443fa
Minor: fixed graph calculation issue for y axis (#17306)
* Minor: fixed graph calculation issue for y axis

* added comments
2024-08-06 16:05:43 +00:00
IceS2
0a8ea56c99
Provide better errors on DataInsights Pipeline (#17315) 2024-08-06 17:02:03 +02:00
Chirag Madlani
f0fd643bd8
feat(ui): whats new content for 1.4.7 (#17312) 2024-08-06 18:44:47 +05:30
Mohit Yadav
9bbc6a1801
Migrate NameHash (#17317) 2024-08-06 18:41:37 +05:30
Mohit Yadav
21120a0130
Add Fqn Migration to lowercase (#17311) 2024-08-06 16:49:23 +05:30
Chirag Madlani
92b2c6c353
fix(ui): msal authentictor to share UserProfile object on login success (#17302) 2024-08-06 15:53:14 +05:30
Sachin Chaurasiya
a98a39fc11
minor: update beta services list (#17291) 2024-08-06 14:18:27 +05:30
Pere Miquel Brull
744ca6227c
MINOR - Clean Automator owner migration (#17294)
* MINOR - Clean Automator owner migration

* MINOR - Clean Automator owner migration
2024-08-06 09:02:09 +02:00
Prajwal214
7dd65fc7e0
Doc: Updating SMTP Configuration Path in Docs (#17299)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-06 11:56:50 +05:30
IceS2
6683fd1fbb
MINOR: Data insights provide better exceptions (#17292)
* Provide better errors

* Remove break; in order to allow the pipeline to process as much as they can
2024-08-06 08:08:26 +02:00
Prajwal214
0dc326dda9
Doc: Updating Release Docs (#17297)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-06 10:58:05 +05:30
Shailesh Parmar
e97300dc5d
Minor: fixed AUT test of main (#17293) 2024-08-06 10:37:04 +05:30
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
Pere Miquel Brull
4cddee89ad
FIX - Ingestion Airflow Image constraints (#17296)
* FIX - Ingestion constraints

* FIX - Ingestion constraints

* FIX - Ingestion constraints
2024-08-06 06:44:27 +02:00
Mohit Yadav
76bd4f3909
[Issue-17093] Add SAML refresh token in Refresh (#17113)
* Add SAML refresh token in Refresh

* update code

* Add Cookie for refresh token

* Add Max Age

* 1 day cookie age

* Set cookie path

* Add SAml Refresh Servlet

* add saml refresh

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-08-05 23:58:10 +05:30
Ayush Shah
ab1e400990
Minor: Remove 'owner' field from JSON in various entities (#17290)
* Remove owner field from json in various entities

* Add Psql migrations for owner

* Modify operator type for query

* chore: Update table_entity JSON structure to include dataModel owners
2024-08-05 07:58:07 -07:00
Shailesh Parmar
1b6b48e7be
Minor: fixed failing query entity cypress (#17261)
* Minor: fixed failing query entity cypress

* fixed failing cypress
2024-08-05 13:36:39 +00:00
Sriharsha Chintalapani
9fcbf6a5b9
Minor: Fix Policy rule migration due to owner -> owners (#17285) 2024-08-04 19:51:55 -07:00
Ashish Gupta
dd8158552c
ISSUE : fix teams page breaking issue (#17268)
* fix teams page breaking issue

* minor changes

* unpushed file

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-08-02 22:46:51 +05:30
IceS2
84083aef4a
Improve DI error log (#17283) 2024-08-02 09:11:27 -07:00
Suman Maharana
056affbe0b
Fix mysql e2e test (#17265) 2024-08-02 20:59:33 +05:30
IceS2
5f67df6606
MINOR: Update data insights migration to make the flow easier (#17280)
* Update data insights migration to make the flow easier

* Update logic to change the ReferenceTime to EndOfDay instead of StartOfNextDay

* Fix checkstyle

* Fix versionTimestamp to go to endOfDay
2024-08-02 15:20:08 +02:00
Teddy
1349f165b3
[GEN-1069] - Fix dbt issues in ingestion (#17247)
* fix: dbt errors when creating test case

* fix: use fqn builder
2024-08-02 12:29:48 +02:00
Onkar Ravgan
7272281cf0
fixed tableau owner and e2e counts (#17266) 2024-08-02 15:17:09 +05:30
Teddy
2a854f90e1
fix: DBX profiler struct support + nested colum retrieval for profiler (#17267) 2024-08-02 11:34:10 +02:00
sonika-shah
4bb6d7ec1c
Minor : fix populateOwners method to patch all fields of owners (#17272) 2024-08-02 14:52:45 +05:30
Chirag Madlani
b5ea73ef47
test(e2e): Data insight page tests (#17236)
* test(e2e): Data insight page tests

* address comments and fix tests

* fix failing test

* fix start time

* fix tier card test failure

* fix DI running issue in test

* update patch req

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-08-02 11:05:45 +05:30
Pere Miquel Brull
b56f1d08a8
MINOR - remove owner and service field from ingestion pipeline (#17270)
* MINOR - remove owner and service field from ingestion pipeline

* MINOR - remove owner and service field from ingestion pipeline
2024-08-02 06:49:02 +02:00
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
Sriharsha Chintalapani
34b756afcd
Fix patch permissions (#17271)
* Minor: Fix processing of Patch Operations in hierarchical order

* Minor: Fix processing of Patch Operations in hierarchical order
2024-08-01 21:30:07 -07:00
Sachin Chaurasiya
5784f54a87
Bump braces to 3.0.3 in /openmetadata-ui/src/main/resources/ui (#17263)
* Bump braces to 3.0.3 in /openmetadata-ui/src/main/resources/ui

* chore: update micromatch npm dependency to version 4.0.7
2024-08-01 18:21:37 +05:30
IceS2
bba6378711
MINOR: Data insights app migration (#17262)
* Add migration for DataInsights Application

* Add migration for DataInsights Application

* Handle the scenario where no DataInsightsApp is present

* Fix checkstyle
2024-08-01 14:22:07 +02:00
Mayur Singal
27af481433
MINOR: Fix lineage PATCH API (#17264) 2024-08-01 17:28:22 +05:30
Prajwal214
da6b2b7310
Doc: Adding GCS Connector to OM in OM v.1.5 (#17250)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
2024-08-01 17:02:33 +05:30
Ashish Gupta
2253b7aff3
MINOR: increase the feed size for the landing page feed widget (#17257)
* increase the feed size for the landing page feed widget

* minor fix
2024-08-01 16:19:54 +05:30
Suman Maharana
71bd67a503
Fix DBT e2e (#17260) 2024-08-01 15:34:17 +05:30
Siddhant
0ca3d7afb8
Fetch templates for collate and oss. (#17254)
* fetch template for oss and collate.

* migrations.
2024-08-01 11:01:36 +02:00
harshsoni2024
407a4496e6
Fix #16434: SQL server date format issue (#17239) 2024-08-01 14:18:45 +05:30
Pere Miquel Brull
57e6ad57cd
MINOR - Migration - Automator multiple ownership (#17248) 2024-08-01 10:16:26 +02:00
IceS2
b6905b4bdd
MINOR: Fix DataInsightsReport App filter (#17246)
* Fix DataInsightsReport App filter

* Remove wrong comment
2024-08-01 09:24:25 +02:00
Onkar Ravgan
fe7922c13c
MINOR: [SAP ERP Connector] Added column dtype displaynames and precision/scale values (#17240) 2024-08-01 12:49:34 +05:30
Shailesh Parmar
5100f46db3
Minor: implemented multi pipeline ui feedback (#17245)
* Minor: implemented multi pipeline ui feedback

* addressing comment and fixing failing cypress
2024-08-01 12:20:53 +05:30
鲁汀
50fe793d1e
Update Chinese Locale (#17102)
* Update Chinese Locale

* Update zh-cn.json, From "DBT" to "dbt"

* References to Microsoft and GitHub refine some of the terminology

---------

Co-authored-by: luting <luting@luting.zone>
2024-08-01 11:44:51 +05:30
Sriharsha Chintalapani
ed2115067a
fix: docker/development/Dockerfile to reduce vulnerabilities (#16855)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-07-31 21:26:51 +05:30
Sriharsha Chintalapani
f5f9843c15
fix: docker/docker-compose-quickstart/Dockerfile to reduce vulnerabilities (#16857)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-07-31 21:26:09 +05:30
Mayur Singal
bf560f2b2b
MINOR: DI - Add support for system chart filters (#17242) 2024-07-31 18:48:57 +05:30
fuzmish
53518583fe
Fixes #17036: Ignore Enter keydown events for IME operation on FeedEditor (#17150)
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-07-31 10:13:37 +00:00
Sachin Chaurasiya
a6b63aabaa
minor: show request method for api endpoint (#17241) 2024-07-31 10:12:09 +00:00