5395 Commits

Author SHA1 Message Date
NiharDoshi99
8adcf2ee3d
Fixed: Dagster to work with its API (#7579) 2022-09-23 17:46:40 +05:30
Sachin Chaurasiya
8869da7a57
Fix #7646 UI: Non-admin user should not be allowed to add a bot (#7681)
* Fix #7646 UI: Non-admin user should not be allowed to add a bot

* Add tests
2022-09-23 16:50:18 +05:30
Chirag Madlani
d54279bc16
feat(ui): create code owner to require approval (#7684)
Adding CODEOWNER to enforce approval from relevant authority
2022-09-23 16:34:55 +05:30
Chirag Madlani
93ffbbbebf
feat(ui): login via email and password - Basic auth (#7558)
* feat(ui): login via email and password - Basic auth

* create admin users

* update basic auth

* create user on bootstrap

* update basic auth flow

* fix lint

* update basic auth ui forms

* update error messages

* fix cypress tests

* Added private key /public key in conf
Default invitation for invited users on bootstrapping user with invitation mail
Added self/signup flags , handled login scenarios around it
On migration persisting previous user auth mechanism also handled

* Missing fixes

* Move self signup to config

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-09-23 16:05:54 +05:30
Teddy
90abd73394
Fixes #7105 -- Add support for dataType filter for TestDefinition request (#7640)
* Updated json schema to support dataType filter

* Added migration for test definition support of data type filtering

* Added backend logic to support filter on data type for testdefinitions

* Added migration for:
- supported test types
- renaming of certain tests from starting uppercase to lowercase

* removed openmetadata_db from migration

* added datatype filter in column test

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-09-23 10:31:00 +02:00
Teddy
f2bf5194bb
Fixes #7623 -- Added logic to encode and decode entityLink (#7670)
* Encode entityLink string when processing request

* Added logic to decode column type from entityLink

* mvn code formating

* Extracted unquote step into its own function
2022-09-23 09:42:33 +02:00
Suresh Srinivas
ff8a41febc
Fixes #7642 Entity versioning for Custom Properties change (#7678) 2022-09-22 21:34:40 -07:00
Sriharsha Chintalapani
77b1cc5277
Fix #7675: Authorizer should allow users to update their own profile (#7676) 2022-09-22 21:18:29 -07:00
Ayush Shah
e430e5a1c6
Fix Bigquery ADC project id overriding (#7666) 2022-09-23 09:48:12 +05:30
Ashish Gupta
d399274c96
Fix UI : Redirect issue after token expiry user login (#7636)
* Fix redirect issue after token expiry user login

* store patch when token will going to expire

* changes as per comments
2022-09-23 00:36:55 +05:30
Shailesh Parmar
6c07a4ffbf
Added group name in cypress config yaml (#7667) 2022-09-22 21:07:29 +05:30
Ashish Gupta
b7471ab5aa
Fix Pipleine cypress issue (#7654) 2022-09-22 19:12:19 +05:30
Akash Jain
169ad3c687
split cypress integrations tests to mysql and psql CI (#7665) 2022-09-22 19:10:00 +05:30
Sachin Chaurasiya
3c809d3426
Fix #7648 UI : Add ViewBasic operation for resources (#7659)
* Fix #7648 UI : Add ViewBasic operation for resources

* Minor change
2022-09-22 18:55:02 +05:30
Shailesh Parmar
6fb2b87a29
fix(ui): Issues around Add Data Quality Test #7498 (#7597)
* UI: Fixed issue: UI: Issues around Add Data Quality Test #7498

* remove tailwind class
2022-09-22 18:39:21 +05:30
Ashish Gupta
e9d77a2c01
Fix UI :- Special character issue in column while creating Quality test (#7658)
* fix special character issue in column while creating  Quality test

* changes as per comments
2022-09-22 18:38:50 +05:30
Sachin Chaurasiya
6b0a32cfb4
Fix #7630 Roles are not updating in User tab after creation (#7660) 2022-09-22 18:38:03 +05:30
Teddy
c34281251f
Fixes #7509 - implement import path migration script (#7515)
* Added script to migarte import

* Added tests

* Updated doc to include info about import migration

* renamed test resource files
2022-09-22 14:43:25 +02:00
Milan Bariya
d1a3fa4928
Fix: Remove min duration limit (#7627) 2022-09-22 18:10:17 +05:30
Ayush Shah
517e9a4aac
Remove unused imports (#7657) 2022-09-22 16:42:10 +05:30
Ashish Gupta
6697c5bf69
Added platform filter for Custom test definition (#7650) 2022-09-22 15:56:27 +05:30
Akash Jain
d42ec2444f
docs ElasticSearch version that is supported #6013 (#7634) 2022-09-22 15:48:10 +05:30
Ashok Mokshagundam
f62f29c806
Update mysql-script.sql (#7652)
updating database airflow_db with proper character set and collate
2022-09-22 14:41:58 +05:30
Ashish Gupta
e3473487b8
Fix UI : Change tags label to Value and tooltip to it's FQN in Explorer Page (#7624)
* Change tags label to Value and tooltip to it's FQN in Explorer Page

* fix unit test issue

* fix unit test issue

* move function to tags utlis and added comments
2022-09-22 14:22:12 +05:30
Mayur Singal
680a186209
Added Exception Handling for Bigquery Tags & Fix py-test CI (#7649) 2022-09-22 14:08:04 +05:30
Suresh Srinivas
569e8b9085
Fixes #7322 #7145 - Add ViewBasic operation and add access control to get, list, getVersion, listVersions (#7644) 2022-09-21 21:06:35 -07:00
Sriharsha Chintalapani
f6af18986b
Fix #7619: Follow-up fix to ingestion to index parents (#7645) 2022-09-21 21:02:36 -07:00
Sriharsha Chintalapani
6563940b6f
Fix #7172: List teams API throwing 404 for soft deleted team even with include=all (#7618) 2022-09-21 13:34:31 -07:00
Sriharsha Chintalapani
adaa8e7493
Fix #6917: startTs & endTs filters providing paginated data (#7617)
* Fix #6917: startTs & endTs filters providing paginated data

* Updated ui side changes

* Fixed OM tests end to end test

* Fix #6917: startTs & endTs filters providing paginated data

* Fix #6917: startTs & endTs filters providing paginated data

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-09-21 13:33:47 -07:00
Shailesh Parmar
e02cc31010
Fixed mysql and data quality cypress is failing in postgresql db docker #7638 (#7639)
* Fixed mysql and data quality cypress is failing in postgresql db docker #7638

* addressing comment
2022-09-21 22:25:33 +05:30
Ashok Mokshagundam
0b0d1c51d9
Merging PyTests with Github Actions CI with matrix strategy into a single file (#7628)
* Delete py-tests-3_10.yml

Merging PyTests with Github Actions CI with matrix strategy into a single file #7355

* Delete py-tests-3_8.yml

Merging PyTests with Github Actions CI with matrix strategy into a single file #7355

* Delete py-tests-3_9.yml

Merging PyTests with Github Actions CI with matrix strategy into a single file #7355

* Merging PyTest files into a single file

Merging PyTests with Github Actions CI with matrix strategy into a single file #7355
2022-09-21 17:51:39 +05:30
Teddy
3d7d7c8b44
Fixes #7309 -- Implement testPlatform filter (#7599)
* Added testPlatform filter

* Removed greatExpectations as testType

* Fixed psql statement
2022-09-21 14:01:27 +02:00
Sriharsha Chintalapani
0dd177ac2c
Fix #7619: Teams hierarchy is not working as expected in Signup and Add User pages (#7621) 2022-09-20 22:53:03 -07:00
Onkar Ravgan
254b0b64d1
Tableau lineage using Graphql (#7603)
* Added graphql query

* Added tableau lineage with graphql

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-21 11:14:32 +05:30
Akash Jain
bb66105545
Added matrix to run cypress integrations tests with postgresql (#7594) 2022-09-21 10:57:11 +05:30
Shailesh Parmar
8eefacfb99
Fixed issue: Allow users to add to tags during the creation process - P0 - 0.12.1 #7550 (#7593) 2022-09-21 10:25:54 +05:30
Mayur Singal
a439161d8b
#7316: Bump sqllineage version to 1.3.6 (#7598)
Co-authored-by: Mayur <mayur@Mayurs-MacBook-Pro.local>
2022-09-21 10:14:47 +05:30
Ashish Gupta
10cecf1d56
Fix UI :- Convert CustomProperty html table to antd table (#7583)
* Convert CustomProperty html table to antd table

* fix cypress issue

* fix cypress issue

* fix cypress issue of not found @value
2022-09-21 09:59:46 +05:30
Mayur Singal
947cb4e99e
Fix #7316: Fix Hive View error for older version (#7592) 2022-09-21 07:50:17 +05:30
Abhishek Pandey
d40be7a9aa
postgres-sql-query-updated (#7421) 2022-09-21 07:04:06 +05:30
Nahuel
301433e0d0
Airflow container can not be restarted (#7615) 2022-09-20 14:37:39 -07:00
Sriharsha Chintalapani
93e2a113ba
Fix #168: Azure SSO Kubernetes instructions seem outdated compared to 0.12.0 Helm chart (#7604) 2022-09-20 12:13:56 -07:00
Sriharsha Chintalapani
00a45782b9
Update index.md (#7608)
Add messages around upgrading to feature release
2022-09-20 11:54:37 -07:00
Suresh Srinivas
24710d40f3
Fixes #7606 Warn users about deletion of data during bootstrap storage migration (#7607) 2022-09-20 11:22:41 -07:00
Sachin Chaurasiya
5224354ce2
Fix #7575 UI : Fetch bots with limit=100 and filter it on the UI side. (#7588)
* Fix #7575 UI : Fetch bots with limit=100 and filter it on the UI side.

* Create large page size constant

* Handle case search text

* Fix bots cypress tests

* Fix limit issue
2022-09-20 22:27:36 +05:30
Nahuel
3e4d4c5ee6
Fix DOCKER_URL_ROOT value for docker.py (#7600) 2022-09-20 17:16:22 +02:00
Pere Miquel Brull
1578fa7f1b
Fix #7121 - Support Spark metastore DB connection (#7520)
* Fix #7121 - Support Spark metastore DB connection

* appname

* Update docs

* test validation

* Address PR comments

Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-09-20 16:47:57 +02:00
Sachin Chaurasiya
6b00c75852
Fix #7475 Sandbox - Database Service Update Owner shows only limited users (#7595)
* Fix #7475 Sandbox - Database Service Update Owner shows only limited users

* Fix typescript error

* Fix failing cypress tests
2022-09-20 19:57:13 +05:30
Ashish Gupta
a362442075
Fix UI : Empty data issue while changing owner in Profiler and DataQuality (#7551)
* Fix empty data issue while changing owner in Profiler and DataQuality

* change value for noStatus and other changes as per comments

* Fix unit test issue

* changes as per comments
2022-09-20 18:12:05 +05:30
Parth Panchal
2c0657fe68
Fixed#7251: POST API calls to /usage endpoint are inconsistent (#7587)
* Fixed#7251: POST API calls to /usage endpoint are inconsistent

* Fixed#7251: POST API calls to /usage endpoint are inconsistent
2022-09-20 17:38:03 +05:30