7194 Commits

Author SHA1 Message Date
Shailesh Parmar
4ec5e3d1e9
fix(ui): tab switch issue while updating team (#11168)
* fix(ui): tab switch issue while updating team

* fixed add user to team issue

* fix add user to team issue and add cypress for the same

* fixed loading issue
2023-04-21 10:20:40 +05:30
Aniket Katkar
9acf45cd1b
Changed the remove tier button (#11159) 2023-04-20 23:10:12 +05:30
Sachin Chaurasiya
7779704bfb
chore(ui): update custom feed drawer to AntD drawer (#11163) 2023-04-20 22:49:15 +05:30
karanh37
fbdd890afb
feat(ui): glossary term add/edit modal (#11150)
* feat: glossary term add/edit modal

* fix: build errors

* feat: update glossary form

* fix: refactor glossary code

* fix: review comments

* fix: missing localization keys

* fix: review comments

* fix: form layout update

* fix: review comments

* fix: do not close modal on error

* fix: wrapping ui issues
2023-04-20 22:43:20 +05:30
Nahuel
8184516f80
Fix: Align includeOwner option with the rest of options to include entities (#11160) 2023-04-20 16:01:54 +02:00
Mayur Singal
7c1fe5202d
Fix Metabase E2E Tests (#11156) 2023-04-20 13:22:11 +00:00
Chirag Madlani
1301b09e36
fix(test): dbt cypress flakiness (#11155)
* fix(test): dbt cypress flakiness

* added wait for ingestionPipelineStatus

* fixed wait issue

* added API wait

* revet removal of service interception

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-04-20 18:41:46 +05:30
Sachin Chaurasiya
324a428ec3
chore(ui): improve the spacing and highlighting in service workflow form (#11146)
* chore(ui): improve the spacing between switch/action and label in ingestion UI

* fix: negative margin spacing

* chore: increase spacing

* fix: missing icon for databrick pipeline

* fix: copy button styling

* fix: field names

* address comment

* fix: cy test

* fix: markdown first para spacing
2023-04-20 12:14:20 +00:00
NiharDoshi99
e62a2a80bc
docs update for metadata services (#11158) 2023-04-20 17:05:18 +05:30
Pere Miquel Brull
e453593760
Rel to #10805 - Ingestion docs glue & Kerberos Dep (#11157)
* Glue

* Add kerberos system dep
2023-04-20 10:56:46 +02:00
Chirag Madlani
eb7ab3054f
fix(ui): autocomplete off for password fields (#11070) 2023-04-20 14:02:53 +05:30
Sachin Chaurasiya
3f0a9090e2
chore(ui): improve ux around test-connection button disabled state (#11139)
* fix: We should provide helpful text here on why we are disabling the "Test Connection" button.

* address comment

* address feedback

* address feedback

* fix: unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-20 12:54:07 +05:30
Shailesh Parmar
80aa7b27b0
ui: feedback 1.0 part-1 (#11141)
* ui: feedback 1.0 part-1

* fixed failing cypress

* fixed: flow is broken when cancelling the creation of a column level test

* implemented functionality to persist selected tab for table profiler

* fixed failing unit test

* miner fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-20 07:05:38 +00:00
Milan Bariya
cc71ba2bd0
Documentation for DatabricksPipeline,Airbyte,Databricks (#11153)
* Fix:10805 Documentation for DatabricksPipeline,Airbyte,Databricks

* Fix:10805 Documentation for DatabricksPipeline,Airbyte,Databricks
2023-04-20 10:22:13 +05:30
Pere Miquel Brull
91cd1491ee
Add Athena, Lineage and Usage docs & Fix Athena UI Lineage and Usage workflows (#11148)
* Athena docs

* Lineage and Usage docs

* Missing section close

* Fix Athena Model
2023-04-20 06:31:53 +02:00
Sachin Chaurasiya
3cf6442459
fix: Create button is not working on SignUp form (#11152) 2023-04-19 19:50:32 +00:00
Mayur Singal
dd754d586e
Metabase E2E Test & docs (#11126) 2023-04-20 00:50:23 +05:30
Chirag Madlani
6e9fff24b2
fix(ui): redesign AppBar with new design (#11093)
* fix(ui): redesign AppBar with new design

* revert support option on appbar

* restrict teams to be at most 3 at time
2023-04-20 00:10:14 +05:30
Shailesh Parmar
3cd1244f47
ui: lineage arrow icon getting disappear while expanding column (#11147) 2023-04-20 00:08:20 +05:30
Onkar Ravgan
09fb69b68d
Fixed objectstore import (#11144) 2023-04-19 21:39:29 +05:30
Chirag Madlani
a54237ed9f
fix(ui): entity header title should be clickable instead just displayName (#11140)
* fix(ui): entire entity title is link

* fix bigquery selector

* fix data test id missing for entity displayName

* fix data test id missing for entity displayName

* remove underline from name for links

* fix unit tests
2023-04-19 21:04:51 +05:30
Suresh Srinivas
d3db1cb95c
Fixes #11507 - Non-admin user can't join open teams (#11131) 2023-04-19 07:11:04 -07:00
Teddy
0f7d9699ad
Fix metrics filtering (#11149)
* fix: get column not filtering for metric types when profilerConfig with include columns is set

* fix: run python linting
2023-04-19 14:09:13 +00:00
Milan Bariya
66b25d2f30
Fix: Databricks usage issue (#11143) 2023-04-19 19:25:17 +05:30
Teddy
f70826e1b6
Fixes #10805 - Documentation for Profiler, Nifi, MLflow, Trino, Presto, Redshift, Hive, SingleStore, MariaDB, MySQL (#11135)
* feat: profiler workflow documentation

* feat: Added MySQL connection information

* doc: connector requirements for MySQL, MariaDB, and SingleStore

* doc: added requirements to main documentation for MariaDB, SingleStore and MySQL

* doc: added new profiler metric definitions

* doc: Added new table test documentation

* doc: added connector requirements for Hive

* doc: Added Redshift documentation

* doc: Added Presto & Trino documentation

* doc: added MLflow documentation

* doc: Added Nifi documentation

* Move requirements to H2

* doc: add links/queries to grant permissions
2023-04-19 14:12:47 +02:00
Ashish Gupta
eefc877788
Fix : Supported DataModel include switch only for Dashboard services (#11111)
* Supported DataModel include switch only for Dashboard services

* fix unit test

* captalize label

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 17:18:52 +05:30
Ayush Shah
ca861bc06e
Fixes #11137: Mssql Syntax Error + Arithemetic Error (#11138) 2023-04-19 15:08:12 +05:30
Shailesh Parmar
d899255261
ui: updated selected element style, added wrapper component (#11128)
* ui: updated selected element style, added wrapper component

* address comments

* refactor: section custom renderer

* fix: remove info icon

* fix: remove info icon from ingestion workflow form

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-04-19 09:19:16 +00:00
Pere Miquel Brull
31f48ddae4
Add v0.13.2 docs images (#11133) 2023-04-19 11:03:39 +02:00
Ashish Gupta
e0018c1c64
Fixes: Supported Partitioned info data in Container Detail Page (#11100)
* Supported Partitioned info data in Container Detail Page

* changes as per commets

* localisation key added

* remove unwanted changes

* change the partitioned label if isPartitioned is false

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 13:20:49 +05:30
Pere Miquel Brull
a7dc0a6f33
Revert Sample Data migrations (#11134) 2023-04-19 09:11:27 +02:00
Ashish Gupta
fe764b7c5c
Supported Debug log for Services (#11124)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 12:40:08 +05:30
NiharDoshi99
1862ba2ba4
Changing behaviour for owners same as description for dashboards (#11118)
* changing behaviour for owners same as description

* fix typo
2023-04-19 12:31:56 +05:30
karanh37
5c376b6229
fix(ui): replace new edit icon and glossary feedback (#11088)
* fix: glossary ui improvements

* fix: edit icon improvements

* fix: review comments

* chore: adding logs to Auth provider

* Revert "chore: adding logs to Auth provider"

This reverts commit c2d22059884a16e0f1f466902d2c6221113e0357.

* fix: jest tests

* fix: cypress tests

* fix: update icons

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 12:19:13 +05:30
Onkar Ravgan
932ffa5fa0
Added Powerbi E2E and docs (#11130) 2023-04-19 11:49:20 +05:30
Pere Miquel Brull
a78a3b4734
Azure datalake metadata ingestion fixes (#11125)
* Add ADLS permissions

* Fix Azure DL ingestion

* Format

* enable decode for json

* fix gcs decode error

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-04-19 07:28:41 +02:00
Ashish Gupta
df7e77aba9
Supported Encoded fqn in entity url's (#11113) 2023-04-19 10:05:52 +05:30
Aniket Katkar
32f18449e9
Increased the maximum width of the advanced search quick dropdown (#11117)
Brought common quick filters in the front for all the tabs
2023-04-19 10:05:33 +05:30
Pere Miquel Brull
463f242d6b
Add S3 Storage docs & CI validation (#11120)
* Prep CI

* Update Athena

* Update docs for S3 Storage

* Add manifest information
2023-04-19 06:31:55 +02:00
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