11033 Commits

Author SHA1 Message Date
sonika-shah
f366827208
GEN-1662 : Fix - on dashboard soft delete, chart should not be visible (#18283) 2024-10-15 21:34:58 -07:00
Mayur Singal
592d7396bc
MINOR: Fix Couchbase columns not fetched (#18284) 2024-10-16 09:53:57 +05:30
Ayush Shah
40bd3bd3fa
Fixes #18186: Quicksight Ingestion Error handled (#18218) 2024-10-16 09:52:07 +05:30
sonika-shah
831cccf71e
Minor : Fix exception in search due to exception in database.displayName and databaseSchema.aggregation (#18270)
* Minor : Update database.displayName in search indexes from text to keyword

* Update for databaseSchema.displayName and serviceType in search indexes from text to keyword

* Revert "Update for databaseSchema.displayName and serviceType in search indexes from text to keyword"

This reverts commit 16408d81a234b505cfe794dd983f282612c10c9f.

Revert commit changes - 1

* Revert "Minor : Update database.displayName in search indexes from text to keyword"

This reverts commit 2264563f726df07db85ddfea09826e5cfe1fd076.

* print rows in the order of columns defined in config
2024-10-16 08:23:41 +05:30
Teddy
c6586d338d
fix: add domain params for test suite search list filter (#18263) 2024-10-15 20:45:19 +02:00
Imri Paran
be82086e25
MINOR: add column case sensitivity parameter (#18115)
* fix(data-quality): table diff

- added handling for case-insensitive columns
- added handling for different numeric types (int/float/Decimal)
- added handling of boolean test case parameters

* add migrations for table diff

* add migrations for table diff

* removed cross type diff for now. it appears to be flaky

* fixed migrations

* use casefold() instead of lower()

* - implemented utils.get_test_case_param_value
- fixed params for case sensitive column

* handle bool test case parameters

* format

* testing

* format

* list -> List

* list -> List

* - change caseSensitiveColumns default to fase
- added migration to stay backward compatible

* - removed migration files
- updated logging message for table diff migration

* changed bool test case parameters default to always be false

* format

* docs: data diff

- added the caseSensitiveColumns parameter

requires: https://github.com/open-metadata/OpenMetadata/pull/18115

* fixed test_get_bool_test_case_param
2024-10-15 16:29:43 +02:00
Onkar Ravgan
e6705f25b3
fixed dbt tag name (#18273) 2024-10-15 16:43:03 +05:30
Ashish Gupta
7d91e1206d
MINOR: added loader in activity feed open and closed count (#18274)
* added loader in activity feed open and closed count

* minor push

* added loader to entire label instead just on number
2024-10-15 16:39:20 +05:30
Chirag Madlani
5cc1299999
minor(ci): enable sonar CI on release branch (#18275)
* minor(ci): enable sonar CI on release branch

* update sonar workflow to run for all release branch
2024-10-15 14:25:55 +05:30
harshsoni2024
eb49d7a5bc
fix query for mysql con. (#18272) 2024-10-15 14:03:49 +05:30
sonika-shah
62ee79e71e
GEN-1836: Table custom property enhancements (#18239)
* Table custom property enhancements

* ui: remove rowCount

* minor style file changes

* minor change to show no data placeholder

* add icons for property types

* fix type filtering issue

* fix spacing issue for custom properties card

* refactor comments and style file

* fix test

* add playwright test for adding/updating table type property in entity

* add sesrchField for search property by name

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-10-15 12:41:10 +05:30
Mayur Singal
8322c0f684
Fix #17963: Fix PinotDB Ingestion (#18266)
* Fix #17963: Fix PinotDB Ingestion

* fix conn args
2024-10-15 08:36:40 +05:30
Onkar Ravgan
2ee015e426
Add array supp for json schema parser (#18255) 2024-10-15 07:30:16 +05:30
Imri Paran
69a58d2556
docs(restore): database restore clarifications (#18253)
- added missing privileges for MySQL. These were required when I was restoring from sandbox.
- using the [COMPOSE_FILE](https://docs.docker.com/reference/cli/docker/compose/#set-up-environment-variables) for a more ergonomic shell experiences
2024-10-14 12:06:09 +02:00
Pere Miquel Brull
9496da1997
MINOR - Improve exception messages for JWT Filter (#18231)
* MINOR - Improve exception messages for JWT Filter

* MINOR - Improve exception messages for JWT Filter
2024-10-14 10:22:11 +02:00
Suman Maharana
dd08bc9ffd
GEN-895: Added Glue Pipeline Lineage (#18063) 2024-10-14 13:08:17 +05:30
Suman Maharana
142a506120
Fixed dbt Manifest and Run results parsing (#18234) 2024-10-14 13:07:22 +05:30
Ayush Shah
3403ee9f8a
fix: youtube link fix (#18249) 2024-10-14 12:22:35 +05:30
RounakDhillon
090574b517
Docs: Adding Metapilot Section (#18213) 2024-10-14 11:04:04 +05:30
Sriharsha Chintalapani
da6ce5c63b
Minor: Add deleteEntityByFQNPrefix (#18243) 2024-10-13 09:22:22 -07:00
Imri Paran
3c7f995677
MINOR: fix(looker): exclude version
https://github.com/looker-open-source/sdk-codegen/issues/1518
2024-10-11 18:47:43 +00:00
Ashish Gupta
c1c794dae8
MINOR: fix dark border shown in navbar (#18230)
* fix dark border shown in navbar

* remove the space between logo and first sidebar item
2024-10-12 00:08:10 +05:30
Siddhant
07b039b8b8
Migrations fixes for #17967 (#18232)
* fix migrations.

* fix logging
2024-10-11 13:51:12 +00:00
Suman Maharana
69b34684b5
Fixed mysql E2E (#18229) 2024-10-11 10:49:03 +00:00
Imri Paran
4d775cff0b
GEN-1793: fix app config from resource (#18228)
* fix: app config from resource

* removed useless logging
2024-10-11 10:59:43 +02:00
Teddy
add22b5d28
GEN 1654 - Fix Alerts for Test Suites (#18222)
* fix: test suite alerts

* fix: return testSuites field for test suite alerts

* style: ran java linting
2024-10-11 10:26:13 +02:00
Imri Paran
d0ca05efbf
MINOR: add data quality tests (#18193)
* test: add dq tests

* wip

* fixed test_all_definition_exists
2024-10-11 12:07:58 +05:30
sonika-shah
7d736f6195
Feature : Add table-type custom property (#18135)
* Feature : Add table-type custom property

* ui: remove enumWithDescriptions property

* Refactor AddCustomProperty component to remove unused EnumWithDescriptionsConfig import and property

* ui: add support for creating and updating the table-type property

* add rowCount field in table-type and clean logic of validation

* add rowCount field in table-type and clean logic of validation

* add rowCount field in table-type and clean logic of validation

* ui: add support for adding value to table type property part 1

* use rowCount from the API

* default row-count to 10

* fix tooltip to read rowcount from the props

* fix empty row issue

* rename from table-type to table-cp

* Refactor table type property to handle empty rows and display in modal

* Refactor table type property to handle empty rows and display in modal

* use locales for messages

* minor change

* ui: use column layout for rendering custom properties cards

* remove enumwithDescriptions from backend and add tests for table type

* fix unit test

* fix playwright

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-10-10 13:43:19 -07:00
Siddhant
c6e12fe703
migrate serviceType (#18226) 2024-10-11 01:47:29 +05:30
Imri Paran
bff50664b9
fix(data-quality): table diff url (#18221)
fixed url for table diff when using service connection
2024-10-11 01:07:29 +05:30
Pere Miquel Brull
f9e99f49e4
TEST - Add ES pagination with multiple filters (#18162)
* add filtering test

* adding test to paginate with filters
2024-10-10 17:14:22 +02:00
Pere Miquel Brull
bba6e46fe5
FIX - App Extension migration JSONB (#18219) 2024-10-10 16:40:57 +02:00
Mohit Yadav
81729bf36b
[OnBoardingApp] Add apps data store (#18209)
* fix(ui): pagination issue with search in services list page

* Add Apps Data store

* Revert Services Changes

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-10-10 19:25:11 +05:30
Chirag Madlani
6b830f98bb
fix(ui): pagination with search on service page (#18211) 2024-10-10 18:10:17 +05:30
Chirag Madlani
3dc9abef45
fix(ui): compare version only if version is set (#18210) 2024-10-10 18:09:49 +05:30
Prajwal214
ca15c410d9
Docs: Removing Broken Menu Links (#18217) 2024-10-10 17:51:58 +05:30
Aniket Katkar
de7d736963
remove unwanted items in menu.md (#18214) 2024-10-10 10:27:00 +00:00
Prajwal214
d0155b892f
Docs: Fixing Automation Docs (#18212)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-10 15:42:17 +05:30
Teddy
ad39b38b10
fix: broken DQ alerts from PR #18014 (#18181) 2024-10-10 11:09:37 +02:00
Prajwal214
c4902cc809
Docs: Updating getting started Docs (#18207) 2024-10-10 14:36:33 +05:30
Prajwal214
28a57646c9
Docs: Fixing Automation Docs (#18206)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-10 14:01:05 +05:30
Prajwal214
5649b94d6b
Docs: updating getting started Docs (#18204)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-10 13:13:21 +05:30
Prajwal214
9666eadb38
Docs: Fixing Automation Docs (#18202) 2024-10-10 13:12:32 +05:30
Sachin Chaurasiya
d21ee58f02
GEN-1727: Pluralize owner label everywhere (#18117)
* GEN-1727: Pluralize owner label everywhere

* fix: unit tests

* fix: playwright test

* adress comments

* fix playwright test
2024-10-10 12:21:56 +05:30
Imri Paran
68e71cb3dc
GEN-970: Refactor redshift system metrics to support freshness test (#17981)
* ref(profiler): redshift system metrics

- moved redshift system metrics to the redshift source module
- use Timestamp in data quality
- added plugin feature to test utils

* use timezone.utc

* format

* reverted unintended snowflake changes

* fixed import test_system_metrics.py

* revert

* fixed import in tests
2024-10-10 08:32:07 +02:00
RounakDhillon
ba42a61aac
Docs: Updating Collate Menu (#18200)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-10 11:10:42 +05:30
RounakDhillon
384b624863
Docs: Adding Automation Section (#18161)
* Docs: Adding Automation Section

* Docs: Updating Automation Section

* Docs: Uploading video

* Docs: Collate only added for Automation

* Docs: Adding Collate True

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-09 10:24:14 -07:00
IceS2
02d9494e7f
MINOR: Update DB2 dependencies to fix issue about not having ibm-db installed (#18192)
* Update DB2 dependencies to fix issue about not having ibm-db installed

* Fix checkstyle
2024-10-09 18:39:29 +02:00
Aniket Katkar
851bd54491
Fix the automator page breaking when no source is selected (#18190) 2024-10-09 20:26:14 +05:30
RounakDhillon
1c186133d8
Docs: Suite link correction (#18189)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-09 18:01:51 +05:30