12410 Commits

Author SHA1 Message Date
Pere Miquel Brull
ffe4aa319f
MINOR - Truncate automations_workflow (#14446) 2023-12-19 16:53:23 +01:00
Chirag Madlani
4846103cbf
FIXED - [docs] profiler image for column (#14443)
There was a typo in the column profiler image name.
Changed it from: Colomn.png --> Column.png
2023-12-19 13:32:55 +00:00
Pere Miquel Brull
e16ad3c5dc
MINOR - Clean ingestion ES code and auth providers (#14358)
* MINOR - Clean ingestion ES code and auth providers

* clean parser

* Clean security config for the client

* Clean security config for the client

* Improve class conversion exceptions

* Fix tests

* Clean up java client

* Clean up java client

* clean parser

* Fix test

* Fix test

* fix NO_AUTH error

* Fix test

* Format

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 12:08:48 +01:00
Pere Miquel Brull
fac1896fdb
#13190 - Improve URL handling for Airflow REST Client (#14403)
* #13190 - Improve URL handling for Airflow REST Client

* Fmt

* Format
2023-12-19 12:08:17 +01:00
Pere Miquel Brull
0e92a975e3
#14425 - Create ingestion-base-slim image (#14426)
* #14425 - Create ingestion-base-slim image

* Format

* Bump airflow

* Bump constraints
2023-12-19 11:09:38 +01:00
Harsh Vador
824307dc9a
fix #14292: Tags Page UI issues (#14327)
* Fixed modal css & text styling

* fix unnecessary api calls

* address comments

* added locale files

* change widget message & fix unnecessary api calls

* address comments

* fix tags page import

* fix failing cyp test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 15:25:18 +05:30
Sachin Chaurasiya
d79654e271
Minor: add base class for search (#14379)
* Minor: add base class for search

* fix: unit test

* add changes to for suggestions

* fix unit test

* address comment

* fix type
2023-12-19 15:02:22 +05:30
Mohit Yadav
a469d3bbe7
Add notification for Glossary Approval Task (#14438) 2023-12-19 10:24:54 +01:00
Ayush Shah
21909802b3
Apply Spotless issue fix (#14436) 2023-12-19 12:18:41 +05:30
Harsh Vador
c601dde801
fix #14159: Added support for displayName in adding ingestion (#14384)
* added support for displayName in adding ingestion

* added test cases

* minor code fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 11:32:20 +05:30
Mohit Yadav
6612ac9a51
Adds Test in Glossary Term from various languages (#14319)
* Adds Test in Glossary Term from various languages

* Update GlossaryTermResourceTest.java
2023-12-19 09:24:22 +05:30
Sriharsha Chintalapani
123ed59923
Minor: update git-blmae-ignore-revs, and uncomment ClassificationResourceTest tests code (#14431) 2023-12-18 19:16:29 -08:00
Suresh Srinivas
451a20b3cd
Adopt Java 17 features (#14430)
* Adopt Java 17 features

* Make the code comments compact
2023-12-18 17:52:01 -08:00
Sriharsha Chintalapani
1294f93e15
Minor: Migrate to latest google code style library to support Java 17 and beyond (#14429)
* Minor: add spotless and use simplecontext

* Remove context from rule evaluaiton

* Fix EventSubscription tests

* Minor: Migrate to latest google code style library to support Java 17 and beyond

* Minor: Ignore code style migration from git blame
2023-12-18 12:56:17 -08:00
Pere Miquel Brull
a83a5ba3a3
MINOR - Skip delta tests for 3.11 (#14398)
* MINOR - Bump delta for 3.11

* Update flags

* MINOR - Bump delta for 3.11

* Update tests regex

* Update version

* Deprecations

* Format

* Version

* Try delta spark

* Skip delta tests for 3.11

* Update ingestion/tests/unit/topology/pipeline/test_airflow.py
2023-12-18 17:01:57 +01:00
Onkar Ravgan
1af1caf065
Prepare alation connector schemas (#14407) 2023-12-18 13:07:42 +05:30
Onkar Ravgan
ef48b7eae7
MINOR: Added custom properties methods in python sdk (#14402)
* Added custom properties methods in python sdk

* fixed tests
2023-12-18 12:57:14 +05:30
Pere Miquel Brull
d8984d267e
#14340 & #13849 - Clean secret ID and improve encrypt/decrypt exception management (#14356)
* Fix supported characters in SM

* Update SM

* Fixes

* Fixes

* Improve class conversion exceptions

* Comments

* Rename noop to db secrets manager providee

* Update sm

* Fix

* db SM

* db SM

* Fix test

* UI

* Update openmetadata-ui/src/main/resources/ui/src/mocks/IngestionListTable.mock.ts

* update default
2023-12-18 06:43:20 +01:00
Mayur Singal
3e1bef48c7
Minor: Fix casing in MSSQL test connection query (#14412)
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2023-12-17 16:02:32 +01:00
Pere Miquel Brull
6d046f7e3b
Revert "Update Dockerfile.ci file to use new MySQL Keys (#14400)" (#14416)
This reverts commit 33f2fdd49cae50c93cbf1f8544402bda41070a01.
2023-12-16 16:46:33 +01:00
Shilpa Vernekar
3d85d4734d
DOCS: Broken links in v1.2 corrected (#14410) 2023-12-15 18:16:00 +01:00
Pere Miquel Brull
d2bc681015
MINOR - Update CI lewagon/wait-on-check-action version (#14409)
* MINOR - Update CI lewagon/wait-on-check-action version

* MINOR - Update CI lewagon/wait-on-check-action version
2023-12-15 16:53:51 +01:00
Tom Bushell
bb3f9a4441
Fixes #9919: Cleaned up postgres lineage and fixed function in postgres query_parser (#13678)
* Replaced s.query with query_text in filters for clarity

* Removed redundant _iter function

* Updated process_table_query to return None when there are no queries to process

* Modified process_table_query to yield None if there are no queries

* Resolved formating issues and modified process_table_query to return None instead of yielding None

* pylint, fix bugs and improve code

* fix import

* pyformat

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-12-15 20:14:19 +05:30
Preet Shah
33f2fdd49c
Update Dockerfile.ci file to use new MySQL Keys (#14400)
* Update Dockerfile.ci file to use new MySQL Keys

* Update ingestion Dockerfiles files to use new MySQL Keys

* Update ingestion Dockerfiles files

* Update Dockerfiles to not hardcode the new keys

* Update comments
2023-12-15 15:46:30 +05:30
Pere Miquel Brull
4651a58980
MINOR - Don't fail fast python CI (#14399) 2023-12-15 07:57:44 +01:00
Aniket Katkar
cbf86e7d4e
added missing connector images (#14397) 2023-12-15 09:27:46 +05:30
Pere Miquel Brull
eaacc693bd
#12027 - Add support for Python 3.11 (#14385)
* Fix datamodel codegen and bump versions

* Add 3.11 tests

* Update hive

* pandas

* pandas
2023-12-14 15:46:58 +01:00
Pere Miquel Brull
d4d8f3655f
#14043 - Fix metadata backup memory profile (#14378)
* Update looker docs

* Fix db dump
2023-12-14 15:46:35 +01:00
C. Kris
74df616679
Fixes #14215: Add missing decode stage to gz/zip files in json ingestion reader. (#14375)
* add decoding stage to gz/zip files.

Files that where zip/gz where not being decoded.
This was leading to a error when we wanted them to be.

* remove unnecessary comment

---------

Co-authored-by: Carl Kristensen <carl.johan.coelho.kristensen@schibsted.com>
2023-12-14 12:47:58 +01:00
Preet Shah
512625c809
Update security-scan CI to use OpenMetadata Organization (#14383) 2023-12-14 16:06:16 +05:30
Chirag Madlani
ddee335874
Fix ci label (#14382)
* FIX(CI) Re-run CI on label update for PR

* re-run java-checkstyle on label change
2023-12-14 12:21:10 +05:30
Shilpa Vernekar
91899233f9
Docs: Updated v1.3 & changed to How-to Guides (#14380) 2023-12-13 09:28:06 -08:00
Chirag Madlani
c49b5f4065
FIX #14376: Pagination control get blocked by notification popup (#14377) 2023-12-13 15:59:38 +00:00
Mayur Singal
4f65287dae
Minor: Airflow skip task status if task deleted (#14373) 2023-12-13 18:34:14 +05:30
Mayur Singal
35d4c64e69
Minor: Improve exception handling in Superset (#14371) 2023-12-13 18:33:59 +05:30
Pere Miquel Brull
9d5c3a490f
MINOR - Prepare 1.3 docs directories (#14357) 2023-12-13 18:33:08 +05:30
Harsh Vador
c2b0c2687d
#14114: Support for personal access token (#14247)
* added user access token

* added locale files

* Add invalidate call when calling api for personal token

* added test cases

* refactor code

* code refactor

* change styling

* added test cases and code refactor

* added locale files

* fix failing test

* code refactor

* code refactor

* added common comp in bots page

* fix cypress tests

* add cypress tests

* added locale files

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-13 18:25:22 +05:30
Shilpa Vernekar
a40b651cc0
Docs: Changes in Admin Guide & How-to Guides home page (#14374) 2023-12-13 18:23:53 +05:30
chyueyi
bfe64e0075
[Docs]- add ui doc for doris connector (#14147) 2023-12-13 18:13:13 +05:30
Preet Shah
4e5fed736c
Update Cypress CI strategy (#14372) 2023-12-13 17:19:05 +05:30
Harsh Vador
d3b5a1af5d
fix old password match (#14273)
* fix old password match

* return bad request

* added test cases & code refactor

* comments addressed

* code refactor

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-12-13 14:32:47 +05:30
Shailesh Parmar
bc4d048f5d
Minor (cypress): fixed failing cypress for custom metric (#14367) 2023-12-13 14:18:27 +05:30
Preet Shah
89a861ea54
Update Cypress CI workflows for issue-14324 (#14334)
* Update Cypress CI workflows for issue-14324

* Update Cypress CI workflows to introduce parallel execution

* Update cypress skip CI workflows
2023-12-13 14:14:20 +05:30
Shilpa Vernekar
9463a7b122
youtube images resized (#14364) 2023-12-13 11:24:53 +05:30
Teddy
55e91587b7
doc: updated GX service name config (#14361) 2023-12-12 16:44:07 -08:00
Mayur Singal
f53fcf9168
Minor: Fix e2e count mismatch (#14352)
* Minor: Fix e2e count mismatch

* fix dbt test

* fix pyformat

* use > instead of ==
2023-12-12 22:32:13 +05:30
Shailesh Parmar
2337e239a4
#13445 Profiler Graph Should not Show a Point if value is None (#14345)
* #13445 Profiler Graph Should not Show a Point if value is None

* addressing comment

* fixed sonarcloud
2023-12-12 14:50:10 +00:00
Shailesh Parmar
d3ebe6fb4b
Minor: fixed profiler setting is not persist for sample data count (#14350) 2023-12-12 19:04:03 +05:30
mgorsk1
b3ac8de405
fixes #14337: remove security gap in approval workflow (#14338)
* 🎉 Init

* 🐛 Fix variable responsible for creator

* 🐛 Fix variable responsible for creator

---------

Co-authored-by: at91mm <mariusz.gorski@ing.com>
2023-12-12 10:27:05 +00:00
Teddy
20bc238413
FIX #14248 - Implement test case resolution task workflow (#14323)
* feat: add test case resolution task workflow

* fix: conflict with main
2023-12-12 10:13:11 +01:00