7010 Commits

Author SHA1 Message Date
Ayush Shah
efd82113ec
Fix E2E tests (#11226) 2023-04-25 10:11:06 +05:30
07Himank
aa492ffda7
Lineage task new (#11231)
* working on pipeline lineage fix

* solved issue for lineage not visible when added from pipeline to table

---------

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2023-04-25 10:00:49 +05:30
Sriharsha Chintalapani
f468bfb3bb
Fix #11247: Tags , are not getting applied to Pipeline Tasks in PATCH request; Tables/Topics/Containers doesn't validate nested fields for mutually exclusive tags (#11248) 2023-04-24 21:25:42 -07:00
Suresh Srinivas
e419457b29
Fixes #11245 Some entities are missing EditOwner and EditTags permissions (#11246) 2023-04-24 20:17:49 -07:00
Shailesh Parmar
d54b55d4ea
feat(ui): added welcome screen for first time user (#11242)
* feat(ui): added welcome screen for first time user

* fixed failing unit test and updated content

* translation-sync

* updated font size in welcome screen message
2023-04-25 00:54:26 +05:30
Shailesh Parmar
b5f07cd851
ui: feedback part 4 (#11230)
* ui: feedback part 4

* fix: tags component ui issues

* fixed user not showing issue while updating vote

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-25 00:49:48 +05:30
Boluwatife Victor
6bf56c866e
Update README.md (#11060)
I fixed several missing punctuations and corrected several misspellings. For instance, the word "Standardize" was misspelled.

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-04-24 10:13:12 -07:00
Chirag Madlani
09c89ce582
fix(ui): OM logo alignment in app bar (#11235) 2023-04-24 22:31:28 +05:30
Aniket Katkar
fb4ed8f83a
ui: data quality improvements (#11220)
* Removed scrollbar in the test case table

* Fixed error thrown on test case details page

* added class to remove scrollbar

* Fixed padding in the graph and alignment of the parameters displayed

* Fixed flaky DataQualityAndProfilerTest

* Moved the expanded row content custom styling to component specific styling

* Changed the default data range in datePicker to `last 3 days`

* Fixed DatePicker value and results mismatch

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-24 22:14:48 +05:30
Teddy
3524df3389
Use display name in dq (#11200) 2023-04-24 22:12:40 +05:30
Pere Miquel Brull
f9b26bb785
Add missing images (#11243) 2023-04-24 17:11:47 +02:00
Pere Miquel Brull
4442980de7
Update docs structure (#11241)
* Update docs structure

* Update openmetadata-docs-v1/content/v1.0.0/releases/index.md

Co-authored-by: Nahuel <nahuel@getcollate.io>

---------

Co-authored-by: Nahuel <nahuel@getcollate.io>
2023-04-24 16:44:31 +02:00
Sachin Chaurasiya
4edd40540f
fix(#10989): Backend: The Rule Resource All name should be in lowercase. (#11229) 2023-04-24 07:27:18 -07:00
Mayur Singal
c920c9afa3
0.13 to 1.00 docs changes (#11236)
* 0.13 to 1.00 changes

* add superset changes

* dbt gcs yaml fix

---------

Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2023-04-24 16:12:24 +02:00
Mohit Yadav
49d6a0a0e6
Fix for WorkFlow appearing in Activity Feed + Updated Email Configuration doc (#11227)
* Remove WORKFLOW in the activity feed

* Update Email Configuration

* Update Email Configuration

* minor improvement

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-04-24 18:59:09 +05:30
Chirag Madlani
e9b8044531
fix(ui): show full topic config for messaging service (#11223)
* fix(ui): show full topic config for messaging service

* show topicConfig

* fix unit tests
2023-04-24 17:52:13 +05:30
Milan Bariya
72f354b8f7
Fix Roadmap page (#11233) 2023-04-24 17:47:15 +05:30
NiharDoshi99
d1996d4260
added docs for sqlite (#11232) 2023-04-24 11:07:15 +00:00
Milan Bariya
317aed51c4
Add right path for image (#11225)
* Add right path for image

* Add right path for image

* Add right path for image
2023-04-24 13:38:26 +05:30
Teddy
017fbc6a32
fix: logic for number of profiled tables (#11222)
* fix: logic for number of profiled tables

* fix: python linting
2023-04-24 08:00:25 +02:00
Pere Miquel Brull
d3d523e96d
Ingestion md docs review (#11219)
* Update workflow docs

* Remove duplicate key

* Update Custom connector docs

* Update Domo connector docs

* Dashboard docs updates

* Some databases docs updates

* Finish db docs updates

* Remove Pulsar

* Messaging docs

* Metadata docs

* ML docs

* S3 docs

* Fix rendering

* Update title and description of the databaseSchema

* Pipeline Service docs

* remove pulsar from tests

* Format

* Fix test

* Remove pulsar

* Remove pulsar
2023-04-23 18:43:46 +02:00
Chirag Madlani
f53ea03320
fix(ui): added no permission placeholder instead 404 (#11205)
* fix(ui): added no permission placeholder instead 404

* fix unit tests
2023-04-23 20:03:23 +05:30
Shailesh Parmar
e984d274d8
fix(ui): broken tour and entity details page scroll issue (#11204)
* fix(ui): broken tour and entity details page scroll issue

* added new steps in to the tour

* fixed failing unit test

* fixed failing cypress and revet scroll change

* move tour option to top in help dropdown

* restrict unwanted API call in tour page

* miner fix

* added description for newly added steps
2023-04-23 17:30:44 +05:30
Sriharsha Chintalapani
123758e21e
Fix #10964: update retentionSize based on retention.size in the topic config (#11217)
* Fix #10964: update retentionSize based on retention.size in the topic config

* Fix #10964: update retentionSize based on retention.size in the topic config
2023-04-23 08:36:58 +02:00
Sriharsha Chintalapani
9e259be44e
Fix #11214: Ingestion based elastic search index missing serviceType for MLModel and Container (#11215) 2023-04-23 07:30:37 +02:00
Shailesh Parmar
947e309bca
ui: feedback 1.0 part 3 (#11211) 2023-04-23 10:55:10 +05:30
Mayur Singal
d0781dcc07
Remove partition fields from Bigquery (#11195)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-04-23 06:38:17 +02:00
Mayur Singal
dc7841cf40
Make Database Required for AzureSQL (#11199) 2023-04-22 20:31:32 +02:00
Mayur Singal
da2f03ca50
Salesforce docs & remove unnecessary fields (#11207) 2023-04-22 18:32:32 +02:00
Mayur Singal
cb5ee34a1b
Fix Lineage Via Table Entity Error (#11209) 2023-04-22 18:31:30 +02:00
Pere Miquel Brull
67e1fa2810
[Docs] - Looker & S3 (#11184)
* Looker docs

* S3 docs

* Fix roadmap
2023-04-22 18:22:30 +02:00
Shailesh Parmar
937864245c
ui: implemented whats new alert, and improved flow to show whats new modal (#11210)
* ui: implemented whats new alert, and improved flow to show whats new modal

* show alert only on home page
2023-04-22 08:50:24 -07:00
Mayur Singal
99f7a0e447
Remove Validation On Display Datatype (#11208) 2023-04-22 16:23:03 +05:30
Sachin Chaurasiya
ea20309d1f
chore(ui): support highlighting for email config and metadataToEs form (#11203)
* chore(ui): support resizable panel for email config form

* chore: update form

* revert form util changes

* chore(ui): add highlighting support for metadata form

* chore(ui): update the switch styling

* chore(ui): should have initial values in edit mode

* fix: add data insight issue

* chore: add default value for switch
2023-04-22 15:20:16 +05:30
Ayush Shah
cdef9e54ee
Add dagster docs (#11198) 2023-04-22 10:04:20 +05:30
Nahuel
93c0605012
Doc: Add email UI helper (#11206)
* UI: Update docs for email configuration

* UI: Update docs for email configuration

* UI: Update docs for email configuration
2023-04-21 20:41:24 +00:00
karanh37
c571acd01c
feat(ui): glossary import redesign (#11191)
* feat: glossary import redesign

* fix: missing localization keys

* fix: jest tests

* fix: default value and spacing issues in TaskDetailsPage

* fix: update counts color
2023-04-21 13:19:19 -07:00
Nahuel
ed1388827e
Doc: Add ElasticsearchReindex and Data Insight docs in UI (#11201) 2023-04-21 11:34:55 -07:00
karanh37
defa77c09b
fix: update glossary icon color (#11202) 2023-04-21 11:16:06 -07:00
NiharDoshi99
0679d427b3
Update requirements and docs migration (#11170)
* requirements docs

* docs update as per comment and changing old component to new

* docs update for auto tagging

* removed collapse componenet

* fix broken links
2023-04-21 21:59:41 +05:30
Teddy
6e129c1e65
Issue 10805 Added Hive e2e (#11197)
* tests: Added E2E test for Hive + fix minor bug

* tests: ran python linting
2023-04-21 15:45:12 +00:00
Ayush Shah
fa39f2732a
Mssql docs (#11196) 2023-04-21 20:20:13 +05:30
Ayush Shah
c14ef44d5c
Add Oracle Docs (#11193) 2023-04-21 20:19:53 +05:30
Onkar Ravgan
4c3b20b910
Req Markdown docs: dbt, sagemaker, mode, powerbi, db2, dynamo, kinesis, fivetran (#11173)
* Added markdown req docs

* Added v1 docs

* Update openmetadata-docs-v1/content/v1.0.0/connectors/database/db2/index.md

fixed typo in db2 grant

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* typo fix v1 docs

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2023-04-21 16:44:41 +02:00
Sachin Chaurasiya
c93a53c296
chore(ui): ingestion UI improvements (#11185)
* chore(ui): ingestion UI improvements

* chore(ui): update styling

* fix: focusing for arrayfield

* chore: styling

* chore: improve the object type title styling

* fix: include owners issue

* address comments

* chore: fix data insight flicker
2023-04-21 14:07:30 +00:00
Shailesh Parmar
622a4015c7
fix(ui) #10502 dbt tab improvement (#11188)
* fix(ui) Show dbt node fields in the UI #10502

* translation-sync

* addressing comment

* translation sync

* updated lineage ui as per feedback
2023-04-21 19:02:46 +05:30
Aniket Katkar
7fb30b9548
ui: facet filter and tags-container overflow bug fixes (#11119)
* Changed facet filter buckets render length. Only top 10 most used filters will be shown in the left panel.
Fixed the overflow issue of tags-container component for longer tag name

* Fixed overflowing issue while adding tags
Improved Tags component and use antd tag to show tags

* Reduced the gap

* Fixed tooltip placement issue with facet filters

* Fixed breadcrumb issue on dataInsights and ESReIndex pipeline logs page

* Fixed cypress tests

* Added delay for tooltip popup to avoid cypress flakyness

* Added delays to the tooltips and changed positions to avoid flakyness in cypress

* Fixed failing cypress tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-21 19:01:30 +05:30
Mayur Singal
e494cdfb65
Ingestion Docs: Superset, Snowflake, Bigquery, Azure SQL (#11180)
* Snowflake, Bigquery & Azuresql docs with superset migrations

* Superset Docs

* Auto PII is not a part of ingestion

* bigquery docs

* Azure SQL Docs

* Snowflake Docs

* Superset Docs

* Url to URL

* replace hr with ---
2023-04-21 18:23:45 +05:30
Chirag Madlani
9b95afd118
chore(ui): support spanish & Portugis languages (#11187)
* chore(ui): support spanish & Portugis languages

* caps lang name
2023-04-21 17:46:45 +05:30
Milan Bariya
8914a342b1
Documentation Update (#11190) 2023-04-21 14:04:14 +02:00