Aniket Katkar
e1f717ad08
Minor: Fix the 'cross-spawn' library vulnerability issue ( #18811 )
...
* Fix the vulnerability issue for 'cross-spawn' library
* update the cross-spawn resolution version to 7.0.5
2024-11-27 16:15:31 +05:30
Imri Paran
e58efdde67
feat: added getLatestRecord for extension ( #18797 )
2024-11-27 10:08:53 +00:00
Aniket Katkar
c101c7cf30
Minor: Auto classification UI ( #18785 )
...
* Add the auto classification pipeline option in the service ingestion
* Localization changes for other languages
* Improve the logic for getSupportedPipelineTypes function and add unit tests for newly added logic
* Add playwright tests for the auto classification feature
* Improve the getSupportedPipelineTypes function logic to reduce the cognitive complexity
* update md docs
* Add classificationFilterPattern in the UI schema form order
* fix logs from backend for auto classification
* Changes to view the auto classification logs
* Fix the sonar errors
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-11-27 14:51:59 +05:30
sonika-shah
e8031bcc0e
Improvement : Teams api to update and remove users ( #18729 )
2024-11-27 10:11:27 +01:00
Prajwal214
026f39c5c7
Docs: Fixing Broken Menu ( #18809 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-11-27 08:30:30 +00:00
RounakDhillon
69f0c90b8d
Docs: 1.5.12 Updation ( #18808 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-27 08:12:40 +00:00
Teddy
58699063db
MINOR -- Fix DQ Partition Issue ( #18641 )
...
* fix: renamed `random_sample` to `get_dataset` and change dunder method access for SQA Table object
* fix: removed handle_partition decorator
* fix: fixed DQ partition issue + moved to `tablesample` method
* style: ran python linting
* style: fix python format check issues
* feat: added postgres tablesample
* style: ran python linting
* fix: sampling delta
* fix: merge conflicts
* fix: resolved conflicts
* style: ran python linting
* fix: patch orm call in test case
* fix: mock build_table_orm call in tests
* fix: test case failures and errors
* fix: removed unused import
* fix: patch typo
* fix: trino table schema retrieval
* fix: remove tuple context manager for 3.8 test support
2024-11-27 08:50:54 +01:00
RounakDhillon
9432cb5a3c
Docs: Release Doc Updation ( #18807 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2024-11-27 13:04:13 +05:30
Siddhant
15f56c124a
fix: Minus sign correction. ( #18802 )
2024-11-27 12:22:58 +05:30
Shrushti Polekar
9f1be47b37
Feat: Support for Emoji Option in Feed Editor ( #18772 )
2024-11-27 01:26:57 +05:30
Sweta Agarwalla
e32f9cf862
Add alert bar component ( #17230 )
...
* add alert bar component
* updated as per comments
* updated as per comments
* updated alert bar component
* remove styles attributes
* update styles
* add alert store and use alert in page layout
* update component to have reset method
* refactor: update reset calling method
* update reset method name
* updated as per feedbacks
* refcator: update CrossIcon component usage
* chore: remove condition for CrossIcon
* update animation for opening alert bar.
* add autoCloseTimer to alert banner
* remove cross icon component
* add cross icon svg
* update to fix the height issue
* fix height glitch issue when alert appears
* update the alert notification tests
* update alert transition issue
* revert the changes for height issue
* add alert in mydata
* update alert animation issue
* update alert position in page layout
* update as per feedbacks
* fix tests failure
* update test for toast
* remove dummy alert bar
* made alert fixed to top
* fix check failing issue
* fix activity feed playwright test issue
* update test
* fix test issues
* update page layout
* fix sonar cloud failure
* fix sonar cloud failure
* fix test issues
* resolve sonar issue
* update lineage spec
* update as per comments
* update domain page css
* fix sonar issue
* fix sonar cloud issue
* remove react-toastify
* fix sonar error
* yarn install command run
* update yarn lock
* revert yarn lock changes
* update yarn lock
* revert yarn
* revert yarn changes
* remove toastify instance
* update message type
* fix sonar issue
* add alert bar in Alert details page
* create mock for page layout
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-11-27 00:35:23 +05:30
Kenil Shah
b3e52e8831
fix: show duration based on current time if endTime is not there ( #18799 )
2024-11-27 00:29:31 +05:30
Imri Paran
c5171139c3
chore: added data diff to base requirements ( #18789 )
2024-11-26 17:28:22 +00:00
IceS2
8cade39bad
MINOR: Increase visibility on flowable process ( #18792 )
...
* Add annotation to turn delete_recursive test into the last one to be executed
* Improve Fetching Entities by only fetching the FQN
* Cut back default batchsize to 500
* implement logging for flowable process
* Implement Error Handling Flow
* Remove testing code
* Checking if User is Reviewer when resolving glossary task
2024-11-26 17:04:59 +01:00
Imri Paran
2e9efe5b82
MINOR: fix: use importer as module ( #18793 )
...
* fix: use importer as module
to allow monkeypatching in collate
* Update i_validator_builder.py
2024-11-26 16:42:18 +01:00
Imri Paran
3e7808ba78
fixed either annotation ( #18778 )
...
* fixed either annotation
* added back Entity
* using `typing_extensions.Annotated` for compatibility with python3.8
* removed bound T for Either
2024-11-26 16:40:32 +01:00
Teddy
68abc1a821
fix: minor observability bugs ( #18795 )
2024-11-26 16:34:46 +01:00
Karan Hotchandani
943d606fb9
Workflow UI changes ( #18790 )
...
* minor workflow changes
* fix json logic fixes for extension field
* fix tests
2024-11-26 20:56:55 +05:30
Shailesh Parmar
de3d7c40db
GEN-2031: fix Add profiler configuration button in Data Quality tab ( #18798 )
2024-11-26 20:49:36 +05:30
Ashish Gupta
490bbf6241
fix: tag page issue around disabled badge and Certification data in ES ( #18697 )
...
* fix tag page issue around disabled badge and other
* reset the unwanted code
* modify playwright test for consumer and steward
* modify tag es query to check the prefix in fqn
* fix query and sonar issue
* fix the asset not coming in Tier and Certification page tab
* fix the playwright failure
2024-11-26 19:07:46 +05:30
Kenil Shah
b3679f0cea
Sort assets in search indexing app ( #18791 )
2024-11-26 18:11:37 +05:30
Aniket Katkar
998cbd1558
Improvements: Alerts bug fixes and improvements ( #18753 )
...
* Add and improve the permission logic for the notifications and observability alerts pages
Add logic to update the description from alert details page.
Add logic to set the logged in user as the owner while alert creation
* Remove the permission check for the `/{alertType}/resources` API since it's not necessary
* Update the playwright tests to cover the new alert features
* Add playwright to test the test destinations filter
* Fix the unit tests
* Add unit test for AlertRecentEventsTab component
* update the variable.less import to reference
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-11-26 18:00:58 +05:30
Keshav Mohta
10a7f4ea6c
Fixes #15543 : Implemented ElasticSearch Index Template Ingestion ( #18686 )
2024-11-26 14:42:43 +05:30
Shailesh Parmar
8f33a1b92d
Minor: updated docs link in the application ( #18787 )
...
* Minor: updated docs link in the application
* fixed link
2024-11-26 14:34:45 +05:30
RounakDhillon
823bc82e02
Docs: Custom Metrics Image update ( #18788 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-26 08:07:51 +00:00
Aniket Katkar
9b1ac250b7
GEN-1559: Remove the scrollbar displayed in the banner view ( #18400 )
...
* Remove the scrollbar displayed to the root element
* Fix the alignment issue in advanced search modal in case of custom property
* fix scroll issue due to banner oversize and remove unwnated css
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-11-26 12:21:03 +05:30
Chirag Madlani
678d87f4b9
chore(ui): restore users tab for teams page ( #18531 )
...
* chore(ui): restore users tab for teams page
* remove unwanted seprator
* restict add and join user, to team page other than Group types
* minor textual change
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-11-26 12:08:33 +05:30
Kenil Shah
09db201a57
UI: Add option to stop the running application ( #18759 )
...
* Add Stop functionality for Applications
* show kill button by default
* Add option to stop the running application
* fix: show stop button for ruuning & activeerror status
* add localisation files
* added unit tests
* update localisation files
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2024-11-26 11:55:47 +05:30
Imri Paran
d1b8b9a966
handle import error in param_setter_factory.py ( #18745 )
2024-11-26 07:21:38 +01:00
Suman Maharana
fe5778361c
Minor: fix dbt ingest failed runs ( #18779 )
...
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2024-11-26 11:38:31 +05:30
Suman Maharana
f40138a56e
Minor: Fix Powerbi refresh token on expire ( #18774 )
...
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2024-11-25 23:19:30 +05:30
Imri Paran
d6470b7800
MINOR: fix(data-diff): get added columns ( #18694 )
...
* fix(data-diff): get added columns
- use both columns to calculate schema diff
* fix tests
2024-11-25 15:53:50 +01:00
Imri Paran
c164aff561
MINOR: add reportExplicitAny = false for basedpyright ( #18777 )
2024-11-25 14:38:04 +00:00
Imri Paran
430791d840
doc: service spec breaking changes ( #18688 )
2024-11-25 15:34:00 +01:00
Shailesh Parmar
e6cc1ac48c
GEN-2073: Not able to copy full logs from log viewer ( #18771 )
2024-11-25 17:41:46 +05:30
Shailesh Parmar
151c1bbdb3
GEN-1224: fixed Profiler is not displaying correct time for table profile ( #18766 )
...
* GEN-1224: fixed Profiler is not displaying correct time for table profile
* added unit test
2024-11-25 17:41:25 +05:30
Sachin Chaurasiya
f9a304c386
minor: update whats new for 1.5.12 ( #18773 )
2024-11-25 17:26:20 +05:30
Mayur Singal
40a70357e8
MINOR: Add UDF support for SP - backend ( #18767 )
2024-11-25 15:27:53 +05:30
Mayur Singal
4b9e214078
MINOR: Fix StackTraceError validation error - Superset ( #18740 )
2024-11-25 15:01:59 +05:30
Chirag Madlani
8bef9e6f7a
fix(ui): GEN-1690 sso token refresh issue for OIDC ( #18668 )
...
* fix(ui): sso token refresh issue for OIDC
* cleanup code
* combine refresh requests to one
2024-11-25 14:45:02 +05:30
Andrés Muñoz Vera
7c2b1c8a91
feat(ci): GEN-2128 add auto cherry pick workflow ( #18748 )
...
* GEN-2128 adding auto cherry-pick workflow
* GEN-2128 enhance message when cherry-pick fails
2024-11-25 10:12:40 +01:00
sonika-shah
76bd8d8886
fix java checkstyle ( #18768 )
2024-11-25 13:58:18 +05:30
Sachin Chaurasiya
85ca7986f2
minor: add whats new for 5.1.12 ( #18743 )
2024-11-25 12:57:48 +05:30
Ashish Gupta
a2dd211c6e
modify some test id in table constraints ( #18747 )
2024-11-25 11:48:45 +05:30
Shailesh Parmar
21235d058d
playwright: fixed failing incident manager test ( #18756 )
2024-11-25 10:21:31 +05:30
IceS2
b3d765dce1
MINOR: Governance Workflows fixes ( #18744 )
...
* Add annotation to turn delete_recursive test into the last one to be executed
* Improve Fetching Entities by only fetching the FQN
* Cut back default batchsize to 500
2024-11-24 11:30:56 -08:00
Shailesh Parmar
31c2dee533
GEN-1530: fix DQ Layout Improvements ( #18754 )
...
* GEN-1530: fix DQ Layout Improvements
* fixed failing playwright test
2024-11-24 14:16:01 +05:30
sonika-shah
0e4160949c
Add async apis for csv import ( #18647 )
...
* Add async apis for import csv
* checkstyle fix
* fix checkstyle after merge from main
* fix auts
* fix backend tests
* ui: add async import support for glossary
* ui: improve the import page layout
* ui: add async import support for teams and users
* show banner at the top
* fix unit test
* update importteams page test
* minor change
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-11-24 13:30:31 +05:30
Shailesh Parmar
4696b99665
GEN-1529: Fix View definition tab, query display issue ( #18752 )
2024-11-23 21:53:56 +05:30
Shailesh Parmar
9edf3791c0
Minor: address dq feedback and move lineage tracing in observability layer ( #18751 )
...
* Minor: address dq feedback and move lineage tracing in observability layer
* fixed: failing unit test
2024-11-23 17:35:52 +05:30