Shrushti Polekar
130ff685a6
Fix: Button styling issues ( #21127 )
...
* fixes button styling issues
* address pr comments
2025-05-13 13:29:59 +05:30
harshsoni2024
3b382c1bd9
issue-20737: datalake parquet different extensions ( #21048 )
2025-05-13 11:23:46 +05:30
Shrushti Polekar
68195dc67e
Fix: Input Validation for minimum values for Search Index and Data insights ( #21038 )
...
* minimum field limit for config form
* added negative number validation for form builder
* localization file update
* update minimum values for search config and data insights
* update localization files
* fix nested schema field validation for neggative numbers
* revert nav-bar.less prettier changes
* revert nav-bar.less file prettier changes
* revert nav-bar.less prettier changes
* minor code refactor
* address sonar issue
* address pr comments
* minor code refactor
* Update ingestionPipeline.ts
* Update ingestionPipeline.ts
2025-05-13 10:15:36 +05:30
Ashish Gupta
78e7e74b2b
PLAYWRIGHT: fix bulk import database flaky test ( #21145 )
2025-05-12 21:22:13 +05:30
sonika-shah
f96151146c
Fix #20568 : Remove data products associated with the old domain when an entity’s domain is updated ( #20994 )
2025-05-12 19:20:18 +05:30
Chirag Madlani
5475506ac4
feat(ci): run playwright over particular branch ( #21142 )
2025-05-12 18:38:29 +05:30
Ashish Gupta
661246620d
MINOR: fix the owner/reviewer render on ui ( #21053 )
...
* fix the owner/reviewer render on ui
* remove the logic for render method
2025-05-12 17:57:18 +05:30
Ashish Gupta
463452df39
fix bulk import flaky playwright failure ( #21051 )
2025-05-12 17:49:37 +05:30
Rounak Dhillon
79b154ba58
Doc: Data Assets Image Updation ( #21140 )
2025-05-12 16:36:44 +05:30
harshsoni2024
234d302fbd
MINOR: parquet endpoint null case error ( #21015 )
2025-05-12 14:46:13 +05:30
Rounak Dhillon
765749480f
Doc: Table Constraint Images Updation ( #21124 )
2025-05-12 13:42:40 +05:30
pedroalves5770
7396c8af94
Update pt-br.json ( #21108 )
...
Updated missing English strings to Brazilian Portuguese.
2025-05-12 12:27:03 +05:30
Chirag Madlani
33dcffe75b
feat(ui): dynamic height support for detail page widgets ( #20992 )
...
* feat(ui): dynamic height support for detail page widgets
* fix height issue for grid layout tab
* fix playwright tests
* revert css changes
* remove unwanted CSS for fixed height
* address sonar cloud comments
* support expandable card
* remove newLook prop from widget
support generic expandable widget for customizable panel
* update styling for expand collapse icon
* revert newLook prop for TagsContainerV2
* update card with expandable cards
* fix description test
* add tests
* fix tests
* fix flaky search index application
* fix searchIndexApplication tests
2025-05-12 11:50:40 +05:30
Rounak Dhillon
8f25927008
Doc: Data Assets Images Update till Lineage ( #21125 )
2025-05-12 11:46:17 +05:30
Mohit Yadav
2a205d5c35
Fix Rest Util if empty of null om url ( #21133 )
2025-05-12 10:10:06 +05:30
Mohit Yadav
5e8565af4b
Add operations.yaml ( #21131 )
2025-05-12 09:33:19 +05:30
Shailesh Parmar
799d14eef4
minor: remove unwanted scrollbar from left panel of data insight page ( #21050 )
...
* minor: remove unwanted scrollbar from left panel of data insight page
* fix horizontal scroll issue
* Style: Update padding-top in Data Insight and Data Quality pages to use @size-md variable
2025-05-10 11:35:38 +05:30
Dhruv Parmar
0920e9d5ce
fixed owner label ( #21085 )
2025-05-10 11:09:08 +05:30
Prajwal214
39f12a50da
Docs: Removing roadmap page from the docs ( #21129 )
2025-05-09 21:09:23 +05:30
Rounak Dhillon
7eb5786ec3
Doc: Data Retention Application Updation ( #21118 )
2025-05-09 13:07:38 +05:30
Rounak Dhillon
373f40f9cd
Doc: Hierarchy Gif File Updation ( #21103 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-09 10:32:17 +05:30
Rounak Dhillon
180eabee3d
Doc: Quick Glance of Data Assets Images Updation ( #21110 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-09 09:33:44 +05:30
Rounak Dhillon
52ff379dad
Doc: Advanced Search Images Update ( #21112 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-09 09:06:33 +05:30
Rounak Dhillon
c57cf11b89
Doc: Alerts Images Updation ( #21113 )
2025-05-09 09:06:08 +05:30
Rounak Dhillon
b09906e611
Doc: Data Discovery Discover assets of interest Images Update ( #21096 )
2025-05-07 15:28:57 +05:30
Ayush Shah
0152ffc06d
Docs: Update release references to v1.7 in index files for 1.7.x and 1.8.x-SNAPSHOT ( #21089 ) ( #21098 )
2025-05-07 14:42:09 +05:30
Rounak Dhillon
5418e36a79
Doc: Common Connectors Images Fix in 1.7 and 1.8 ( #21088 )
2025-05-06 20:22:27 +05:30
Teddy
a853561d30
MINOR: data sample ingestion bigquery ( #21074 )
...
* fix: data sample ingestion bigquery
* style: ran python linting
* fix: flaky test in topology
2025-05-06 15:58:37 +02:00
Imri Paran
d91273a30d
Fix 20325: Trigger external apps with config ( #20397 )
...
* wip
* feat: trigger external apps with override config
- Added in openmetadata-airflow-apis functionality to trigger DAG with feature.
- Modified openmetadata-airflow-apis application runner to accept override config from params.
- Added overloaded runPipeline with `Map<String,Object> config` to allow triggering apps with configuration. We might want to expand this to all ingestion pipelines. For now its just for apps.
- Implemented an example external app that can be used to test functionality of external apps. The app can be enabled by setting the `ENABLE_APP_HelloPipelines=true` environment variable.
* fix class doc for application
* fixed README for airflow apis
* fixes
* set HelloPipelines to disabeld by default
* fixed basedpywright errros
* fixed app schema
* reduced airflow client runPipeline to an overload with null config
removed duplicate call to runPipeline in AppResource
* Update openmetadata-docs/content/v1.7.x-SNAPSHOT/developers/applications/index.md
Co-authored-by: Matias Puerta <matias@getcollate.io>
* deleted documentation file
---------
Co-authored-by: Matias Puerta <matias@getcollate.io>
2025-05-06 17:41:24 +07:00
Prajwal214
a52c192159
Docs: Updating latest release in v1.6.11 ( #21084 )
2025-05-06 15:33:52 +05:30
Rounak Dhillon
81768f42bf
Doc: Developer Images Updation ( #21077 )
2025-05-06 15:29:10 +05:30
Rounak Dhillon
dfb909390e
Doc: 404 Link Correction ( #21075 )
2025-05-06 15:17:48 +05:30
Mayur Singal
a7adda8414
MINOR: Fix unsupported Pipeline entity for lineage ( #21069 )
2025-05-05 07:38:56 +07:00
Sriharsha Chintalapani
f360b3eaf5
fix: pom.xml to reduce vulnerabilities ( #21073 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-9919796
- https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCHPLUGIN-9919795
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-05-05 07:35:07 +07:00
Prajwal214
f1aa4c5099
Docs: Updating the v1.5 references in docs ( #21072 )
2025-05-04 10:56:33 +05:30
Rounak Dhillon
70a23502f9
Doc: Snowflake Troubleshooting Section ( #21066 )
2025-05-02 14:53:18 +05:30
Rounak Dhillon
f90133d7a3
Doc: SDK Images Update ( #21064 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-05-02 13:04:07 +05:30
Dhruv Parmar
defa0525c1
fixed flaky metrics tests ( #21000 )
2025-05-02 11:47:25 +07:00
Mohit Yadav
8314fdf8d0
Adds followers to services and database schema ( #21017 )
...
* Adds followers to services and database schema
* Add delete and followers fields
* Add missing fields
* Fix failing test for get entity with different fields
* Fix ingestion test case failure
2025-04-30 17:15:13 +05:30
Rounak Dhillon
7cd798b004
Doc: Deployment Images Updation for 1.7 & 1.8 ( #21055 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-04-30 11:42:36 +00:00
Ayush Shah
49de0119cf
fix: Migrations - add operator parameter to test_definition for custom SQL queries in MySQL and Postgres ( #21044 )
2025-04-30 14:57:20 +05:30
Rounak Dhillon
5849606553
Doc: Index Addition in Spark Lineage ( #21052 )
2025-04-30 12:19:15 +05:30
Mayur Singal
2289e04a9f
Fix #1505 : Fix limit reached logs ( #21046 )
2025-04-30 11:34:51 +05:30
Mayur Singal
9755662240
Fix #20902 : Fix duplicate constraints error ( #21037 )
2025-04-30 11:34:35 +05:30
sonika-shah
16997110e2
Backend: Support Ability to Un-Nest Knowledge Center Pages ( #20096 )
...
* Backend: Support Ability to Un-Nest Knowledge Center Pages
* fix build
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-30 10:31:54 +05:30
harshsoni2024
970f6fbc0b
pbi dashboard sourceurl fix ( #21026 )
2025-04-30 10:21:38 +05:30
Rounak Dhillon
1399da65e2
Doc: Sample Data Using PII Sensitive Doc Updation ( #21029 )
2025-04-30 10:17:27 +05:30
Rounak Dhillon
41743c9c4b
Doc: Link Checker Error Fix ( #21047 )
2025-04-30 10:13:15 +05:30
Shailesh Parmar
b637ba254e
replace: application list api with /installed
api endpoint ( #21041 )
2025-04-30 09:51:53 +05:30
Mohit Yadav
4a611ea690
Fixes #20970 ( #21010 )
2025-04-30 00:49:00 +05:30