12410 Commits

Author SHA1 Message Date
Ayush Shah
8776069940
Fix Qliksense import (#12849) 2023-08-11 12:28:05 +05:30
Sriharsha Chintalapani
b6eb51d503
Fix Cypress Test failures for search (#12850) 2023-08-10 23:42:19 -07:00
Sriharsha Chintalapani
192a2ec5fe
Fix #12346: Allow updating Query used by other tables while editing … (#12847)
* Fix #12346: Allow updating Query used by other tables  while editing query

* Fix #12346: Allow updating Query used by other tables  while editing query

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-08-10 23:20:13 -07:00
Pere Miquel Brull
e77e42ebd5
[Docs] - Add 1.2.0 content (#12835) 2023-08-11 07:25:08 +02:00
Akash Jain
be0dcf5ce4
fix(docs) - Duplicate section (#12848) 2023-08-11 09:20:04 +05:30
Dhruvin Maniar
02322d877b
[Fix] Init Container depends on (#12841)
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
2023-08-11 09:19:00 +05:30
Sriharsha Chintalapani
7aaf654f01
Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch (#12782)
* Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch

* Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch

* Fix #12779: Add support for SearchIndexes for ElasticSearch and OpenSearch

* Rebase fixes with main

* Add Sample Data

* lint fix

* remove unused import

* Fix service count test

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-08-10 16:47:37 -07:00
Sriharsha Chintalapani
60ff64c8ed
Update Deployment Docs (#12612)
* Add changes for kubernetes deployment docs

* Update Quickstart docker guide

* fix: docker quickstart docs

* Add troubleshooting guide for quickstart k8s

* fix typo

* upper case the placeholders

* Add FAQs and update EKS deployment docs

* fix: docs links

* Update Deployment page

* fix: update k8s gke docs

* fix(chore): Notes as warning type

* fix(chore): markdown link and typo

* fix(refactor): Docker Deployment Docs

* fix(refactor): Docker Deployment Docs

* fix: upgrade k8s docs

* fix(reviews): remove apache mod_proxy

* fix(refactor): docker volumes docs section

* fix(refactor): Code Review changes

* Merge remote-tracking branch 'origin/main' into 12608

* Add troubleshoot docs for psql create extension pgcypto issue

* fix: k8s docs with elasticsearch auth enabled

* fix: Update the changes to v1.1.1 docs

* fix: updated the docs for 1.1.1

* Add docker and kubernetes v1.1.1 changes in docs

* fix: Docker Deployment Link

* fix: more fixes

---------

Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2023-08-10 20:19:45 +05:30
karanh37
62c3a9e2d7
fix: show owner in glossary term table (#12832) 2023-08-10 18:30:56 +05:30
Shailesh Parmar
155df0f4bb
cypress: fixed DQ spec failure in main branch (#12825) 2023-08-10 12:30:16 +05:30
Sriharsha Chintalapani
da0c79cf78
Fix bulk soft-delete or restore from search indexes (#12807)
* Fix bulk soft-delete or restore from search indexes

* Fix bulk soft-delete or restore from search indexes

* Add entityRestored to list events api
2023-08-09 23:24:10 -07:00
Shailesh Parmar
c88ac0dd5c
ui: replace encodeURI with encodeURIComponent in entity details page (#12827) 2023-08-10 11:33:08 +05:30
Pere Miquel Brull
d8e288626c
Storage connection naming, ADLS service and namespace packaging (#12810)
* Update storage connection naming

* Update storage services and remove typing of generic service

* Remove inits for namespace package

* Add test connection

* Revert "Remove inits for namespace package"

This reverts commit 89f1ae9ea8a633593776f51caf2586d2110d4636.

* Add enum

* Remove init to allow namespace packaging in some modules

* Remove init to allow namespace packaging in some modules

* Move examples and fix test

* Format

* Linting
2023-08-10 07:32:58 +02:00
Pere Miquel Brull
97c982b12a
Fix #12798 - Update Snowflake GetTables test query (#12804) 2023-08-10 07:30:34 +02:00
Pere Miquel Brull
5da63c5aed
Fix #12734 - Do not publish .egg to pypi (#12799)
* Fix #12734 - Do not publish .egg to pypi

* Remove python 3.7 tests support
2023-08-10 07:30:22 +02:00
Sriharsha Chintalapani
a60af7c019
Fix #10164: Check any name voilations during the import dryrun (#12800)
* Fix #10164: Check any name voilations during the import dryrun

* Fix test

* fix test

* Fix checkstyle
2023-08-09 18:50:50 -07:00
MihirR123
8e52c9bd24
Updated Gifs (#12806) 2023-08-09 17:34:19 -07:00
Suresh Srinivas
8acc1f61ec
12803.part2 - Display names are not updated in entity references (#12829) 2023-08-09 17:17:55 -07:00
Sriharsha Chintalapani
59a135a7f7
Update roadmap (#12830) 2023-08-09 12:56:15 -07:00
Ayush Shah
d09d0689ec
Fix Test Case (#12818) 2023-08-09 18:41:25 +05:30
Pere Miquel Brull
e97d4befb1
Fix #12770 - Cleanup DL structure & Readers & Python 3.8 (#12776) 2023-08-09 16:07:16 +05:30
Pere Miquel Brull
71df43fdab
Fix impala migration query (#12809) 2023-08-09 09:41:41 +02:00
Alekseev Vadim
2b214190c7
Added ru-ru.json for Russian language and updated i18nextUtil.ts (#12796)
Co-authored-by: vvalekseev <vvalekseev@sdvor.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-09 11:52:42 +05:30
Suresh Srinivas
340a029807
Fixes #12802 Add support for generic entity cache (#12803)
* Add entity cache in EntityRepository for all the entities

* Set entity fields only when it is not already set

* Clone entities from the cache

* Remove SubjectCache

* Remove RoleCache

* Remove PolicyCache

* Remove TagLabelCache

* Deleting lingering files

* Test failure fixes

* Remove getEntityReference methods from EntityDAO

* Move quoteName logic to EntityRepository

* Fix test failures
2023-08-08 16:42:54 -07:00
Sriharsha Chintalapani
be5ca8a990
Fix maven workflows to build the project before running tests (#12801) 2023-08-08 10:20:04 -07:00
Sachin Chaurasiya
30dbfb8458
fix(ui): types reference issue (#12789)
* fix(ui): types reference issue

* fix: code smells
2023-08-08 16:40:08 +05:30
Sriharsha Chintalapani
d4ed941371
Fix #12783: Metadata Ingestion is dropping constraints just to add them again afterwards (#12784) 2023-08-08 13:51:10 +05:30
Dhruvin Maniar
20e87eae16
[Fix] Docs update to 1.1.1 version (#12781)
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
2023-08-08 11:18:01 +05:30
Sachin Chaurasiya
23b127aa23
chore: add type in json schema (#12780) 2023-08-08 10:46:38 +05:30
Aniket Katkar
59f5fc09b0
chore(ui): added unit and cypress tests (#12728)
* fixed duplicate API call on data insight and search settings pages

* Added unit tests for IngestionListTable component

* Added cypress for DataInsightSettings page

* fixed failing unit tests

* fixed flaky teams cypress test

* removed unnecessary checks

* worked on comments

* added missing localization for kill ingestion modal button

* fixed failing cypress test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-08 10:42:34 +05:30
Mayur Singal
3c5651221d
Docs fix mssql pyodbc connection args (#12778) 2023-08-07 20:36:11 +05:30
Pere Miquel Brull
360ef2495f
[Docs] - Prepare docs for 1.1.1 (#12777) 2023-08-07 20:24:25 +05:30
Shailesh Parmar
d0f9428333
cypress: worked on flaky ui cypress (#12772) 2023-08-07 19:02:04 +05:30
Shailesh Parmar
73a8741619
ui: fixed table encoding issue while splitting FQN (#12769)
* ui: fixed table encoding issue while splitting FQN

* added cypress for the percent and dot check in name

* updated failing cypress

* fixed cypress
2023-08-07 18:43:42 +05:30
Pere Miquel Brull
a82c2f001c
Fix #9704 - Add inline TNS string (#12711)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-08-07 11:04:13 +02:00
Pere Miquel Brull
e19d5fc397
[Docs] - Oracle permissions explanation (#12755)
* [Docs] - Oracle permissions explanation

* DAG generated configs docs
2023-08-07 11:04:01 +02:00
Pere Miquel Brull
6f89ca089d
Log the query in restore if there are any exceptions (#12761) 2023-08-07 11:03:47 +02:00
Suresh Srinivas
0e08d6d412
Turn JSONProcessingException into Runtime Exception (#12765) 2023-08-06 18:16:04 -07:00
Sachin Chaurasiya
7619ce0a19
chore:(ui): parse ingestion workflow schemas (#12477)
* chore:(ui): parse ingestion workflow schemas

* chore: remove dereference part from script

* chore: address comments
2023-08-05 12:04:58 +05:30
Pere Miquel Brull
ae5b882e1d
Fix YAML docs (#12762) 2023-08-04 18:39:36 +02:00
Mohit Yadav
505a70982a
test suite listing fixes (#12758) 2023-08-04 16:53:51 +05:30
Suresh Srinivas
dc819d0369
Fixes #12741 Getting entity by name does not return inherited properties (#12742) 2023-08-04 03:46:06 -07:00
Mayur Singal
ed7f74c7b2
Improve exception handling for superset (#12753)
* Improve exception handling for supersert

* Update ingestion/src/metadata/ingestion/source/dashboard/superset/api_source.py
2023-08-04 11:31:40 +02:00
Mayur Singal
2f3b965f1c
Fix snowflake connection when no database passed (#12746) 2023-08-04 11:31:19 +02:00
Ashish Gupta
9ae5efc352
fix the redirect issue in DQ pipeline because of encoding (#12754) 2023-08-04 14:38:21 +05:30
Shailesh Parmar
f8048a6179
fix(ui): redirection issue of frequently join column (#12749) 2023-08-04 14:29:47 +05:30
Onkar Ravgan
146d8a5166
avro record dtype fix (#12750) 2023-08-04 14:27:29 +05:30
Pere Miquel Brull
e7650f133d
[Docs] - Update release information for 1.1.1 (#12748) 2023-08-04 09:58:38 +02:00
Larissa Rocha
59844c3cf6
Update kubernetes.md (#12739) 2023-08-04 12:30:22 +05:30
Akash Jain
fd0b1b9fed
fix: Align Docker Base Image to use airflow 2.5.3 (#12737) 2023-08-04 12:08:58 +05:30