Lucas Garcia
fe06b5cbb2
#14235 : adding dialect based on connection type to LineageParser ( #14249 )
...
* Fix #14235 : adding dialect based on connection type to LineageParser
* Fix: formating changes
* Update ingestion/src/metadata/ingestion/source/dashboard/metabase/metadata.py
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
* style: fix indentation errors
* Fix pytest
---------
Co-authored-by: LucasGarcia07 <lucas.junqueira@hurb.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-12-08 19:49:59 +05:30
Chirag Madlani
ceb750f7e9
chore(ui): remove appState deps for profile details ( #13766 )
...
* chore(ui): remove appState deps for profile details
* remove random user assign on no-auth
* fix failure
* fix profile loading
* fix unit tests
* fix loading issue
* fix profile loading issue
* fix profile loading for assignee component
* fix misc bugs
* user async / await
* address comments
* use enum
* update test case
* fix unit tests
* fix tests
* fix cypress tests
2023-12-08 16:29:29 +05:30
karanh37
8a71f34351
Fix custom attrs for glossary term ( #14316 )
...
* fix: update entity type to glossary term
* fix: unit tests
* fix: add cypress
2023-12-08 13:59:30 +05:30
Ashish Gupta
e59fffc2f3
MINOR: Fix the query of domain in explore ( #14297 )
...
* Fix the query of domian in exolore
* added cypress test
* minor change in url
* minor change
2023-12-08 13:13:19 +05:30
Sachin Chaurasiya
8feb85e245
fix( #14311 ):Unable to add the term's name in Thai. ( #14315 )
...
* fix(#14311 ):Unable to add the term's name in Thai.
* add more languages unit tests
2023-12-08 13:13:08 +05:30
NiharDoshi99
8d925c46a5
#13696 : add support for dot in schema name to fetch tables ( #14246 )
2023-12-08 12:04:28 +05:30
Mohit Yadav
2cfa562d63
Fix User Issue for reset password, and encode usernames ( #14314 )
2023-12-08 12:02:52 +05:30
Sriharsha Chintalapani
56385b281e
Minor: Parse GlossaryTerm ChangeDescription gracefully ( #14313 )
2023-12-07 22:20:52 -08:00
Suresh Srinivas
3950cdb58a
Update dependencies and plugins ( #14309 )
2023-12-07 19:29:16 -08:00
Sriharsha Chintalapani
a4d10be24d
Fix #14308 : Search is not working for column/schema field level ( #14310 )
2023-12-07 19:29:03 -08:00
Chirag Madlani
c730c4c4ce
Fix: notificaion postition ( #14306 )
2023-12-07 18:58:33 +05:30
karanh37
d544220690
fix: filter deleted assets while adding ( #14304 )
2023-12-07 18:47:44 +05:30
Onkar Ravgan
cb94243370
fix desc and tags update from patch ( #14305 )
2023-12-07 18:39:38 +05:30
Preet Shah
73e0fabbbf
update omd helm chart doc as per changes made in omd-use-secret-env branch ( #14298 )
2023-12-07 17:45:09 +05:30
Chirag Madlani
666b82a35e
FIXED: notificaion adding extra scroll to asset tab ( #14301 )
2023-12-07 17:10:35 +05:30
Mohit Yadav
59081ab3d7
Propogate assets to es ( #14302 )
2023-12-07 17:02:08 +05:30
Mohit Yadav
216e738435
Propogate assets to es ( #14299 )
2023-12-07 16:42:43 +05:30
Sachin Chaurasiya
f1ec0b322b
Minor( #13715 ): add table support in block editor ( #14290 )
...
* minor(#13715 ): add table support in block editor
* fix code smell
* address comment
2023-12-07 16:22:35 +05:30
07Himank
f1280f97b9
MINOR : tag search fix ( #14295 )
2023-12-07 15:23:35 +05:30
Sriharsha Chintalapani
a7fddc7fec
Minor: fix entityType aggregation ( #14284 ) ( #14291 )
...
* Minor: fix entityType aggregation (#14284 )
* fix: add entity type filter
* add change on opensearchclient as well
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-07 15:17:27 +05:30
Chirag Madlani
157dcd5f25
FIXED: notificaiton widget position issue ( #14293 )
2023-12-07 14:29:03 +05:30
Sachin Chaurasiya
2362192d89
doc: add whats new for 1.2.3 ( #14271 )
2023-12-07 09:08:38 +05:30
Chirag Madlani
5a3c3a159c
fix(ui): tag updataion with derived tags ( #14281 )
...
* fix(ui): tag updataion with derived tags
* fix pagination issue
2023-12-06 18:14:05 -08:00
Onkar Ravgan
4ade6fd39f
Remove col displayname from patch req ( #14279 )
2023-12-06 10:12:04 -08:00
karanh37
a215f03a28
Assets improvements part 2 ( #14255 )
...
* fix: make filters consistent
* disable if no selection
* fix: hide notification
* fix: failed status data
* localization
* fix notification loading
* remove close icon here
* fix: cypress
* update error alert design
* fix alert styling
* fix: minor issues
* fix: redirect link of data product
* fix: minor suggestion prompt
* complete user flow
* fix: glossary cypress
* update alert view
* fix tags manipulation
* fix: domain reload fixes
Co-Authored-By: Ashish Gupta <ashish@getcollate.io>
* fix: minor loading issue on delete
* fix: add admin check for activity feed
Co-Authored-By: Ashish Gupta <ashish@getcollate.io>
* fix: minor css fixes
* fix: localisation
* fix: minor issue
* miner cypress fix
* add mlmodelservice as mlmodel parent
* fix: added null checks
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-06 23:25:40 +05:30
Sriharsha Chintalapani
a76308bf77
Minor: Fix test case resolution status indexes ( #14258 )
2023-12-06 23:21:38 +05:30
Shilpa Vernekar
8179d549b3
Link corrected ( #14278 )
2023-12-06 16:34:52 +00:00
07Himank
4ad99e4899
propogate domain if added at service level ( #14270 )
2023-12-06 21:32:43 +05:30
Shailesh Parmar
2a5042cf21
Miner: cypress - fixed failing cypress in main ( #14275 )
2023-12-06 20:49:13 +05:30
Mayur Singal
d6a01ca5b1
Minor: Remove retension period from patch request ( #14276 )
...
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2023-12-06 20:29:44 +05:30
Akash Jain
6eefd51180
fix: AIRFLOW_DB_PROPERTIES
default value in docker compose files ( #14274 )
2023-12-06 19:56:19 +05:30
Onkar Ravgan
c7e32c8abf
Fixes: 14240 and Fixes 13365: Bulk patch descriptions from dbt ( #13999 )
2023-12-06 19:00:31 +05:30
mohitdeuex
72eead6359
Merge remote-tracking branch 'origin/main'
2023-12-06 18:24:36 +05:30
Ashish Gupta
add00e54cb
MINOR: fix ui bugs ( #14263 )
2023-12-06 18:24:20 +05:30
mohitdeuex
0cac263947
Error Entity should be used
2023-12-06 18:23:45 +05:30
Mohit Yadav
566c36b7f3
USer password appears in failing entities ( #14269 )
2023-12-06 18:21:44 +05:30
Shilpa Vernekar
b530759849
docs changes ( #14267 )
2023-12-06 18:21:17 +05:30
Akash Jain
a5a3347fd3
fix: Include DB_PROPERTIES
env for docker-compose files ( #14264 )
2023-12-06 13:13:49 +05:30
Sriharsha Chintalapani
ac5c1b11d7
#14217 : remove logback dependency ( #14256 )
2023-12-06 10:42:53 +05:30
chyueyi
070ff1f605
feat: add profile for doris connector ( #14214 )
2023-12-06 08:59:56 +05:30
Ayush Shah
b8d0b3b6e4
#14168 : Mark SP and Data model deletion ( #14219 )
2023-12-06 08:57:41 +05:30
karanh37
f32b4d4c47
Assets filters ( #14229 )
...
* assets filter
* localisation
* update filters
* fix: update filters on teams page
* hide searchbar & restrict adding assets for draft
* fix: code smells
* fix: encoding decoding issues
* fix: css
* fix: add permissions check
* fix(ui): throw validation errors while modifying glossary term (#14236 )
* fix(ui): throw validation errors while modifying glossary term
* update modal layout
* fix: domain cypress
* minor update
* update modal
* fix: glossary cypress
* fix: show inline errors
* fix comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-05 23:55:06 +05:30
Ashish Gupta
0fb03358a9
#13912 : Extend application schema files ( #14208 )
...
* Extend application schema files
* minor changes
* properties change
2023-12-05 23:51:23 +05:30
Aniket Katkar
da6830ffcc
fixed the links for kubernetes on premises page ( #14254 )
2023-12-05 09:36:13 -08:00
07Himank
b3852d08ba
Aggregation case insensitive issue and explore page search fix ( #14250 )
...
* working on aggregation case insensitive
* working on aggregation case insensitive
* Worked on aggregation case insensitive and search of explore page
* added missing things
* fix
* revert tier logic
2023-12-05 08:04:36 -08:00
Mohit Yadav
7481bcc526
Format Error on Indexing Application, and in schedule turn off recreate ( #14225 )
2023-12-05 07:59:36 -08:00
Mohit Yadav
8486b351f3
Assignee can only be user who is not a bot or Team ( #14251 )
2023-12-05 21:04:18 +05:30
Onkar Ravgan
b3578cd496
Fix 14040: Part 2 Add Patch Request when updating the entities from create request ( #14224 )
2023-12-05 17:56:40 +05:30
Mohit Yadav
a68198298b
Adds a validation API ( #14244 )
...
* Adds a validation API
* Adds a validation API
* Add info for reindexing
2023-12-05 15:12:30 +05:30
Playdev
2cc67761e7
Update README.md ( #14239 )
...
Fix wrong url
2023-12-05 13:09:55 +05:30