10673 Commits

Author SHA1 Message Date
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
RounakDhillon
3e5cc4d788
Docs: Data Quality link correction (#18183) 2024-10-09 17:14:08 +05:30
Ashish Gupta
af713adaa7
PLAYWRIGHT: fix activityFeed and DataInsight AUT playwright test (#18180)
* fix activityFeed and DataInsight AUT playwright test

* minor improvement
2024-10-09 16:51:21 +05:30
devanshGarg-lumiq
fcd34afab5
Fix Redshift profiler for external tables in Redshift Spectrum (#18182) 2024-10-09 12:58:57 +02:00
Mayur Singal
e21843b752
Fix #18177: Fix Hive Metastore connection issue (#18178) 2024-10-09 11:34:41 +02:00
Ayush Shah
675a93c61d
doc: Update GCS connector platform in storage connectors list (#18164) 2024-10-09 14:36:00 +05:30
Chirag Madlani
737c076999
chore(ui): move persona as top level settings (#18171)
* chore(ui): pull persona as top level settings

* fix tests

* update breadcrumbs

* add missing type

* fix ui tests

* fix settings router tests
2024-10-09 14:25:11 +05:30
Mohit Yadav
6098a34687
Order Apps (#18179) 2024-10-09 14:21:28 +05:30
Pere Miquel Brull
4b2d37babc
FIX - App Extension Migration (#18176) 2024-10-09 09:34:18 +02:00
fuzmish
dc24c00b8e
MINOR: open links in new tab in DataAssetsHeader (#18172)
* MINOR: open links in new tab in DataAssetsHeader

* fix: make mlModelDetail.dashboard internal link
2024-10-09 10:55:51 +05:30
Ayush Shah
e1c3ccfa72
fix: Glue Pipeline Yaml fixed (#18163) 2024-10-09 08:05:09 +05:30