10673 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
047ab980cc
only add collation to hash columns (#13201) 2023-09-15 12:49:11 +05:30
Shailesh Parmar
56929842fd
ui: added search support for schema page (#13142)
* ui: added search support for schema page

* removed videoUploadOnPasses in cypress config

* added cypress for search feature
2023-09-15 12:13:17 +05:30
Ayush Shah
947565d8a3
check importlib setup (#13200) 2023-09-15 12:03:47 +05:30
Shilpa Vernekar
13719340f1
Roles and policies guide (#13183) 2023-09-15 05:05:38 +00:00
Chirag Madlani
068c6143a4
feat(ui): support multi view for service page (#13106)
* feat(ui): support multi view for service page

* support search and pagination

* support filter

* fix unit tests

* fix search indexes

* revert glossary term tab component

* fix pagingation

* fix loading issue

* fix code smells

* fix cypress
2023-09-15 09:27:21 +05:30
Teddy
4012f25d64
fix: add test case result extension for ts migration (#13195) 2023-09-14 16:40:11 +02:00
07Himank
ae55b81a36
fix suggest api bug for new indexes.. added entityType for new Indexes (#13192) 2023-09-14 19:59:05 +05:30
Pere Miquel Brull
5edad7b418
Part of #12998 - Add Stored Procedures support for Redshift (#13174)
* Part of #12998 - Add Stored Procedures support for Redshift

* Lint

* Fix bq queries

* Update ingestion/src/metadata/ingestion/source/database/bigquery/queries.py
2023-09-14 15:32:05 +02:00
Teddy
4396cada65
fix: use entityLink FQN vs entityFQN when checking against entity FQN in alerting (#13189) 2023-09-14 11:37:36 +02:00
Aniket Katkar
eff687ba97
feat(ui): changes to add and show search service (#13103)
* changes to incorporate search services into application

* removed settings search-index custom attribute option to include in other PR

* Added API to fetch search indexes

* Added version page changes for search service

* fixed search service delete bug

* Added cypress test for search service page

* updated the search icon on settings page

* updated the data asset header to show proper action items for search service

* added searchIndex entityType

* Updated elastic search icon

* Added open search icon

* updated the return type for search index API function

* Fixed cypress service version cypress test

* added beta tag for OpenSearch Connector

* removed the `OpenSearch` Connector option

* added and fixed unit tests

* fixed test for DatabaseSchemaPage

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-14 14:08:01 +05:30
Teddy
a9ce04c129
fix: move testSuite summary state update to preDelete (#13180)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-09-14 07:58:08 +02:00
Sriharsha Chintalapani
ffa5248ef2
Fix #11715: Add Owner EntityRef type validation (#13162)
* Fix #11715: Add Owner EntityRef type validation

* Fix #11715: Add Owner EntityRef type validation
2023-09-13 20:28:47 -07:00
Sriharsha Chintalapani
03fc4d8be5
set autocommit to true for non transactional (#13184)
* set autocommit to true for non transactional

* set autocommit to true for non transactional
2023-09-13 15:20:17 -07:00
Pere Miquel Brull
4f20070e6d
[Docs] - Add sort buffer size (#13181) 2023-09-13 23:14:35 +05:30
Ayush Shah
387128f1d2
Bigquery: Add Table Level Tags, fix dataset issue (#13098) 2023-09-13 23:04:16 +05:30
Teddy
d4593e9caa
fix: implement percentile computation logic for SingleStore (#13170) 2023-09-13 16:32:55 +02:00
07Himank
0059645b64
added data products index and missing code of stored procedure index (#13175) 2023-09-13 18:52:49 +05:30
Mohit Yadav
c5edf37cfe
Close unnecessary connections (#13177) 2023-09-13 18:37:36 +05:30
Pere Miquel Brull
5a6310eff9
[Docs] - Yarn dev on local docker (#13169)
* [Docs] - Yarn dev on local docker

* added env variable values for docker-docs command

* reverted the changes in makefile

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-09-13 14:56:45 +02:00
Teddy
a84ea5e548
fix: set engine for each project ID (#13176) 2023-09-13 14:17:39 +02:00
Mayur Singal
791b2f4c38
Use Collate SQLLineage Package for lineage (#13173) 2023-09-13 16:14:03 +05:30
Ayush Shah
5fea08cd33
Datalake: Add manifest file support, fix profiler metrics, add array and json column type support (#13017) 2023-09-13 15:15:49 +05:30
Anuj359
9d649964fd
Creating make script for code freeze automation (#12976)
* Disk space test

* Disk space test with other action

* Disk space test with other action

* Disk space test with first action

* checking labeler

* updating version of wait action

* xvfb-run check

* Update disk-space-test.yml

* xvfb-run check using sudo

* checking large packages

* Update disk-space-test.yml

* Update disk-space-test.yml

* Update disk-space-test.yml

* Update disk-space-test.yml

* Checking the logic

* Update release-code-freeze.yml

* Update release-code-freeze.yml

* Update release-code-freeze.yml

* Update release-code-freeze.yml

* Update update_version.py

* Update Makefile

* Update update_version.py

* Update Makefile

* permission issue check

* Update Makefile

* Update Makefile

* Update Makefile

* Update Makefile

* Update Makefile

* Update release-code-freeze.yml

* Update release-code-freeze.yml

* Update release-code-freeze.yml

* Update release-code-freeze.yml

* Update Makefile

* Creating make script for code freeze automation

* updating dockerfile version with main branch

* Updating paths in makefile

* Updating the python code with logger

* Using argparse to pass the arguments in python code

* feat:Updating script path

* Delete update_version.py from root directory
2023-09-13 15:10:28 +05:30
Ashish Gupta
4aab921d10
fix(ui): supported upvoting in data asset (#13138)
* supported upvoting in entities

* Add api endpoint for voting in MLModel and Pipeline

* fix unit test

* disable header button in case of deleted entity and minor changes

* fix conflict unit test

* supported upvoting in glossaries

* supported cypress and unit test for entities

* changes as per comments

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-13 14:38:13 +05:30
Pere Miquel Brull
42393f5de3
Part of #12998 - Add Stored Procedures support in BigQuery (#13160)
* Fix snowflake SP source url

* Update sourceUrl on PUT

* Add BigQuery Stored Procedures support

* Linting

* Linting

* lint

* Linting
2023-09-13 08:47:45 +02:00
Pere Miquel Brull
8ed22fa623
[Docs] - Fix readme image paths (#13165) 2023-09-13 08:04:53 +02:00
Onkar Ravgan
1e4d48a034
Added Life Cycle sample data and changed datetime to timestamp (#13141) 2023-09-13 10:59:19 +05:30
Ashish Gupta
183f2644b5
supported unit test for stored database schema page (#13131) 2023-09-13 10:38:39 +05:30
Mohit Yadav
6d4e425f36
Remove Cleanups for JdbiUnitOfWorkProvider + added cases for autocomm… (#13163)
* Remove Cleanups for JdbiUnitOfWorkProvider + added cases for autocommit in case of non transactional events

* remove unnecessary clear

* typos
2023-09-12 20:28:42 -07:00
Suresh Srinivas
1865f46ab5
Fixes 13146 - Patch operation not working for Domain (#13164) 2023-09-12 20:28:00 -07:00
Suresh Srinivas
a22d7bb87f
Update dependencies (#13158) 2023-09-12 15:48:33 -07:00
Sriharsha Chintalapani
90d1e87cd2
Fix #12898: Support custom properties for Glossary and Glossary Term (#13125) 2023-09-13 00:15:55 +05:30
Sriharsha Chintalapani
1af4941797
Minor fix: Do not re-run migration for properly formed native test su… (#13124)
* Minor fix: Do not re-run migration for properly formed native test suites

* rename 1.1.3 to 1.1.5

* rename 1.1.3 to 1.1.5 and add 1.1.4

* Fix table -> native testsuite migration
2023-09-12 11:43:10 -07:00
Pere Miquel Brull
3afb5212ec
[Docs] - Use a.b.x as version pattern (#13161)
* [Docs] - Use a.b.x as version pattern

* Fix image path
2023-09-12 19:41:21 +02:00
Mayur Singal
e59304ed31
Fix hive metastore testconnection (#13157) 2023-09-12 22:49:54 +05:30
Sriharsha Chintalapani
2f18a31a0f
Revert "Fix #11715: Add Owner EntityRef type validation (#13126)" (#13159)
This reverts commit ba1e930910f304e1b590bbf785d64aa8d04c2953.
2023-09-12 09:45:31 -07:00
Sriharsha Chintalapani
ba1e930910
Fix #11715: Add Owner EntityRef type validation (#13126) 2023-09-12 09:44:18 -07:00
Anuj359
e5489912ea
Upgrade: airflow base image from 2.5.3 to 2.6.3 (#13151) 2023-09-12 20:04:25 +05:30
Pere Miquel Brull
f0995cbddc
Part of #12998 - Prep Stored Procedures Skeleton for Snowflake (#13121)
* Prep Stored Procedures Skeleton for Snowflake

* Update pylint and add migrations

* Fix test

* Reuse source url computation
2023-09-12 14:25:42 +02:00
07Himank
1960c68355
doc issue fix (#13148) 2023-09-12 16:27:33 +05:30
Pere Miquel Brull
1eca1c24ef
[Docs] - Use two digits for versions (#13147) 2023-09-12 12:22:40 +02:00
Chirag Madlani
6fcc0993b5
feat(ui): displayName support for columns inside the table (#13090)
* feat(ui): displayName support for columns inside the table

* fix unit tests

* update styling and unit tests added

* address comments
2023-09-12 14:30:00 +05:30
Shailesh Parmar
39169285af
ui: included column test case count in explore page right hand panel (#13132) 2023-09-12 14:28:06 +05:30
karanh37
54e7e81c09
feat: domains ui part 2 (#13133)
* feat: add domain version page

* added domain index .. . support for domain name .. experts and delete is left

* checkstyle

* domain list

* fix: domain selectable list changes

* fix: add missing fields

* fix: add services support for domain

* fix: review comments

* fix: review comments

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-09-12 14:17:36 +05:30
Mayur Singal
81e40b7f59
Fix Ingesion Pipeline Configuration Titles (#13139) 2023-09-12 12:13:24 +05:30
Ayush Shah
3d4a3cbb95
add mysql e2e changes (#13145) 2023-09-12 11:55:19 +05:30
Shilpa Vernekar
9c77dc16b0
Adding articles to How to Guides (#13144) 2023-09-11 21:26:34 -07:00
Onkar Ravgan
ddd705b73f Added docs (#13137) 2023-09-11 19:32:10 +05:30
Mayur Singal
2e3e50f0cb
Add used by field in query entity (#13096) 2023-09-11 17:30:34 +05:30
Louie
d0125ae296
Update Chinese Locale (#13135) 2023-09-11 17:20:01 +05:30