9097 Commits

Author SHA1 Message Date
Mohit Yadav
c7e03471a1
Add Pipeline Status to Ingestion Pipeline Index (#15918) 2024-04-16 21:40:24 +05:30
Imri Paran
6349adb0ec
MINOR: added a DELETE method for failedRowsSample (#15878)
* added a DELETE method for failedRowsSample

* fixed tests

* changed required permission to EDIT_SAMPLE_DATA

* changed required permission to DELETE_SAMPLE_DATA

* changed required permission to DELETE_TEST_CASE_FAILED_ROWS_SAMPLE

* changed required permissions

addFailedRowsSample -> EDIT_TEST_CASE_FAILED_ROWS_SAMPLE
getFailedRowsSample -> VIEW_TEST_CASE_FAILED_ROWS_SAMPLE

* removed op EditTestCaseFailedRowsSample

* fixed tests

* format
2024-04-16 17:45:59 +02:00
Ayush Shah
fb263158d5
Add/Modify Release notes for 1.3.2 (#15914) 2024-04-16 20:25:50 +05:30
IceS2
2bfc4c450d
MINOR: Add mapping for xid and bpchar for postgresql (#15912)
* Add mapping for xid and bpchar for postgresql

* fix checkstyle
2024-04-16 15:40:46 +02:00
Mohit Yadav
dfe6204b55
Remove SQls from 1.3.2 (#15917) 2024-04-16 18:51:03 +05:30
Ashish Gupta
23eb4ee1c9
MINOR: fix search index language configuration not saving (#15896)
* fix search index language configuration not saving

* minor changes
2024-04-16 15:58:38 +05:30
Sachin Chaurasiya
9995a13ac9
fix custom property cypress test (#15904) 2024-04-16 14:20:31 +05:30
Karan Hotchandani
1759747974
App preview alert (#15899)
* show alert for preview apps

* locales
2024-04-15 15:12:11 +00:00
Teddy
84469e643c
FIX #13475 - Add Parameter Validation for Min/Max tests (#15849)
* feat: add validation field to test case definition parameters

* feat: added parameter validation logic

* fix: set ES testcontainer startup attemp to 3

* style: ran java linting

* fix: added waitForEsAsyncOp in post_trigger_app_200 test
2024-04-15 07:52:43 -07:00
Karan Hotchandani
bd3838868c
disable install for preview apps (#15884)
* disable install for preview apps

* move screenshot path to base class

* MINOR - Add Marketplace preview

* format

* add unit tests

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-04-15 17:32:01 +05:30
sonika-shah
c010939072
Added payload size check logic for Elasticsearch (#15540)
* Added payload size check logic for Elasticsearch

* Added payload size check logic for Elasticsearch - made review changes

* Added payload size check logic for Elasticsearch - added env in docker files

* Optimize payload logic, fix search application error stats issue
2024-04-15 16:25:06 +05:30
Mayur Singal
269ed6d5bb
MINOR: Fix databricks connector (#15894) 2024-04-15 16:18:58 +05:30
Shailesh Parmar
c0a58c5b44
Minor: added functionality to enable debug log for test suite ingestion (#15887) 2024-04-15 15:39:08 +05:30
Mayur Singal
9439f58bef
MINOR: Add Databricks ssl dependencies (#15895) 2024-04-15 15:37:07 +05:30
dependabot[bot]
56cc93ff1b
Bump tar from 6.2.0 to 6.2.1 (#15871)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-15 11:33:12 +05:30
Imri Paran
706d1ab97e
fixed ingestion of sample data for failed sample rows (#15879) 2024-04-15 07:59:27 +02:00
Chirag Madlani
e91f846f5c
test(ui): cypress tests to cover health page of OpenMetadata (#15861)
* test(ui): cypress tests to cover health page of OpenMetadata

* added wait for api
2024-04-12 11:14:53 +00:00
Imri Paran
8447cf0192
Update tests_mixin.py (#15874) 2024-04-12 10:00:35 +02:00
Sachin Chaurasiya
10045d5a96
ui: add support for edit custom property in entity right panel (#15724)
* ui: add support for edit custom property in entity right panel

* add support for edit custom property in right panel for glossary term

* Add isRenderedInRightPanel prop to PropertyValue component

* Fix click issue in CustomProperty.ts

* Fix input visibility issue in setValueForProperty function

* Fix visibility issue in setValueForProperty function

* Fix import order in CustomProperty.ts

* Update visibility checks in setValueForProperty function in CustomProperty.ts file

* Fix import order in CustomPropertyTable.tsx
2024-04-12 13:07:06 +05:30
Shailesh Parmar
f079168845
Minor: fixed test case description change issue (#15867)
* Minor: fixed test case description change issue

* fixed cypress failure
2024-04-12 12:14:50 +05:30
Sachin Chaurasiya
8e25ce817e
update color input data testid for cypress tests (#15863)
* update color input data testid for cypress tests

* Update color input selector in Tags.spec.ts
2024-04-11 21:48:37 +05:30
Teddy
8fc4319f64
MINOR Add owner filter test case (#15853)
* feat: added owner filter to test case list from search

* refactor: deprecated `orderByLatestExecution` param

BREAKING CHANGE: `orderByLatestExecution` param from list endpoint `GET` has been removed in favor of `sortField` and `sortType` from the `search/list` endpoint

* style: ran java linting

* fix: increase es async time
2024-04-11 17:27:39 +02:00
Teddy
4c4b7c67a4
Minor fix row computation for views (#15872)
* fix: row computation for views

* style: ran python linting

* fix: MySQL innodb row count

* style: ran python linting
2024-04-11 16:55:39 +02:00
Pere Miquel Brull
6ed319c2dc
MINOR - delete mysql ES pipelines (#15868) 2024-04-11 16:37:49 +02:00
Mohit Yadav
ed7fa24c39
Fix Migration SQL , not executing from Handle (#15873)
* Fix Migration SQL , not executing from Handle

* fix
2024-04-11 19:41:50 +05:30
Ayush Shah
0c3e580592
MINOR: Fix Entity Link Error (#15864) 2024-04-11 18:41:59 +05:30
Ayush Shah
aeaaea4720
Modify and add threshold as status (#15866) 2024-04-11 18:39:46 +05:30
Pere Miquel Brull
a1404e6b4a
MINOR - Clean ingestion dependencies (#15679)
* WIP - MINOR - Clean ingestion dependencies

* test

* test

* Clean imports

* add pyiceberg for test

* Revert "add pyiceberg for test"

This reverts commit ab26942736586f089a57a644ffd727aca200db62.

* add pyiceberg for test

* Remove docker dep

* clean local docker sh

* MINOR - AKS Airflow troubleshooting docs

* Fix action

* clean local docker sh
2024-04-11 14:30:40 +02:00
Sachin Chaurasiya
6ee491dd00
Update documentation for adding language support for entities for 1.3.x (#15870) 2024-04-11 17:16:35 +05:30
Sachin Chaurasiya
a050b9c9ac
Update documentation for adding language support for entities (#15869)
* Update documentation for adding language support for entities

* Update documentation for adding language support and provide link to supported language codes
2024-04-11 16:41:29 +05:30
harshsoni2024
eff5394504
fix qlik db migration changes (#15852) 2024-04-11 15:48:32 +05:30
Mohit Yadav
3dc4a4f3d1
Fix SQLs (#15859)
* Fix SQLs

* Update SQls

* Update bootstrap/sql/migrations/native/1.3.3/postgres/schemaChanges.sql

* Update bootstrap/sql/migrations/native/1.3.3/mysql/schemaChanges.sql

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-04-11 15:13:16 +05:30
Chirag Madlani
8e558a91e1
chore(ui): support extra dropdown items for service details page (#15857) 2024-04-10 20:02:27 +00:00
Imri Paran
b2ce491ff1
MINOR: Add failed rows sample to test case (#15682)
* add failed sample data

* format

* fixed masking pii data in test failed rows sample

* format

* failedRowsSamples -> failedRowsSample

* failedRowsSamples -> failedRowsSample

* fixed tests

* format

* wip

* added computePassedFailedRowCount to python client

* comment for loggerLevel

* format

* fixed tests

* tests for putting / deleting failed samples

* format

* format

* added test case for pii test

* changed method name to deleteTestCaseFailedRowsSample

* added getComputePassedFailedRowCount
2024-04-10 17:00:00 +02:00
Sachin Chaurasiya
79728cbffa
update custom logo cypress test (#15850) 2024-04-10 19:58:10 +05:30
Shailesh Parmar
073d9ea57b
Fixes #10354 Filter test suites by owner / name (#15826)
* feat: add list from search for test suite

* feat: add list from search and owner/name filter for test suites

* style: ran java linting

* fix: es log failure detail

* #10354 Filter test suites by owner / name

* added filter logic, cypress and fixed unit test

---------

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2024-04-10 19:28:55 +05:30
Chirag Madlani
ce18766b96
chore(ui): minor ui changes to support flexibility to components (#15838)
* chore(ui): minor ui changes to support flexibility to components

* minor fixes

* add unit tests
2024-04-10 11:40:38 +00:00
Pere Miquel Brull
11e1901a4a
DOCS - MSSQL service connection (#15843) 2024-04-09 15:28:49 +02:00
sandeeps83
7f5c166e3b
fix: good-first-issue link (#15842)
Co-authored-by: Sandeep Sundaresha <sandeep_sundaresha@intuit.com>
2024-04-09 12:23:07 +00:00
Shailesh Parmar
7264773d6c
#14941 Filtering and sorting of data quality tests & suites at Data Quality page (#15725)
* #14941 Filtering and sorting of data quality tests & suites at Data Quality page

* added filters for test case type, status and startTs and endTs

* added platform filter

* sync-translation

* added table filter

* updated pagination for filter

* fixed failing unit test

* added unit test for filters

* added cypress for test case filters

* skipping filter cypress

* skipping cypress test
2024-04-09 11:35:09 +00:00
Imri Paran
d9a7ebe5e1
MINOR: fix application in corrupted state (#15830)
* fix application in corrupted state

* format

* remove old versions of the app

* format

* use name instead of fqn
2024-04-09 07:58:34 +02:00
mohitdeuex
a41dc54667 - Create Dummy Columns on empty import of table columns 2024-04-09 11:08:04 +05:30
Teddy
7bc48ffd0d
MINOR: exclude change description from testSuite key in table entity indexing (#15836)
* fix: exclude change description from testSuite key in table entity reindexing

* style: removed unecessary comment
2024-04-08 22:00:00 +00:00
Teddy
dc4c4e41b8
Fix #10354 - Implement Test Suite filter from Search (#15814) 2024-04-08 18:40:39 +02:00
harshsoni2024
c671e64f69
[MINOR] Fix tableau e2e (#15824) 2024-04-08 21:17:37 +05:30
IceS2
c909ff8857
MINOR: Fix e2e tests (#15829)
* Update values

* Update values

* Fix checkstyle
2024-04-08 15:58:32 +02:00
Sachin Chaurasiya
c3c5a81b55
feat(ui): add support for brand color config part 1 (#15714)
* feat(ui): add support for brand color config

* Update primary color variables in UI styles

* Update background color variables in less files

* Update UI styles to use primary color variable

* Add brand color customization option

* Add postinstall script to run build-check

* Update theme configuration in DirectionProvider and useApplicationStore

* Update primary color hover in variables.less

* Update primary color hover in UI styles

* Refactor BubbleMenu rendering in BubbleMenu.tsx

* Update activity feed card style and announcement border color

* Update colors in UI components

* Refactor BrandColorConfigSettingsPage component

* Add white label configuration settings page

* Refactor UI components and add AntDConfigProvider

* Add appearance configuration settings page

* Update appearance constants, add resetTheme function, and adjust input height

* Add link and custom theme support, and fix BrandImage src fallback

* Add custom theme translations for multiple languages

* Remove unused code and update theme color

* Add primary color to theme

* Remove custom logo configuration

* Add appearance configuration message to language files

* add unit test

* Remove appearance key and add theme key in language files

* Refactor AppearanceConfigSettingsPage component

* Fix import issue and update theme color

* Update text color in UI components

* Add theme colors to useApplicationStore
2024-04-08 18:34:38 +05:30
Mohit Yadav
1a7314193f
Validate against PersonalAccess (#15832) 2024-04-08 17:13:19 +05:30
Mohit Yadav
5a88d15228
[Feature] Import/Export For Table, DatabaseSchema, Databases, Service (#15816)
* - Add Import Export Separation for GlossaryTerms

* - Fixed Table Resrouce Test

* - Review Comment #2

* - GlossaryTestFix, Glossary does not allow Tier Tags

* - Database Schema Tests Fix

* - Create Database, DatabaseSchema, DatabaseService import entity if not exists

* - Fix Test for Database DatabaseSchema, Table
2024-04-07 02:21:56 +05:30
Ashish Gupta
61bc8568f8
chore: minor ui issue (#15819)
* chore: minor ui issue

* remove password field from schema form
2024-04-06 14:00:09 +00:00