7748 Commits

Author SHA1 Message Date
karanh37
932083f931
Application UI part2 (#13544)
* fix: ui changes for schedule tab

* fix: update applications icons

* fix: adding loader

* add localization
2023-10-12 16:10:47 -07:00
07Himank
dfce52589a
Fix credentials issue elastic search (#13552)
* Fix Crentials issue on Elastic Search

* checkstyle
2023-10-12 16:09:03 -07:00
Sriharsha Chintalapani
e79ce5fe07
Remove jdbi unit of work (#13550)
* Remove JDBI Unit of Work transactions

* Remove JDBI Unit of Work transactions

* Remove JDBI Unit of Work transactions
2023-10-12 16:07:50 -07:00
Sriharsha Chintalapani
e66b9bbeea
Add Glossary Migration (#13485)
* Add Glossary Migration

* fix styling
2023-10-12 10:38:30 -07:00
Aniket Katkar
1c6b25a60f
chore(ui): customizable landing page feedback (#13519)
* fixed settings menu item styling and label for customize page
Added no data placeholder

* localization change for other languages

* updated the customize page header and page card styling on settings page

* localization changes for other languages

* updated layout persona selection behavior

* changes to remove widget adding restrictions

* localization changes for other languages

* fixed unit tests

* updated the logic to add same widgets multiple times

* fixed unit test

* Improved the widgets rendering logic

* reverted the applicationConfigProvider position in App.tsx

* applied edit mode background for customized landing page
updated the empty widget placeholder color
fixed the new widget addition logic to replace correct empty widgets

* localization changes for other languages

* added images for widgets

* fixed fqn encoding bugs for persona
Updated no data placeholder for user table in person details page
fixed file spellings
2023-10-12 18:59:05 +05:30
Akash Jain
628b26b63a
fix(CI): Python Tests (#13546) 2023-10-12 18:26:13 +05:30
Teddy
1cbdfb3ae7
Fixes #12601 - column filter for profiler workflow (#13535)
* fix: sample data ingestion to match entity profiler column setting

* fix: python linting

* fix: updated fn call

* fix: added logic to handle json filed in datalake connector

* fix: handle NA values in parsing

* fix: reverted sampler changes from #13338

* fix: reverted metric changes from #13338

* fix: added datalake profiler ingestion test

* fix: python linting

* fix: removed normalization of json blob in NoSQL db
2023-10-12 14:51:38 +02:00
Sriharsha Chintalapani
3178637b53
Do not run sonar by default (#13538) 2023-10-12 17:48:00 +05:30
Sriharsha Chintalapani
f3adafd512
Fix extensions migrations path (#13541)
* Fix extensions migrations path

* Fix extensionPath for migrations

* Fix extensionPath for migrations

* Fix bootstrap echo
2023-10-12 17:17:29 +05:30
Shailesh Parmar
48a892cefd
ui: clean-up in data insight page (#13193)
* ui: clean-up in data insight page

* updated datePickerMenu with type

* added option to allow/disallowed Custom Range

* added icon and some utils change

* refactor cost analysis page

* translation

* DI enum

* updated di interface file

* removed duplicated code

* updated date picker

* export the getEntryFormattedValue function

* miner fix

* created dataInsight provider and move all the props in to provider, created classBase file

* translation sync

* fixed failing unit test

* fixed failing unite test
2023-10-12 15:39:07 +05:30
Sachin Chaurasiya
40b3048b35
chore(ui): add extra checks for popups in block editor (#13540)
* chore(ui): add extra checks for popups in block editor

* address comments
2023-10-12 15:23:25 +05:30
Mayur Singal
f63881b8b6
Fix mysql E2E test count (#13529) 2023-10-12 11:25:14 +05:30
Onkar Ravgan
6e013246a7
dbt fixed null sql updates and source descriptions (#13467) 2023-10-12 11:07:58 +05:30
Suresh Srinivas
c0986a1584
Make domain optional for data product (#13537) 2023-10-11 20:36:27 -07:00
Suresh Srinivas
25ac4fe186
Add support for loading glossaries from JSON data files (#13534) 2023-10-11 15:38:08 -07:00
Suresh Srinivas
26e3be5455
Move copy method to create entity from createEntity request to Entity Repository class (#13531) 2023-10-11 12:25:36 -07:00
Ashish Gupta
0ede37f942
feat: supported application automation from ui (#13363)
* [WIP] Applications

* Remove JobRunr Dependency

* Cleanup Files

* Reformatted

* Add Api to delete schedule for app

* feat: supported application automation from ui

* Fix Applications issue

* added missing tables for application automation

* fixed buil failure

* Add Tables for Applications

* Migrate Search Reindexing Job to New Apps

* Fixed Merge Conflicts

* Fix Build

* Add DataInsightReportJob as App

* Review Comments Fix

* update err msgs

* Add Features fields

* Add Default Search Index Application

* Fix Failures

* initial applications ui

* fix path errors

* Add Data Insights application

* Fix trigger and add update fields

* Add Stats context

* Fix Scheduler Initialization

* add data insights application

* fix code smells

* added confirmation modal and fix active style in setting leftbar for workflow

* add schema on schedule page

* update app config

* fix build errors

* added logs in application history

* add app icons

* fix: install error

* chore version headings

* move apps under integration

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: 07Himank <112613760+07Himank@users.noreply.github.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2023-10-12 00:29:27 +05:30
Chirag Madlani
57cb03c385
fix(ui): excluded unsupported service on listing (#13523)
* fix(ui): excluded unsupported service on listing

* use normal function instead static

* cleanup

* fix type with serviceutil
2023-10-11 21:55:01 +05:30
Sachin Chaurasiya
8d90b54d49
chore(ui): focus editor when wrapper area is captured (#13525)
* chore(ui): focus editor when wrapper area is captured

* chore: use ref approach for handling editor focus
2023-10-11 21:54:31 +05:30
Chirag Madlani
6060c3975d
fix(ui): disable sorting on user selection (#13520) 2023-10-11 21:24:53 +05:30
Sachin Chaurasiya
bfcf185138
chore(ui): add prepareType prop support in manage button component (#13524) 2023-10-11 20:47:45 +05:30
Akash Jain
b4787f0217
fix(CI): Enable workflow_dispatch for PyTests (#13527) 2023-10-11 20:45:37 +05:30
Teddy
e57849b732
Fixes #12298 - Update report data type to camel case (#13505)
* fix: updated DI to camelCase

* fix: ran linting

* fix: added migration

* fix: remove extra parenthesis in migration file

* fix: psql migration query

* fix: OS compose host

* fix: removed commented code block
2023-10-11 08:14:21 +02:00
Chirag Madlani
4b37861fbc
feat(ui): support persona and customize landing page (#13332)
* Fix #12655: Customizable Landing Page - Add Personas

* Add Knowledge Panels

* Add Doc Store to store KnowledgePanels and Pages

* Add Doc Store to store KnowledgePanels and Pages schemas

* Fix tests

* feat(ui): support persona and customize landing page

* Add Multiple Persona support for a user

* support curd for persona

* fix code smells

* add more elaborate tests for docstore

* support customise page

* fix types

* revert unwanted file

* fix path

* WIP customise landing page

* complete persona crud operations

* functionality to add widgets separately for right side bar

* fix sonarlint

* cleanup customise settings page with list persona only

* update appbar with new mock designs

* fix useForm error

* fix sonar lint

* minor fixes for userprofile icon

* Updated the customize landing page

* localization changes

* updated settings menu for custom dashboard

* localization change for other languages

* minor fixers

* fix customise page config api call

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-10-10 17:30:30 -07:00
Mohit Yadav
dac6e7b478
Remove Shade Plugin causing transitive deps failure (#13516) 2023-10-11 00:21:48 +05:30
Ashish Gupta
99b84b6f48
fix(ui): breaking schema page due to encoding failure (#13466)
* fix breaking schema page due to encoding failure

* added more file changes

* version and service page fixes

* fix service version page

* changes as per comments

---------

Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-10-10 23:37:46 +05:30
Mohit Yadav
e577333b54
- Add Latest App Run Endpoint (#13511)
- Remove not required fields from app_extension table
2023-10-10 22:10:59 +05:30
07Himank
352b025fd7
Custom Property Backend Support and list approved glossary terms (#13496) 2023-10-10 08:50:28 -07:00
Shilpa Vernekar
02a3bc334f
Data insights Docs (#13509)
* Data Insights Docs

* Data Insights Docs
2023-10-10 08:48:50 -07:00
Mohit Yadav
4be007a968
Created Uber Jar for openmetada-service (#13512) 2023-10-10 18:39:32 +05:30
Sachin Chaurasiya
8647ed29dc
fix(ui): assets path in editor command items (#13510) 2023-10-10 17:56:31 +05:30
Sachin Chaurasiya
dbe545d434
chore(ui): block editor improvement part2 (#13362)
* chore(ui): block editor improvement part2

* chore: update placeholder logic for editor
2023-10-10 17:10:23 +05:30
Mohit Yadav
63ac994371
Point Reindex request to new Applications api (#13508) 2023-10-10 17:05:07 +05:30
Onkar Ravgan
115cd3506d
Enable pymssql python library (#13489)
* enabled dep

* review comments
2023-10-10 12:51:52 +02:00
Chirag Madlani
a36bcdbcc6 Revert "fix: upgrade @okta/okta-auth-js from 6.4.0 to 6.9.0 (#13504)"
This reverts commit 4c17f641cd0afca5f425a412165ab6ed6d7dfe3e.
2023-10-10 14:55:58 +05:30
Sriharsha Chintalapani
4c17f641cd
fix: upgrade @okta/okta-auth-js from 6.4.0 to 6.9.0 (#13504)
Snyk has created this PR to upgrade @okta/okta-auth-js from 6.4.0 to 6.9.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-10-10 14:28:53 +05:30
Mohit Yadav
d3fd0237e5
Remove ES reindexing files from UI (#13506)
* Remove ES reindexing files from UI

* fix minor errors

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-10 14:28:40 +05:30
Mayur Singal
f69cd9f54a
Fix hive e2e test count (#13497) 2023-10-10 00:21:23 -07:00
Sriharsha Chintalapani
6ba24acdfe
fix: upgrade @azure/msal-react from 1.3.0 to 1.5.11 (#13503)
Snyk has created this PR to upgrade @azure/msal-react from 1.3.0 to 1.5.11.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-10-10 12:02:31 +05:30
Mohit Yadav
ab1a156b77
Build Applications Automations (#13318)
* [WIP] Applications

* Remove JobRunr Dependency

* Cleanup Files

* Reformatted

* Add Api to delete schedule for app

* Fix Applications issue

* added missing tables for application automation

* fixed buil failure

* Add Tables for Applications

* Migrate Search Reindexing Job to New Apps

* Fixed Merge Conflicts

* Fix Build

* Add DataInsightReportJob as App

* Review Comments Fix

* update err msgs

* Add Features fields

* Add Default Search Index Application

* Fix Failures

* Add Data Insights application

* Fix trigger and add update fields

* Add Stats context

* Fix Scheduler Initialization

* Fix Stats Issue

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: 07Himank <112613760+07Himank@users.noreply.github.com>
2023-10-10 11:32:37 +05:30
Teddy
eefce68015
fix: updated DI cost analysis aggregated report (#13498) 2023-10-10 07:04:40 +02:00
Pere Miquel Brull
d3da2d1b9f
Register Ingestion pipelines just from YAML (#13501)
* Register Ingestion pipelines just from YAML

* Format
2023-10-10 07:04:04 +02:00
Pere Miquel Brull
f6a87ee02a
Fix #12082 - Bump PyAthena version (#13464) 2023-10-09 20:47:19 +02:00
Akash Jain
8b028a737b
fix(CI): postgresql ci with opensearch (#13500)
* fix(CI): Postgresql Docker Compose Services Dependency

* fix(CI): update `SEARCH_TYPE` to `opensearch`
2023-10-09 20:18:13 +05:30
Akash Jain
9549df48b4
fix(CI): Postgresql Docker Compose Services Dependency (#13492) 2023-10-09 07:42:20 -07:00
Onkar Ravgan
600cbff707
Fixed print_status import in data_insights.py (#13490) 2023-10-09 18:31:58 +05:30
Ayush Shah
1a8b11b29e
Fix Github Actions, Timeout (#13488) 2023-10-09 15:01:23 +05:30
Pere Miquel Brull
d31db4e862
metadata CLI accepts tilde for relative paths (#13487)
* metadata CLI accepts tilde for relative paths

* [Docs] - Extracting MWAA details
2023-10-09 09:45:50 +02:00
dependabot[bot]
f1a3d2addd
chore(deps): bump postcss in /openmetadata-ui/src/main/resources/ui (#13424)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-09 12:39:49 +05:30
Pere Miquel Brull
f5e10c4a5f
Fix #7272 - BaseWorkflow docs and cleanup (#13471)
* DQ BaseWorkflow

* Test suite runner

* test Suite workflow

* Refactor DQ for BaseWorkflow

* Lint

* Fix source

* Fix source

* Fix source

* Fix source

* Fix test

* Prepare docs

* Clean sink

* Clean legacy classes

* typo

* ProcessorStatus
2023-10-09 07:05:05 +02:00