3248 Commits

Author SHA1 Message Date
Parth Panchal
b15d8853d6
reverting files added in core (#5775) 2022-06-30 13:26:25 +05:30
Vivek Ratnavel Subramanian
e826c98acf
Fix migration script for migrations to 0.11 (#5773) 2022-06-30 00:38:24 -07:00
Pere Miquel Brull
f7a10fe5a6
Fix #5754 - Clean pipeline service connection & minor fixes (#5766)
* Update airflow

* Remove prefect

* Remove prefect
2022-06-30 09:33:45 +02:00
Sachin Chaurasiya
42ed776353
UI Improvements 0.11.1 (#5770)
*  UI Improvements 0.11.1

* Fix spacing between text and select box
2022-06-30 12:52:56 +05:30
mohitdeuex
17bfa5f2d2
Remove log and add debug option (#5750)
* [Backend] Disable logging to console

* [Backend][removeLogs]] Added logback.xml to disable logs for TablesInitializer , added -debug for controlling Console logs

* [Backend][removeLogs]] Printing User.json
2022-06-30 10:31:47 +05:30
Parth Panchal
584c440c43
added ferent and evenet error classes to openmetadata-core (#5735) 2022-06-30 08:42:20 +05:30
Mayur Singal
5066b1e740
Airbyte Minor Fix (#5758) 2022-06-30 08:21:08 +05:30
Vivek Ratnavel Subramanian
df704fb566
Fix #5739 Activity feed bug for tables with similar name (#5760) 2022-06-29 16:27:43 -07:00
mohitdeuex
c4bac17b83
[Backend][taskNotifications]] Modfied for webscoket only transport and added logs (#5730) 2022-06-29 10:50:54 -07:00
Vivek Ratnavel Subramanian
1d7e212e2f
Reassigning a Task throws an error (#5721) 2022-06-29 23:11:39 +05:30
Sriharsha Chintalapani
03ccd89c80
Fix #5752: search highlighter is not working for tables (#5753) 2022-06-29 23:03:54 +05:30
Vivek Ratnavel Subramanian
f24590539e
UI: Fix lint error (#5756) 2022-06-29 23:03:16 +05:30
Pere Miquel Brull
286fe5bdd7
lineage fixes (#5749) 2022-06-29 17:59:50 +02:00
Sachin Chaurasiya
e9b6de9fa4
Fix: Do not Show "Reply" button in the toolbox for replies since we only support one level of replies. (#5748) 2022-06-29 21:00:40 +05:30
Chirag Madlani
67c4493892
fix(ui): #5731 fix filter issue on redirect to user profile task tab (#5738)
* fix(ui): #5731 fix filter issue on redirect to user profile task tab

* minor fix

* fix prettier

* fix pending task count

* fix failing tests
2022-06-29 20:48:47 +05:30
Chirag Madlani
ddd4bc7b7c
fix(ui): blur profile on user page (#5744)
* fix(ui): fix blur profile on user page
fix name textbox overflow for user page

* minor improvement

* prettier fix

* prettier fix
2022-06-29 20:48:27 +05:30
Sachin Chaurasiya
6f68543245
UI: Refactor Conversation and Task Flow Logic (#5747) 2022-06-29 19:45:24 +05:30
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