5395 Commits

Author SHA1 Message Date
Vivek Ratnavel Subramanian
0777bea3ba
Fix #7564 Add Cypress test for Team Hierarchy Dropdown (#7765)
* Fix #7564 Add Cypress test for Team Hierarchy Dropdown

* Address review comments
2022-09-28 12:33:21 +05:30
Shailesh Parmar
f715362b7a
Bug Fixed Include Column for profiler settings disapear #7759 (#7761)
* Bug Fixed Include Column for profiler settings disapear #7759

* fixed unit test
2022-09-28 11:43:50 +05:30
Chirag Madlani
6c2f6089c7
fix(ui): refresh token for basic auth (#7757) 2022-09-28 11:30:38 +05:30
Vivek Ratnavel Subramanian
b075ed018d
Fix #7669 Backend: Patch API for teams with soft deleted child teams throws an error. Part 2 (#7764) 2022-09-27 15:38:46 -07:00
Ayush Shah
8138628d26
Fix WorkflowConfig api (#7754) 2022-09-27 09:23:20 -07:00
mohitdeuex
8d33da7f3d
[ES Reindex] Added ES Reindexing from API (#7717)
* [ES Reindex] Added ES Reindexing from API

* [ES Reindex] checkstyle

* [ES Reindex] return complete record for status info

* fixes

* added limit param to get no of records

* Review Comments + Stream mode

* Review Comments

* Fix for failing tests
2022-09-27 21:34:07 +05:30
Teddy
7f81c28e58
Fix minor issues with dbt test results ingestion (#7744)
* - Added support for test ingestion without `dbt docs generate` run
- removed millisecond from timestamp
- changed test result failure to 0

* Removed unused methods
2022-09-27 17:04:23 +02:00
Sachin Chaurasiya
8875624901
Fix #7753 Empty bot view when the bot user auth mechanism is not set (#7756)
* Fix #7753 Empty bot view when the bot user auth mechanism is not set

* Add unit tests
2022-09-27 20:11:01 +05:30
Shailesh Parmar
b394925d80
(Feature) UI: Add ability to view and delete "soft-deleted" tests#7728 (#7750)
* Fixed issue: Add ability to view and delete "soft-deleted" tests #7728

* added soft-delete functionality to test case in entity details page

* added soft delete feature in data quality tab
2022-09-27 19:01:30 +05:30
Chirag Madlani
95287ab71c
test(ui): cypress tests added for re-run (#7713) 2022-09-27 18:55:58 +05:30
Sachin Chaurasiya
d3cd3f2b19
Fix Following data is not showing up on click of OM logo (#7752) 2022-09-27 18:51:27 +05:30
Sachin Chaurasiya
48c5320abb
Improve Cypress test coverage Part 1 (#7751)
* Improve Cypress test coverage Part 1

* Test Add role and assign it to the user

* Address review comments
2022-09-27 18:49:24 +05:30
Aniket Katkar
cd5c143011
UI: Fixed Failing cypress tests (#7748)
* Fixed Failing cypress tests

* changes related to filter pattern reverted
2022-09-27 18:42:49 +05:30
Chirag Madlani
bcbe1ec8e5
fix(ui): sort services on create page (#7745)
* fix(ui): sort services on create page

* address review comments
2022-09-27 18:14:06 +05:30
Vivek Ratnavel Subramanian
92aea1c179
Fix #7669 Backend: Patch API for teams with soft deleted child teams throws an error. (#7742) 2022-09-27 16:44:03 +05:30
Vj-L
3f646586cb
Updated the docs for issue-#7601 & issue-#4562 (#7714)
* Updated the docs for issue-#7601 & issue-#4562

* Updated as per the comments

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-09-27 15:28:29 +05:30
mohitdeuex
8501322a5a
Fix Version issue b/w api/v1/version and entity {id}/versions (#7746) 2022-09-27 15:11:13 +05:30
Onkar Ravgan
dc74089f0e
Fixed pipeline FQN bug (#7740)
* Fixed pipeline FQN

* fixed messaging service

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-27 14:23:59 +05:30
Chirag Madlani
09855fc4c1
chore(ui): basic auth flow improvements (#7719)
* chore(ui): basic auth flow improvements

* fix type error

* address review comments
2022-09-27 12:08:10 +05:30
Onkar Ravgan
8afbbb8642
Ingest DBT tags (#7726)
* added tags

* Added dbt tags ingestion

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-27 11:12:53 +05:30
Chirag Madlani
ada163ab2d
feat(ui): added Redpanda messaging service icon (#7733)
* feat(ui): added redpanda messaging service icon

* update icon
2022-09-27 10:39:34 +05:30
Vivek Ratnavel Subramanian
e2daf73fbd
UI: TeamsSelectable component should use REST API to build teams hierarchy (#7711) 2022-09-26 16:33:48 -07:00
Nahuel
df909703eb
Fix#6615: Fix failing test still in CI (#7725)
* Fix failing test still some tests are failing

* Fix bug in service entity repository

* Fix all tests except Ingestion Pipeline integration tests

* Fix Ingestion Pipeline integration tests

* Fix failing Python tests
2022-09-26 20:39:42 +02:00
Shailesh Parmar
f5f7e8a5c1
UI: Fixed Profiler metrics are not formatted correctly #7552 (#7720)
* UI: Fixed Profiler metrics are not formatted correctly #7552

* miner fix

* Fixed % value on profiler tab
2022-09-26 20:44:21 +05:30
Sachin Chaurasiya
448f2de3fb
FIx #7721 UI : Implement Authentication Mechanism on the bots details page (#7722)
* FIx #7721 UI : Implement Authentication Mechanism on the bots details page

* Addressing review comment
2022-09-26 20:25:49 +05:30
Aniket Katkar
cfdc50e18f
UI: Added cypress tests for soft deleted team checks. (#7718)
* Added cypress tests for checking the option for permanent delete is available for soft deleted teams

* Added checks in cypress tests for team type select while adding teams
Added 'cancel deletion' scenario while team deletion
2022-09-26 19:43:34 +05:30
Milan Bariya
1c78e835d9
Fix: Error initializing ingest: ‘RedshiftSource’ object has no attribute ‘dbt_manifest’ (#7723) 2022-09-26 19:42:22 +05:30
Ayush Shah
56c71c4101
Fix Ingestion Time Partitioned Tables on Profiler (#7506) 2022-09-26 19:41:40 +05:30
Shailesh Parmar
b81686b426
Fixed issue: Quality tests can not be created if the column names have spaces or special characters #7623 (#7698)
* Fixed issue: Quality tests can not be created if the column names have spaces or special characters #7623

* Added logic to not decode fqn param from path

* Removed commented out code

* Allowed only "_" in spacial character in test case name

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-09-26 18:52:25 +05:30
Nahuel
e49ad000ee
Fix#6615: Configure a bot account and provider service or jwtAuthToken from the UI (#7637)
* Update JSON schemas

* Update create and update endpoint and remove /generateToken endpoint

* Add AuthMechanism and Token Expiry Field on the Add bot page

* Remove unwanted tests

* Add logic to show authMechanism based on auth provider

* Add authConfig to bots details page

* Backend implementation with secret manager

* Fix invalid date issue

* Add support for update bot token details

* Add logic for SSO auth

* Add fields for google sso auth client

* Add Edit Option.

* Updated ingestion CLI and secret manager issues

* Updated tests with errors

* Removed unused method

* Removed test files

* Fix broken JSON schema

* Fix typescript error

* Pass the bot permissions from the bot details page

* Minor errors related to the secret manager

* Restore Airflow configuration for retrocompability

* Add support for all SsoServiceType client config

* Fix Unit test

* Update tests

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-09-26 18:26:24 +05:30
NiharDoshi99
d9f3ab23d7
Fixed: SampleData Teams and teamTypes (#7682) 2022-09-26 18:22:41 +05:30
Ashok Mokshagundam
23f6e18a17
Running All the CI workflows on Release branches along with main branch (#7691)
* Update airflow-apis-tests-3_9.yml

Updated workflows to run on main branch and also on all release branches

* Update cypress-integration-tests-mysql.yml

Updated workflows to run on main branch and also on all release branches

* Update cypress-integration-tests-postgresql.yml

Updated workflows to run on main branch and also on all release branches

* Update docs-tests.yml

Updated workflows to run on main branch and also on all release branches

* Update java-checkstyle.yml

Updated workflows to run on main branch and also on all release branches

* Update maven-build.yml

Updated workflows to run on main branch and also on all release branches

* Update openmetadata-ingestion-core-version-comment.yml

Updated workflows to run on main branch and also on all release branches

* Update py-checkstyle.yml

Updated workflows to run on main branch and also on all release branches

* Update py-generate.yml

Updated workflows to run on main branch and also on all release branche

* Update py-ingestion-core-publish.yml

Updated workflows to run on main branch and also on all release branches

* Update py-tests.yml

Updated workflows to run on main branch and also on all release branches

* Update selenium-noIngestion-tests.yml

Updated workflows to run on main branch and also on all release branches

* Update sync-docs.yml

Updated workflows to run on main branch and also on all release branches

* Update yarn-coverage.yml

Updated workflows to run on main branch and also on all release branches

* Update airflow-apis-tests-3_9.yml

Updated workflows to run on main branch and also on all release branches

* Update cypress-integration-tests-mysql.yml

Updated workflows to run on main branch and also on all release branches

* Update cypress-integration-tests-postgresql.yml

Updated workflows to run on main branch and also on all release branches

* Update docs-tests.yml

Updated workflows to run on main branch and also on all release branches

* Update java-checkstyle.yml

Updated workflows to run on main branch and also on all release branches

* Update maven-build.yml

Updated workflows to run on main branch and also on all release branches

* Update openmetadata-ingestion-core-version-comment.yml

Updated workflows to run on main branch and also on all release branches

* Update py-checkstyle.yml

Updated workflows to run on main branch and also on all release branches

* Update py-tests.yml

Updated workflows to run on main branch and also on all release branches

* Update selenium-noIngestion-tests.yml

Updated workflows to run on main branch and also on all release branches

* Update sync-docs.yml

Updated workflows to run on main branch and also on all release branches
2022-09-26 16:47:35 +05:30
Onkar Ravgan
35efd49256
Added control for DBT descriptions (#7653)
* Added control for DBT descriptions

* Fixed tests

* Added UI changes

* fixed maven ci tests

* Java formatting changes

* ui review fixes

* Fixed pytests

* Fixed python integration tests

* fixed airflow tests

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-26 16:19:47 +05:30
Mayur Singal
2df214a381
Revamp filter patterns (#7662) 2022-09-26 12:23:32 +05:30
Aniket Katkar
796315f5d3
UI: Added a switch to show soft deleted teams on team details page (#7692)
* Added a switch to show soft deleted teams on team details page

* Worked on comments
2022-09-26 10:28:24 +05:30
Ashish Gupta
da50e2a114
Fix UI :- The redirect issue after silentcallback failure and change Navbar color (#7688)
* fix the redirect issue after silentcallback and change navbar color

* changes as per comments
2022-09-26 10:17:45 +05:30
Ashish Gupta
5e4f5ecd47
Fix UI : Google login layout style (#7707)
* Fix google login layout style

* changes as per comments
2022-09-26 10:13:19 +05:30
Marco Vito Moscaritolo
ab947b93ea
Clearly state the command to execute via CLI for the profiling (#7708)
See https://openmetadata.slack.com/archives/C02B6955S4S/p1663439534423849?thread_ts=1663437719.374679&cid=C02B6955S4S for more context
2022-09-25 10:37:02 -07:00
Chirag Madlani
98a3a1a173
fix(ui): update code owner team spells (#7705)
* fix(ui): update code owner team spells

* Update .github/CODEOWNERS

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-09-25 11:33:44 +05:30
Shailesh Parmar
b4a0dd137b
UI Fixed issue Make columns sortable on Profiler & Data Quality page #7699 (#7706) 2022-09-24 21:30:53 +05:30
Shailesh Parmar
855f9c8c4f
Fixed issue : Trailing space in display name and FQN of glossary term is not handled correctly (#7703) 2022-09-24 18:54:26 +05:30
Shailesh Parmar
51a7020b3b
UI Fixed: Styling of adding Related Terms and Synonyms is different #7671 (#7673)
* UI Fixed: Styling of adding Related Terms and Synonyms is different #7671

* fixed unit test

* fixed cypress config

* Fixed issue Improve Assets listing of Glossary Term - P0 - 0.12.1 #7672
2022-09-24 09:33:31 +05:30
Teddy
c6fcad2c1d
Fixes #7478 -- Added Hive syntax for RAND and PERCENTILE functions (#7685)
* Added Hive syntax for RAND and PERCENTILE functions

* Added logic to handle missing context attributes in post_process of the topology

* Removed commit to wrong brancg
2022-09-23 15:48:09 -07:00
Teddy
bdf85d0eae
Added logic to handle missing attributes from the context (#7696) 2022-09-23 15:47:53 -07:00
Suresh Srinivas
c4880d6c0e
Fixes #7661 404 links in documentation (#7700) 2022-09-23 15:09:46 -07:00
Akash Jain
b3d340e403
Fix: env variables with basic auth changes for docker compose (#7693) 2022-09-23 23:52:28 +05:30
Chirag Madlani
739ea2b4b1
fix(ui): allow username or email login (#7694) 2022-09-23 20:42:11 +05:30
mohitdeuex
cceff48f0d
Default token (#7695) 2022-09-23 20:03:54 +05:30
Shailesh Parmar
7cb23e3f89
Fixed issue where Cypress is not running properly in PR (#7687) 2022-09-23 19:11:01 +05:30
Marco Vito Moscaritolo
e061159c64
Fix a few typo in the doc (airflow instead of airbite) (#7689) 2022-09-23 17:49:13 +05:30