3981 Commits

Author SHA1 Message Date
Shailesh Parmar
703e420f7d
Fixed: UI styling of the app (#5746)
* Fixed ui styling

* addressing comment
2022-06-29 19:24:58 +05:30
Mayur Singal
d7cf1289d4
Yaml Fixes (#5733) 2022-06-29 15:25:14 +02:00
Mayur Singal
884780a83b
Glue Table & Column Comment Fix (#5740) 2022-06-29 15:24:51 +02:00
Teddy
2f29c5fe93
Fixes #5742 where profiler modulo has unescaped character (#5743)
* Fixed athena modulo function

* fixed modulo function for MySQL and escaped perc char in base modulo function

* Removed compilation logic for MSSQL

* fixed python formating

* Added modulo and random logic for oracle

* Fixed py format
2022-06-29 14:38:44 +02:00
Sachin Chaurasiya
38b04b76a9
Refactor : Refactor Table Entity Conversation and Task Flow Logic #5734 (#5736)
*  Refactor : Refactor Conversation and Task Flow Logic  #5734

* Fix emoji multiple API call issue

* Fix table query editor issue

* Addressing review comments
2022-06-29 17:32:29 +05:30
Pere Miquel Brull
e3223f6a20
Simplify bigquery usage (#5728) 2022-06-29 13:58:41 +02:00
Shailesh Parmar
7734adb3db
fixed linage issue and added functionality of on delete of entity edge remove column edge (#5727) 2022-06-29 16:17:34 +05:30
Mayur Singal
81047c4d18
Fix #5702: Airbyte Pipeline Status Fix (#5726) 2022-06-29 10:33:25 +02:00
Teddy
11dc2e4918
Fixed typo in clickhouse SQL definition (#5725) 2022-06-29 09:29:10 +02:00
Sachin Chaurasiya
3b278db0e7
Revamp : Task Details Page (#5722) 2022-06-29 12:45:07 +05:30
Onkar Ravgan
04a6acc02f
Bigquery pydantic error fix and Mode edge case fixes (#5710)
* bigquery pydantic error fix and mode edge case fixes

* Fix Usage Issues

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2022-06-29 12:13:28 +05:30
Mayur Singal
dc5dfae3b8
Added Include Tags in Ingestion UI (#5694)
* Added Include Tags in Ingestion UI

* Fix ConfigureIngestionProps

* Test Fix

* Fix Cypress
2022-06-29 11:38:50 +05:30
Aashit Kothari
3158cfee99
Fix: JSON Schema Sync for Ingestion UI (#5716) 2022-06-28 11:26:16 -07:00
mohitdeuex
962e61daee
[Backend] Disable logging to console (#5709) 2022-06-28 23:51:45 +05:30
mohitdeuex
3132b6f28c
[Backend][Task notification] (#5717)
* [Backend][WebSocket] Add taskNotifications #5638[WIP for team assigned a task]

* [Backend][WebSocket] Reformat sources

* Update catalog-rest-service/src/main/java/org/openmetadata/catalog/socket/WebSocketManager.java

Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>

* [Backend][WebSocket] Task Notification to all Users when added to a team

* [Backend][WebSocket] Remove Commented part

* [Backend][TaskNotification] reformat source

* [Backend][taskNotifications]] Allow multiple connections for one user

* [Backend][taskNotifications]] reformat

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-06-28 23:51:16 +05:30
Teddy
e026d625d6
Fixes #5713 where profileSample default to 100 (#5714)
* Fix random sample modulo and rand for postgres

* Remove sampleProfile default and return declarative meta when no sample profile is passed

* fixed py_format

* isolated random sample partition logic into its own methid
2022-06-28 19:27:55 +02:00
Vivek Ratnavel Subramanian
9414012c38
Add support for closing task with comment (#5684) 2022-06-28 10:05:22 -07:00
Chirag Madlani
41b1bd4f91
feat(ui): Thread filter on feeds page (#5640) 2022-06-28 10:00:58 -07:00
Shailesh Parmar
1f0c6534b3
UI: Bug Fixes for lineage and glossary page (#5706) 2022-06-28 08:44:34 -07:00
yug-shah0106
cc4a74708f
My data hover issue fixed. (#5708)
* [issues-5697] made All Entities as the default visible option and minor css fix

* file added.

* test fix

* unit test fixed.

* minor css fix

* minor css fix

* user profile image issue fixed
2022-06-28 20:19:40 +05:30
Chirag Madlani
ea35d77b52
fix(ui): do not fallback to polling and use websocket as transport method (#5705) 2022-06-28 19:23:46 +05:30
Pere Miquel Brull
aab7544778
Fix MSSQL modulo (#5707) 2022-06-28 15:53:16 +02:00
Harsh Vador
8b7f9f1f8c
API Issue fix for Users and entities (#5703) 2022-06-28 18:53:31 +05:30
Rabi Narayan Sahoo
65a3872173
[Issue - 5426] Automatically publish openmetadata-airflow-apis (#5698)
Co-authored-by: Rabi Narayan Sahoo <106670146+Robby30ies@users.noreply.github.com>
2022-06-28 18:37:32 +05:30
Pere Miquel Brull
89a026b022
Fix #5688 - MlFlow deployment fails from UI (#5691)
* Fix mlflow from UI

* format
2022-06-28 14:58:38 +02:00
Teddy
7a131b115f
[Fixes #5678] Implement frontend logic for data quality input field (#5682)
* Added input fields for new table tests

* Added forms for data quality tests

* Fix error in test validation for new tests

* fixed failing test

* Added toggle form to force test to run on column order or no

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-06-28 18:28:29 +05:30
yug-shah0106
408dd02be9
[issues-5697] made All Entities as the default visible option and mi… (#5699)
* [issues-5697] made All Entities as the default visible option and minor css fix

* file added.

* test fix

* unit test fixed.
2022-06-28 18:05:57 +05:30
Mayur Singal
4473280e63
Airbyte Status Improvments (#5701) 2022-06-28 14:32:37 +02:00
Harsh Vador
8e7278e5ec
(refactor): display name fix (#5693)
* (refactor): display name fix

* (refactor): code improvement

* UI Improvements
2022-06-28 16:11:40 +05:30
Harsh Vador
f704114b91
Login screen update (#5692)
* (refactor): loader glitch

* (refactor): Code improvement

* (refactor): login screenshots updated
2022-06-28 13:39:18 +05:30
yug-shah0106
bf325d6885
layout fixes (#5681)
* layout fixes

* test fixed.
2022-06-28 12:56:55 +05:30
yug-shah0106
5d700ade1e
[issues-5649] fix hover over for entity cards (#5679) 2022-06-28 12:47:20 +05:30
mohitdeuex
7f25b82408
[Backend][TaskNotification] Update the Group Id for to org.open-metadata (#5663) 2022-06-28 11:10:07 +05:30
Chirag Madlani
79f6e49039
Fix #5322 UI: Support notification web-socket connection (#5665) 2022-06-27 10:15:22 -07:00
Shailesh Parmar
9b588c998a
Fixed: Fixed service and services page issue and other miner fixes (#5669)
* Fixed service and services page issue and other miner fixes

* fixed failing unit test
2022-06-27 22:32:24 +05:30
Mayur Singal
3a1dfbdbcb
Fix #5667: Fixed Build Usage Dag (#5670) 2022-06-27 09:54:20 -07:00
Aashit Kothari
8e36fe325e
Fix DAG view and add separator (#5676) 2022-06-27 22:18:53 +05:30
Sachin Chaurasiya
ddc06c7dff
Revamp Task Details Page (#5674)
*  Revamp Task Details Page #5673

* Fix Assignee issue
2022-06-27 21:08:59 +05:30
Harsh Vador
72c7ffee13
(refactor): loader glitch (#5660)
* (refactor): loader glitch

* (refactor): Code improvement
2022-06-27 21:03:01 +05:30
mohitdeuex
bbf1fb8320
[Backend][Openmetadata-core] update schema and files as per catalog-rest-service (#5659) 2022-06-27 08:00:34 -07:00
Sriharsha Chintalapani
f9817e9a49
Fix #5656: Connection config visible in mlmodel service for non-admin user (#5657) 2022-06-27 07:59:44 -07:00
Pere Miquel Brull
b18f741d74
Update docs (#5671) 2022-06-27 15:44:54 +02:00
Pere Miquel Brull
aba8a0e5f3
Fix docs sync CI with key (#5668)
Fix docs sync CI with key (#5668)
2022-06-27 15:42:54 +02:00
Pere Miquel Brull
1d369c47bd
Update docs and CI (#5666) 2022-06-27 15:29:13 +02:00
Mayur Singal
71bf32e438
Fix #5562: Handle Analysis Date for Usage (#5582)
Fix #5562: Handle Analysis Date for Usage (#5582)
2022-06-27 15:16:12 +02:00
Pere Miquel Brull
0bb246dadb
Init docs and documentation sync CI (#5662)
* Prep docs migration

* Fix destination username
2022-06-27 15:14:04 +02:00
mohitdeuex
2b9852234b
[Backend][WebSocket] Add taskNotifications #5638[WIP for team assigne… (#5639)
* [Backend][WebSocket] Add taskNotifications #5638[WIP for team assigned a task]

* [Backend][WebSocket] Reformat sources

* Update catalog-rest-service/src/main/java/org/openmetadata/catalog/socket/WebSocketManager.java

Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>

* [Backend][WebSocket] Task Notification to all Users when added to a team

* [Backend][WebSocket] Remove Commented part

* [Backend][TaskNotification] reformat source

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-06-27 16:40:31 +05:30
Mayur Singal
369f8643d1
Fix #5619: Fix Multiple Source Column Level Lineage (#5620) 2022-06-27 16:38:46 +05:30
Milan Bariya
338d1efe40
FIX 5419: Glue pipeline connector not working (#5467)
FIX 5419: Glue pipeline connector not working (#5467)
2022-06-27 11:38:41 +02:00
Rabi Narayan Sahoo
049e4a5a91
[Issue - 5027] Removed input tag. (#5655) 2022-06-27 14:27:10 +05:30