13249 Commits

Author SHA1 Message Date
Rounak Dhillon
18873ca0eb
Docs: Changing 1.6.7 to 1.6.8 (#20733)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-04-09 12:45:14 +00:00
Ashish Gupta
778d2d35d5
MINOR: added alert notification for async delete process completion (#20514)
* added alert notification for async delete process completion

* support alert notification in case of delete failed

* minor code improvement

* fix the playwright test

* increase the timer around the service ingestion delete to verify the message

* remove the config to check only one test
2025-04-09 18:14:36 +05:30
Keshav Mohta
d65a05e865
fix: added metadata in snowflake get_ometa_tag_and_classification (#20719) 2025-04-09 18:00:12 +05:30
Imri Paran
14f493879c
MINOR: chore: explicit types in appRunRecord.json (#20636)
* chore: explicit types in appRunRecord.json

This does not change the actual schema of AppRunRecord so no database migrations are required. It improves the ergonomics of building a an app status.

* fixed AppLogsViewer.component.tsx

* modified AppUtils to use new schema

* added wide catcher
2025-04-09 17:40:48 +05:30
Imri Paran
7b3b5805de
doc: reverse metadata custom SQL (#20730) 2025-04-09 17:33:12 +05:30
Imri Paran
fdffe67fe3
MINOR: documentation improvements for Reverse Metadata (#20728)
* docs: reverse metadata

* added example query for managing tags in MSSQL

* added caveat for snowflake's tag based masking policies

* changed name to "reverse metadata"

* added cross emojis where missing

* added more docs
2025-04-09 15:58:13 +05:30
Imri Paran
79629a59dd
MINOR: docs: reverse metadata feature grid (#20701)
* docs: reverse metadata feature grid

* update collate: true

* removed collate: true for now
2025-04-09 09:52:15 +00:00
Mohit Yadav
3a01ad7da5
[Fix-20125] OIDC: Allow max_age to be optional (#20721)
* Make Max Age Optional

* spotless fix
2025-04-09 15:09:57 +05:30
Mohit Yadav
6db8454649
fix azure null refresh token issue (#20725) 2025-04-09 15:03:49 +05:30
Rounak Dhillon
5b94056fb5
Docs: 1.6.8 Release Updation (#20727) 2025-04-09 14:52:02 +05:30
Imri Paran
a0d631b7cb
chore: more linient pinning for python neo4j (#20722) 2025-04-09 09:05:44 +00:00
Dhruv Parmar
c39c94a12a
Minor: Removed Divider from table (#20702)
* removed divider from application setting

* removed beta url
2025-04-09 13:03:01 +05:30
Dhruv Parmar
c284310293
Minor: fixed copy tooltip || source url button (#20700)
* fixed copy tooltip || source url button

* fixed underline over sourceurl button
2025-04-09 13:02:48 +05:30
Dhruv Parmar
995a74e8d9
reverted the table header changes (#20687)
* draft:table header

* undo table changes

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-09 12:55:31 +05:30
Rounak Dhillon
f1f768ce46
Docs: Youtube Video Removal in Discovery (#20718) 2025-04-09 12:36:31 +05:30
Mohit Yadav
4aa070f04e
Add Check for Null destinations (#20717) 2025-04-09 12:02:43 +05:30
Rounak Dhillon
7c5ba41630
Docs: Saml Example Updation (#20715) 2025-04-09 11:43:16 +05:30
Mohit Yadav
ec5c83441a
Fix Add Derived Tags while batch fetching (#20716) 2025-04-09 11:35:59 +05:30
Rounak Dhillon
0d3f747a1d
Docs: 3.8 Python version Removal (#20684)
* Docs: 3.8 Python version Removal

* Docs: 3.8 Python version Removal

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-04-09 07:12:36 +02:00
Keshav Mohta
18d6701429
Fixes: Snowflake Tags Ingestion (#20710) 2025-04-09 07:12:22 +02:00
Rounak Dhillon
c03edaf53f
Docs: Image Updation in Roles and Policies (#20688)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-04-09 07:11:58 +02:00
aji-aju
f573015a38
Default credentials, prefix path in Azure (#20707) 2025-04-09 10:21:48 +05:30
Shailesh Parmar
ece005bba0
feat(ui): add PDF layout configuration and dimensions interfaces (#20706) 2025-04-09 10:03:00 +05:30
sonika-shah
38d866be60
Fix - 1.7 Glossary feedback and other minor bug fixes (#20652)
* Fix - 1.7 Glossary feedback and other minor bug fixes

* check for duplicateTerms in glossary

* check for duplicateTerms in glossary enable playwright

* fix tests

* playwright fix

* fix playwright for GlossaryImportExport.spec.ts

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-09 09:59:15 +05:30
Mohit Yadav
bc701ae993
Add Logs for import export (#20709) 2025-04-08 23:26:42 +05:30
Pranita Fulsundar
a0543617b3
fix(ui): update placeholder and its styles (#20670)
* fix(ui): update placeholder images and styles
<!--
Thank you for your contribution!
Unless your change is trivial, please create an issue to discuss the change before creating a PR.
-->

### Describe your changes:

Fixes <issue-number>

<!--
Short blurb explaining:
- What changes did you make?
- Why did you make them?
- How did you test your changes?
-->

I worked on ... because ...

<!-- For frontend related change, please add screenshots and/or videos of your changes preview! -->

#
### Type of change:
<!-- You should choose 1 option and delete options that aren't relevant -->
- [ ] Bug fix
- [ ] Improvement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation

#
### Checklist:
<!-- add an x in [] if done, don't mark items that you didn't do !-->
- [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document.
- [ ] My PR title is `Fixes <issue-number>: <short explanation>`
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

<!-- Based on the type(s) of your change, uncomment the required checklist 👇 -->

<!-- Bug fix
- [ ] I have added a test that covers the exact scenario we are fixing. For complex issues, comment the issue number in the test for future reference.
-->

<!-- Improvement
- [ ] I have added tests around the new logic.
- [ ] For connector/ingestion changes: I updated the documentation.
-->

<!-- New feature
- [ ] The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion
    or decision-making process is reflected in the issue.
- [ ] I have updated the documentation.
- [ ] I have added tests around the new logic.
-->

<!-- Breaking change
- [ ] I have added the tag `Backward-Incompatible-Change`.
-->

* update placeholders styles

* add placeholder for explore tree

* fix sonar issue

* update explore tree placeholder

* update explore tree placeholder

* add test

* fix: collapse-expand icon for table details page

* fix unit test
2025-04-08 21:14:25 +05:30
Shrushti Polekar
c2d81d9b52
Fix: Minor css bugs (#20677)
* fix action btn css issue

* update owner label extra avatar size

* minor css fix for layout

* minor css fix

* update show more owners avatar size as per  feedback
2025-04-08 21:06:46 +05:30
harshsoni2024
0c0830f4fb
what's new 1.6.8 (#20699) 2025-04-08 18:36:33 +05:30
Mayur Singal
202519fd2d
MINOR: Fix PII Charts (#20481) 2025-04-08 18:03:23 +05:30
Rounak Dhillon
a990a597f4
Docs: Connectors Error Fix (#20698) 2025-04-08 17:47:01 +05:30
Mohit Yadav
6970b11677
Fix Indexing Issues (#20686) 2025-04-08 16:27:43 +05:30
Ayush Shah
327c9f8503
Update menu.md (#20695) 2025-04-08 15:49:02 +05:30
Rounak Dhillon
ed0ac5af6c
Docs: Connectors Menu Error Fix (#20694) 2025-04-08 15:32:59 +05:30
Rounak Dhillon
5afba6512e
Docs: Connectors Troubleshoot Error Fix (#20693) 2025-04-08 15:22:16 +05:30
Mayur Singal
8a3729ec6c
MINOR: Fix PyCheckStyle Workflow (#20692) 2025-04-08 11:35:12 +02:00
Ashish Gupta
cd752c2231
MINOR: added option for extended menu item in platform insight service (#20673)
* added option for extended menu item in platform insight serive

* remove the manage button on platform side and updated the extraDrodpwn on service level to add there
2025-04-08 13:08:51 +05:30
Ashish Gupta
4712081f00
change the icon of request and comment icons (#20682)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-04-08 11:31:34 +05:30
Pere Miquel Brull
bcde18b387
DEPRECATE - Remove support for Python 3.8 (#20553) 2025-04-08 07:36:07 +02:00
Shrushti Polekar
f31c50a419
Fix : Charts details display issue in summary panels. (#20666)
* fix charts details display issue in summary panels

* minor fix

* added loader
2025-04-08 11:03:45 +05:30
Rounak Dhillon
ec535795a3
Docs: Troubleshoot Section Addition in database Completed (#20657) 2025-04-08 10:52:01 +05:30
Shailesh Parmar
07256abb0b
Feat: supporting PR for export dashboard (#20672)
* Feat: supporting PR for export dashboard

* fixed failing unit test
2025-04-08 10:06:03 +05:30
aji-aju
880a2cd7a8
Added prefix, and SSE in S3 (#20678) 2025-04-07 23:28:18 +05:30
Karan Hotchandani
b4c50e0201
UI design feedbacks (#20671)
* fix glossary feedbacks

* fixed locales

* fix styles

* add tests
2025-04-07 23:26:19 +05:30
Dhruv Parmar
088a4e513e
fixed no owner (#20659) 2025-04-07 22:14:59 +05:30
Dhruv Parmar
69678f59fc
MInor: Fixed PR Comments (#20655)
* fixed Memerbs page || table|| bot column

* Minor:added cursor pointer

* Minor:added cursor pointer

* fixed comments

* fixed comments

* fixed comments
2025-04-07 21:31:02 +05:30
Dhruv Parmar
03cc7daa48
fixed lineage full screen (#20661) 2025-04-07 21:29:57 +05:30
Mayur Singal
4a407f6d0d
MINOR: Implement column validation in lineage patch api (#20545) 2025-04-07 21:24:46 +05:30
Pere Miquel Brull
3186937cc2
MINOR - Update Auto Classification defaults for sample data & classif… (#20587)
* MINOR - Update Auto Classification defaults for sample data & classification

* fix tests
2025-04-07 15:56:57 +02:00
Ashish Gupta
e154dbbcc7
lineage export improvement around selector (#20669) 2025-04-07 18:51:06 +05:30
Mayur Singal
b7d43e7ee2
MINOR: Improve threading for lineage (#20668) 2025-04-07 18:31:52 +05:30