7194 Commits

Author SHA1 Message Date
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
Pere Miquel Brull
ac06f55bd0
[Docs] - host.docker.internal docs & postgres ingestAllDatabases below db input (#12744) 2023-08-04 08:35:33 +02:00
07Himank
cda004e35e
fixed issue for when classification has . in name the termCount was n… (#12729)
* fixed issue for when classification has . in name the termCount was not getting

* fix url encoding issues

* changes as per comments and sonar fix

* changes as per comments

* fixed issue for when classification has . in name and testcase and pytest issue

* checkstyle

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-08-04 11:37:17 +05:30
Suresh Srinivas
c5e7a63fbb
Fixes #11305 Delete tasks corresponding to an entity when the entity is deleted (#12740) 2023-08-03 18:27:01 -07:00
Aniket Katkar
45370c773f
added changed to decode the fqn taken form the useParams to prevent the double encoding after passing that to APIs (#12735) 2023-08-03 17:29:49 +02:00
Ashish Gupta
55386b8251
doc: add what's new for 1.1.1 (#12723)
* doc: add what's new for 1.1.1

* minor changes

* fix alignment and remove dots
2023-08-03 20:38:31 +05:30
07Himank
00885380b6
fixed displayName issue for owner (#12724) 2023-08-03 19:09:35 +05:30
Akash Jain
e5c4fbc361
fix: CI Maven Builds; Cypress Tests (#12731)
* fix(ci): matrix strategy fail-fast as false for cypress

* fix(ci): Maven Builds

* feat(ci): add skip workflow for maven psql tests
2023-08-03 17:21:37 +05:30
Mohit Yadav
daf6012374
Fix Failing TestSuite Migration (#12730) 2023-08-03 17:06:30 +05:30
Dhruvin Maniar
403e407478
[FEAT] Implement Docker InitContainer for migration (#12714)
* [FEAT] Implement Docker InitContainer for migration

* [FEAT] Implement Docker InitContainer for migration

* [FEAT] Implement Docker InitContainer for migration

* [FEAT] Implement Docker InitContainer for migration

---------

Co-authored-by: Dhruvin Maniar <dhruvinmaniar@192.168.1.27>
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2023-08-03 16:01:20 +05:30
Pere Miquel Brull
10f2567fe9
Fixes #12555 - Fix DL test suite (#12727)
* Fix DL test suite

* Fix linting
2023-08-03 11:48:22 +02:00
Abhishek Porwal
48d36cbe09
chore(client): replace popover with tooltip in some components (#12665)
* chore(client): replace tooltip with popover in tables

* make tooltip black

* chore(client): replace Popover with Tooltip in copy_to_clipboard button component

* replace popover with tooltip in Description component used in BotDetailsPage

* replace popover with tooltip in TestSuitepipelineTab component

* replaced popover with tooltip in TaskBadge component

* replaced Popover with Tooltip in ConnectionStepCard

* replaced Popover with Tooltip in ContainerdataModal component

* replaced Popover with Tooltip in RecentSearchedTermsAntd component

* replaced Popover with Tooltip in TopicSchema component

* Delete RecentSearchedTermsAntd component

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-03 14:38:55 +05:30
Sriharsha Chintalapani
11a95a2f9b
fix maven buiild workflows (#12721) 2023-08-03 11:04:59 +05:30
Sriharsha Chintalapani
c1df6e57ce
fix maven buiild workflows (#12720)
* fix maven buiild workflows

* fix maven buiild workflows
2023-08-02 22:30:27 -07:00
Shailesh Parmar
94fbbe5d98
cypress: fixed e2e cypress test (#12715)
* ui: fixed multiple API call in table profiler tab

* fixed welcome screen alignment issue

* cypress: fixed e2e cypress failure

* fixed setting modal issue

* encoded url for data quality

* revert isLoading changes in tableprofilerV1 tab

* fixed multi-api call on tab switch

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-08-03 09:57:55 +05:30
Pere Miquel Brull
73b58011d4
Add v015 for 1.2.0 release (#12716) 2023-08-02 19:27:49 +05:30
Sriharsha Chintalapani
ef6e281f05
separate mysql/postgres tests (#12703)
* separate mysql/postgres tests

* separate mysql/postgres tests

* separate mysql/postgres tests

* separate mysql/postgres tests

* Update pom.xml
2023-08-02 05:59:09 -07:00