13249 Commits

Author SHA1 Message Date
Akash Jain
799e3ca900
chore(docker-compose): Bump indices.query.bool.max_clause_count=4096 (#21301) 2025-05-27 14:29:05 +02:00
Pere Menal-Ferrer
ac9f803b46
Make presidio_analyzer a lazy import in the PII processor (#21408)
Co-authored-by: Pere Menal <pere.menal@getcollate.io>
2025-05-27 14:24:28 +02:00
harshsoni2024
8bbc4d8c3d
MINOR: PBI dataset expressions empty value fix (#21409) 2025-05-27 16:50:55 +05:30
Teddy
f2a67b8501
MINOR - fix test suite migration (#21320)
* fix: don't add relationship if test suite exists

* style: ran java linting
2025-05-27 12:40:01 +02:00
Pere Menal-Ferrer
ca812852d6
ci/nox-setup-testing (#21377)
* Make pytest to user code from src rather than from install package

* Fix test_amundsen: missing None

* Update pytest configuration to use importlib mode

* Fix custom_basemodel_validation to check model_fields on type(values) to prevent noisy warnings

* Refactor referencedByQueries validation to use field_validator as per deprecation warning

* Update ColumnJson to use model_rebuild rather as replacement for forward reference updates as per deprecation warning

* Move superset test to integration test as they are using testcontainers

* Update coverage source path

* Fix wrong import.

* Add install_dev_env target to Makefile for development dependencies

* Add test-unit as extra in setup.py

* Modify dependencies in dev environment.

* Ignore all airflow tests

* Remove coverage in unit_ingestion_dev_env. Revert coverage source to prevent broken CI.

* Add nox for running unit test

* FIx PowerBI integration test to use pathlib for resource paths and not os.getcwd to prevent failures when not executed from the right path

* Move test_helpers.py to unit test, as it is not an integration test.

* Remove utils empty folder in integration tests

* Refactor testcontainers configuration to avoid pitfalls with max_tries setting

* Add nox unit testing basic setup

* Add format check session

* Refactor nox-unit and add plugins tests

* Add GHA for py-nox-ci

* Add comment to GHA

* Restore conftest.py file

* Clarify comment

* Simplify function

* Fix matrix startegy and nox mismatch

* Improve python version strategy with nox and GHA

---------

Co-authored-by: Pere Menal <pere.menal@getcollate.io>
2025-05-27 10:56:52 +02:00
Dhruv Parmar
182ca660c6
Fix(ui): flaky entity test (#21387)
* fixed flaky entity test

* removed unwanted code
2025-05-27 14:16:51 +05:30
Rounak Dhillon
b14c71f34b
Doc: 404 Error Fix (#21406)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-27 14:05:03 +05:30
Rounak Dhillon
36d85396e4
Doc: email .Yaml File Changes and Partial Creation (#21404)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-27 12:57:47 +05:30
Pranita Fulsundar
0d4a7db0d9
chore: revert search order and minor styles changes (#21395) 2025-05-27 10:59:05 +05:30
Matias Puerta
269ab3ae47
Update team-labeler action permissions (#21402)
Should solve issues like https://github.com/open-metadata/OpenMetadata/actions/runs/15259399461/job/42914194682?pr=21164
2025-05-26 20:12:32 +02:00
Shrushti Polekar
10501453f9
fix:error notification for failure of data products fetching (#21386) 2025-05-26 21:24:24 +05:30
Rounak Dhillon
4e77e56db6
Doc: Deploy Images Lineage Updation (#21396)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-26 20:37:45 +05:30
Rounak Dhillon
9dbf72888e
Doc: Airflow Note Updation (#21398)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-26 19:29:57 +05:30
Imri Paran
baee931b85
MINOR: App changes for collate support (#21068)
* feat: prep for collate support

- Added support for delayed background jobs. This is to delete the support user after a while.
- added ScheduleType.OnlyManual for applications to support only manual triggers
- Added a four hour token expiration
- Allow a null trigger type in job data (not sure what it's for)

* added test for delayed job

* added type checking for enumCleanupArgs in navbar

* - added a support toten type
- added job handler for delete token

* fixed whitelist links

* patch OnlyManual apps

* Update openmetadata-spec/src/main/resources/json/schema/entity/applications/app.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* added indexes for runAt

* use NO_JOB_SLEEP_SECONDS in background job test

* Fixed NavBar test

* removed backticls

* fix indexes

* change for support app

* fix tests

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-05-26 12:02:14 +02:00
Pere Menal-Ferrer
6ea630d7ef
DevEx: Ingestion development improvement (focus on unit testing) (#21362)
* Fix test_amundsen: missing None

* Fix custom_basemodel_validation to check model_fields on type(values) to prevent noisy warnings

* Refactor referencedByQueries validation to use field_validator as per deprecation warning

* Update ColumnJson to use model_rebuild rather as replacement for forward reference updates as per deprecation warning

* Move superset test to integration test as they are using testcontainers

* Add install_dev_env target to Makefile for development dependencies

* Add test-unit as extra in setup.py

* Skip failing IT test. Requires further investigation.
2025-05-26 10:38:17 +02:00
Rounak Dhillon
c2efe653c4
Doc: Alert Images Update (#21369) 2025-05-26 12:26:46 +05:30
Rounak Dhillon
f15f4c6f5f
Doc: Data Profiler Images updation (#21354) 2025-05-26 12:18:04 +05:30
Rounak Dhillon
57a37c7aaa
Doc: DBT indentation FIX (#21359) 2025-05-26 11:42:57 +05:30
Imri Paran
e323b100b6
MINOR: chore: validate app class before registering (#21279)
* chore: validate app class before registering

* Update AppMarketPlaceMapper.java
2025-05-24 11:18:40 -07:00
Prajwal214
4db7f7a93e
Docs: Updating latest release in v1.7.1 (#21374)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2025-05-23 07:19:28 -07:00
tarunpandey23
98795e312d
Update/openmetadata trivy scan (#21382)
* updated the workflow

* updated

* updated

* updated

* updated

* updated

* fix the openmetadata server trivy scan to detail out the report on Github Step Summary

* fix the openmetadata server trivy scan to detail out the report on Github Step Summary

* fix the openmetadata server trivy scan to detail out the report on Github Step Summary
2025-05-23 18:43:34 +05:30
Mohit Yadav
1ee36d41c6
Escape ? to causing issues in jdbi binding (#21381) 2025-05-23 17:13:45 +05:30
Mohit Yadav
94ceb7792a
Failing Postgres sql (#21378) 2025-05-23 16:39:56 +05:30
Sweta Agarwalla
a2f4c600be
Update images (#21373)
* update images

* update styles
2025-05-23 12:02:52 +05:30
Sriharsha Chintalapani
ad6bb9812f
Update SECURITY.md (#21372) 2025-05-22 14:45:54 -07:00
Teddy
7ab6755beb
ISSUE #21101 - Implement BQ Partitioned Tests (#21348)
* feat: add query logger as an event listent in debug mode

* fix: added ingestion.src plugin to pylint

* minor: add partition sampled table

* test: added test for partitioned BQ table

* Remove log_query function from logger.py

* style: ran python linting
2025-05-22 17:22:05 +02:00
Mohit Yadav
8138a47b20
Revert: Filter for function score and add floor to totalVotes (#21371)
* Revert "OSS add guards for sqrt, log1p etc (#21358)"

This reverts commit 35d9f726ca91e974e09b24d67f633a38744fe191.

* Revert "Add Guards for function boost negative values (#21356)"

This reverts commit 8346303978e43046f5da7b094817a758308c7ec0.

* Add floor to totalVotes

* Fix total votes
2025-05-22 18:49:59 +05:30
IceS2
6f4204731f
MINOR: Fix app marketplace migrations (#21360)
* Fix app marketplace migrations

* Fix test
2025-05-22 15:13:00 +02:00
Aniket Katkar
2da78cd7fd
Add what's new for 1.7.1 release (#21363) 2025-05-22 16:58:38 +05:30
Prajwal214
19ce1638b6
Docs: Fixing Iceberg Connector docs (#21357)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2025-05-22 14:40:05 +05:30
Shailesh Parmar
5f93b1d581
fix: updated snowflake test based on new configs (#21349) 2025-05-22 14:38:08 +05:30
Prajwal214
cc96317f79
Docs: updating Cost Per TiB in docs (#21355)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2025-05-22 14:33:29 +05:30
Mohit Yadav
35d9f726ca
OSS add guards for sqrt, log1p etc (#21358) 2025-05-22 14:20:54 +05:30
Ashish Gupta
bbffeb87c7
fix the entityRightPanel and serviceEntity playwright spec (#21352) 2025-05-22 14:13:12 +05:30
Mohit Yadav
8346303978
Add Guards for function boost negative values (#21356) 2025-05-22 13:19:24 +05:30
Chirag Madlani
1e0756a939
Update mysql-nightly-e2e.yml (#21342) 2025-05-22 12:52:29 +05:30
Sweta Agarwalla
fd927130a5
Fix carousel image and image resolutions (#21332)
* fix carousel img and img resolutions

* update sizes

* update image styles

* update styles

* fix sonar failure
2025-05-21 20:56:13 +05:30
Chirag Madlani
5cb18f5fa6
test(e2e): add test to validate installed app call (#21337)
* test(e2e): add test to validate installed app call

* nit tr-tr.json
2025-05-21 20:40:49 +05:30
Dhruv Parmar
f9f438fa09
Fix(uI) : Removed collapse button from teams page (#21306)
* removed collapse button from teams page

* removed unwated spacing

* addressed comment

* fixed playwright tests

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-05-21 20:08:12 +05:30
Shrushti Polekar
d5d9a146af
fix(ui): Feeds count not showing up in PipelineDetails page. (#21339)
* fix pipeline feeds count update

* minor update

* added test
2025-05-21 19:52:43 +05:30
IceS2
04bfb7b85d
Improve Workflow Logs and Reduce Concurrency (#21345) 2025-05-21 16:22:28 +02:00
Rounak Dhillon
2d4b9f32d1
Doc: Data Profiler Images Updation along with Data Observability video Updation (#21343)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-21 13:17:03 +00:00
Ashish Gupta
82e8358cd9
MINOR: fix the right panel visible after expanded is closed (#21338)
* fix the right panel visible after expanded is closed

* remove the unwanted loops and use leftPanel from above memo
2025-05-21 17:17:25 +05:30
Chirag Madlani
02235cdd9d
chore(ui): cache version response for any hour to avoid frequent calls (#21323)
* chore(ui): cache version response for any hour to avoid frequent calls

* fix tests
2025-05-21 17:12:37 +05:30
Rounak Dhillon
2e251fccc3
Doc: Data Profiler Images Update (#21336)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-21 14:58:42 +05:30
gpby
342eaee092
Fixes #20956: Teradata profiler (#21292)
* add teradata functions

* fix teradata schema

* reformat code

* change random approach for teradata

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2025-05-21 09:12:15 +02:00
Rounak Dhillon
7cf9fb3820
Doc: 1.8 Subpath error fix (#21331)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-21 05:54:51 +00:00
Rounak Dhillon
3f8489ae30
Doc: Profiler Tab Images updation (#21285) 2025-05-21 10:40:33 +05:30
Rounak Dhillon
2394c0a1d7
Doc: Test Images Updation for Data Quality and Observability (#21273)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-21 10:40:14 +05:30
ozgunakalin
ef9c2575e5
Fixes 21300: Add Turkish language (#21303)
* Create tr-tr.json

turkish language support json file

* turkish language support

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-05-21 09:56:41 +05:30