6755 Commits

Author SHA1 Message Date
Shailesh Parmar
d618f5c32c
fix(ui): updated icon to be consistent with glossary (#11101)
* fix(ui): updated icon to be consistent with glossary

* remove primery class

* addressing comments
2023-04-19 10:01:17 +05:30
Ashish Gupta
3bd1262992
Fix cypress issue (#11129) 2023-04-19 09:28:15 +05:30
Mohit Yadav
d4d2a266db
Fix Query Pagination Issue (#11127) 2023-04-18 18:23:48 -07:00
Ashish Gupta
fb838a8ee7
Supported Markdown preview in the test case description (#11112) 2023-04-18 22:50:00 +05:30
Milan Bariya
7cbe48971d
fix: Redash lineage issue (#11098)
* fix: Redash lineage issue

* change based on comments

* change based on comments

* change based on comments
2023-04-18 21:22:17 +05:30
Ashish Gupta
41a50b51d3
Fix: Supported localization in server error message (#11108)
* Supported localization in server error message

* added localisation key
2023-04-18 21:00:05 +05:30
Nahuel
af2093f78b
Bug: Integer ingestion config field changes needed to be handled correctly (#11104)
* Bug: Integer ingestion config field changes were not handled correctly

* Change method name
2023-04-18 14:43:06 +00:00
Teddy
07b74ce8e8
fix: remove count of results processed (#11115) 2023-04-18 14:00:14 +00:00
Teddy
97ff34967a
Fix histogram bin creation (#11105)
* fix: bin creation + pass full table name for mysql median computation

* fix: ran linting for python

---------

Co-authored-by: Nahuel <nahuel@getcollate.io>
2023-04-18 14:49:21 +02:00
Nahuel
c3bfd1310a
Fix: bump 'openmetadata-sqllineage' version to 1.0.4 (#11109) 2023-04-18 13:58:39 +02:00
Ashish Gupta
1870afd1ea
Feat UI : UI Improvement (#11092)
* UI improvements and minor fixes

* localisation key added

* changes as per commets and fix unit test

* fix unit test issue and minor fine tune
2023-04-18 15:33:30 +05:30
Teddy
c415f04eb7
Issue 10805 profiler e2e mssql (#11096)
* feat: extracted builder logic into factory and cleaned up comments

* feat: added E3E logic for time based profiler partition + logic for testing detailed profiler results
2023-04-18 11:56:16 +02:00
Nahuel
22ce62e13b
Fix: Add Redash E2E test (#11091) 2023-04-18 12:52:38 +05:30
Pere Miquel Brull
3109c07e4c
Update roadmap release date (#11099) 2023-04-18 07:46:49 +02:00
Mayur Singal
857ddeab1e
Ingestion: Metabase Unit Tests (#11080) 2023-04-18 09:08:17 +05:30
Mayur Singal
e7013b481a
Improve Redshift Query (#11082) 2023-04-18 00:51:06 +05:30
Shailesh Parmar
9e23f03d56
fix(ui) UI: Inconsistency in left panel #9431 (#11081)
* fix(ui) UI: Inconsistency in left panel #9431

* addressing comment

* updated left panel style for mydata page

* updated style as per feedback
2023-04-18 00:12:51 +05:30
Chirag Madlani
af853d7b4f
fix(ui): breadcrumb for details page (#11084)
* fix(ui): breadcrumb for details page
support tag, tier for database details page

* fix unit tests
2023-04-17 18:37:22 +00:00
karanh37
072dfd199c
fix: show task action buttons for members of team (#10884)
* fix: show task action buttons for members of team

* fix: update redirection path for users and teams

* fix: show task action buttons for members of team

* fix: update redirection path for users and teams

* Fetch user teams during the task permission check

* feat: update tag suggestion and description component

* Update v009__create_db_connection_info.sql

* fix: review comments

* fix: persist default state for update tags

* fix: update css styles for form

* fix: resolve code smells

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-04-17 09:58:06 -07:00
Hawkins
4e63d6809f
ISSUE-11035: add ZH ElasticSearch index mapping (#11042)
Co-authored-by: wanghj <wanghaojie12345>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-04-17 09:16:09 -07:00
dhruvinmaniar123
92d8197f0b
K8 step update (#11051)
* Update eks.md

* Update gke.md

* Update on-prem.md

* Update eks.md

* Update gke.md

* Update on-prem.md

* Update gke.md

* Update gke.md
2023-04-17 20:43:36 +05:30
Pere Miquel Brull
6fcdf803e6
Prepare Docs V1 structure (#11089)
* Prepare Docs V1 structure

* Point to the v1.0.0 images dir

* Use the same ssh key

* Use new key

* Add connectors icons

* Update images
2023-04-17 16:45:47 +02:00
Teddy
b04f7225f8
fix: column retrieval for SNOWFLAKE (#11090) 2023-04-17 14:36:58 +00:00
Sachin Chaurasiya
46ad72ff7a
feat(ui): Enhance markdown with custom rendering (#10903)
* chore(ui): Enhance markdown with custom rendering

* chore: sync locales

* revert: hook changes

* fix: styling

* chore: rename custom renderer

* chore: increase the font size

* chore(ui): add support for inline markdown parsing

* chore: add custom renderer for links

* chore: add comments

* chore: add custom renderer for headings

* chore : update copy button styling

* doc: add postgres doc as example

* chore: update postgres example.

* chore: resizable layout initial setup

* fix: unit test

* fix: markdown font size

* chore: add resizable panels on edit service page

* chore: address feedback

* chore: update custom renderer to support heading id

* chore: only render the second panel if required.

* feat: add support for scroll down to focused field section

* chore: add service icon for selected service

* chore: minor update

* chore: remove side panel text check.

* chore: update the heading styling

* chore: add resizable panel for add and edit ingestion page

* chore: show right panel when adding ingestion

* Fix connection config files with new structure

* chore: initial commit for generate formFields

* chore: add info popover

* fix: unit test

* chore: generate metadata workflow fields dynamically

* chore: generate other workflow fields dynamically

* chore: add key and id for form item

* chore: add support for fetching the workflow md files

* fix: cy tests

* fix: workflow form styling

* chore: work on styling as per feedback

* chore: refactor fields

* chore: add custom fields for description.

* chore: change description rendering for object and array fields

* chore: add support for ingestion field focus

* fix: test

* fixed failing cypress

* fixed failing cypress

* fixed issue related to re-render

---------

Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-04-17 19:23:23 +05:30
NiharDoshi99
7e4b63997b
Changes for no columns and added owner for table (#11086)
* changes for no columns and added owner for table

* added pydantic model for owners
2023-04-17 18:42:30 +05:30
Pere Miquel Brull
b34786f6d6
Fix postgres migrations & Update maven CI triggers (#11087)
* Fix postgres migrations

* Update workflow trigger
2023-04-17 13:43:59 +02:00
Onkar Ravgan
b82abd5047
Fixed tableau url (#11071)
* Fixed tableau url

* review comments and tests

* changes to remove host-port addition from the UI for dashboard and chart urls

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-04-17 11:20:11 +02:00
Pere Miquel Brull
1cabfc99ca
Fix migrations (#11083) 2023-04-17 10:53:25 +02:00
Shailesh Parmar
a3ce1dfa4e
fixed glossary & service failing cypress (#11073)
* fixed glossary failing cypress

* fixing update glossary term test

* cypress config

* cy-test

* added API wait for `Updating data of glossary should work properly`

* added additional timeout

* skipping update term test from glossary spec
2023-04-17 07:28:04 +00:00
Nahuel
9d2e194833
Fix: Add Tableau E2E test missing env vars (#11079) 2023-04-16 15:27:36 +00:00
Ashish Gupta
1f8c35751a
UI : Fix the dropdown issue in Activity feed (#10706)
* Fix the dropdown issue in Activity feed

* fix the fetching in activity feed and added localization in server api response

* missinf file

* fix unit test

* fix cypress issue

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-14 23:03:36 +05:30
Mayur Singal
199fe8753a
Fix Top Level Imports (#11075) 2023-04-14 17:18:38 +00:00
Pere Miquel Brull
ae984d1808
Handle impala auth mechanism (#11074) 2023-04-14 18:04:42 +02:00
Teddy
a7d98dddda
Fixes #9632 - Add Profiler Support for BQ Arrays of Structs (#11059) 2023-04-14 19:29:26 +05:30
Nahuel
ea70580aff
Fix#10584: Tableau E2E and docs (#11054) 2023-04-14 19:28:31 +05:30
Ashish Gupta
ec794d3eb9
Fixes comments #10543: Change and redirect the DataModel url to it's page from Lineage panel (#11069)
* Change and redirect the DataModel url to it's page from Lineage panel

* fix the table issue
2023-04-14 19:19:04 +05:30
Shailesh Parmar
488a03df3b
Modal-feedback-non-mandat-step-fail (#11061)
* fix: updated label and icon for non-mandatory step fail

* language-sync
2023-04-14 18:08:47 +05:30
Nahuel
c596ad2006
Doc: Update Kafka troubleshooting section (#11067) 2023-04-14 13:35:58 +02:00
Pere Miquel Brull
5152db488d
Add partition columns details (#11062) 2023-04-14 13:06:56 +02:00
Pere Miquel Brull
8f3cf712ff
Catch ConnectionError (#11065) 2023-04-14 13:06:47 +02:00
Chirag Madlani
fa93a37fcd
feat(ui): new pagination with page number and page size (#10921)
* feat(ui): new pagination with page number and page size

* fix unit tests

* fix unit tests

* fix pagination issue

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-04-14 10:54:14 +00:00
NiharDoshi99
6b8b9a179b
airflow support for higher versions (#11001) 2023-04-14 16:04:42 +05:30
Ashish Gupta
1419d09b46
Fixes #10330 : Revamp entity tags style and added icon based on it's type (#10804)
* Revamp entity tags style and added icon based on it's type

* fix test and patch request

* changes as per comments

* minor improvements

* fix test and minor changes

* remove icon from entity cards

* added seperate column

* minor changes

* fix unit test

* fix unit test

* changes as per commets

* unit test fixes

* fix cypress issue

* fix cypress issue

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-14 10:07:01 +00:00
Sachin Chaurasiya
b57c680a4f
chore(ui): text connection status modal improvements (#11010)
* chore(ui): text connection status modal improvements

* chore: add progress bar

* chore: make style changes as per feedback

* chore: add support for summary text

* chore: address feedback

* fixed failing unittest

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-04-14 13:51:55 +05:30
Onkar Ravgan
bc6ce22a2b
Added oneof selection for tableau auth types (#11049)
* Added tableau oneof fields

* Fixed pytests

* fixed field in test

* Handle tableau auth converter

* Fixed java tests and imports

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-04-14 13:49:36 +05:30
Teddy
77b94f9ebb
fix: rename tests endpoint to dataQuality/<specificity> (#10970) 2023-04-14 00:14:49 -07:00
Aniket Katkar
b8e3a77386
did data quality UI improvements (#11052)
added test-case details page for better view of test-case results

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-14 12:32:29 +05:30
Mohit Yadav
05ae862f15
Fix for issue leading to vulnerability flags + extras (#11044)
* Rest passwrod link update + Fix the socket connection error issue RFC

* prevent logging of stackTrace

* add default created ingestion pipelines

* provider added

* provider added
2023-04-14 11:31:36 +05:30
Chirag Madlani
c89bcb51b4
feat(ui): breadcrumb style updates (#10974)
* feat(ui): breadcrumb style updates
entity title styling

* fix localisation

* update explore card & summary panel breadcrumbs

* fix breadcrumbs for container, glossary & tags

* update breadcrumb styling at all the places

* fix service type missing from version components

* fix unit tests

* fix breadcrumb styling
fix icons related changes
fix link related issue

* fixed assets related feedbacks

* add external link for assets

* fix cypress

* fix breadcrumbs on the glossary

* fix glossary breadcrumb issue

* update databaseSchema page layout

* fix code smells

* fix code smells

* fix unit tests failing

* update tag icon and fix lineage cypress

* fix restore entity

* fix restore entity spec

* fix test id issue
2023-04-14 11:28:11 +05:30
Ashish Gupta
91b04ee9a3
UI improvements and minor fixes (#11055) 2023-04-14 10:41:59 +05:30