12418 Commits

Author SHA1 Message Date
RounakDhillon
075a36e7b4
Docs: Fixing Images for setting up insights (#18397)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-26 10:58:18 -07:00
Ashish Gupta
b93390bb8a
MINOR: supported displayName field in User listing page (#18404)
* supported displayName field in User listing page

* change the displayName to name for the consistency around name property around ui

* fix sonar issue
2024-10-25 17:59:30 +05:30
Sriharsha Chintalapani
e07bcfa2f9
Minor: Fix custom properties API and add cache (#18401) 2024-10-24 22:24:56 -07:00
Aniket Katkar
3355dd19cb
GEN-658: Update the ingestion schedular with new design (#17990)
* Update the cron-editor form to implement new design

* localization changes

* Refactor the CronEditor component

* Improvements and bug fixes for CronEditor

* localization and license header changes

* Fix the type errors

* Move the CronEditor component logic to ScheduleInterval

* Fix schedular for the test suite ingestion

* Fix the unit tests

* Fix playwright tests

* Fix the failing playwright tests

* Fix the ingestion search issue

* worked on comments and fixed playwright tests

* Remove the unnecessary isEmpty check for the cron string

* Fix the cron values for hour and min not showing correctly

* Remove the isEmpty check for cron

* Move the cron error checks to the create ingestion logic

* Fix the failing playwright

* Add the monthly schedule option

* Fix the logic for default schedule to allow default schedule as none

* fix the unit tests
2024-10-24 22:22:04 +05:30
Aniket Katkar
4d1ebb31c1
Minor: Add name field in the advanced search fields list (#18399)
* Add name field in the advanced search fields list

* Update the search index for autocomplete for name DisplayName

* removed unnecessary array for searchIndex
2024-10-24 21:09:32 +05:30
Mayur Singal
4083838056
MINOR: Couchbase Secondary Index Fix (#18398) 2024-10-24 20:34:55 +05:30
Sachin Chaurasiya
82e71363c9
docs: update list of supported custom properties type (#18396) 2024-10-24 18:14:52 +05:30
Sachin Chaurasiya
78f19d4f84
minor: improve types in ModalWithCustomPropertyEditor component (#18395)
* minor: improve types in ModalWithCustomPropertyEditor component

* fix: formatting
2024-10-24 17:47:41 +05:30
Karan Hotchandani
c8e2ed0653
add query builder widget ui improvements (#18389)
* add query builder improvements

* fix alert flicker
2024-10-24 15:47:11 +05:30
Sriharsha Chintalapani
d8f5398efb
Add Azure Token Base Authentication (#18387)
* Add azure token based auth

* Add Azure Token Base Authentication

* Update azure-auth.md

* Update azure-auth.md

* feat: Add `azure-identity-extensions` library for passwordless database connection

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Akash-Jain <15995028+akash-jain-10@users.noreply.github.com>
2024-10-24 11:29:46 +02:00
Shailesh Parmar
3ccbde8b84
Minor: Whats new content for v1.5.8 (#18388)
* Minor: Whats new content for v1.5.8

* minor fix

* addressing comment
2024-10-24 14:22:11 +05:30
Teddy
cd63a218c7
fix: added test case domain, tags and owners field to search incident index (#18380) 2024-10-24 10:46:08 +02:00
harshsoni2024
1a8bba6058
GEN-1911: Quicksight lineage source fix (#18348) 2024-10-24 11:41:37 +05:30
Imri Paran
95982b9395
[GEN-356] Use ServiceSpec for loading sources based on connectors (#18322)
* ref(profiler): use di for system profile

- use source classes that can be overridden in system profiles
- use a manifest class instead of factory to specify which class to resolve for connectors
- example usage can be seen in redshift and snowflake

* - added manifests for all custom profilers
- used super() dependency injection in order for system metrics source
- formatting

* - implement spec for all source types
- added docs for the new specification
- added some pylint ignores in the importer module

* remove TYPE_CHECKING in core.py

* - deleted valuedispatch function
- deleted get_system_metrics_by_dialect
- implemented BigQueryProfiler with a system metrics source
- moved import_source_class to BaseSpec

* - removed tests related to the profiler factory

* - reverted start_time
- removed DML_STAT_TO_DML_STATEMENT_MAPPING
- removed unused logger

* - reverted start_time
- removed DML_STAT_TO_DML_STATEMENT_MAPPING
- removed unused logger

* fixed tests

* format

* bigquery system profile e2e tests

* fixed module docstring

* - removed import_side_effects from redshift. we still use it in postgres for the orm conversion maps.
- removed leftover methods

* - tests for BaseSpec
- moved get_class_path to importer

* - moved constructors around to get rid of useless kwargs

* - changed test_system_metric

* - added linage and usage to service_spec
- fixed postgres native lineage test

* add comments on collaborative constructors
2024-10-24 07:47:50 +02:00
Mayur Singal
913072868a
MINOR: Not Include Soft Deleted Assets in DI (#18383) 2024-10-24 11:12:50 +05:30
Ayush Shah
51347a981a
fixes: Mode test connection returns data in dict instead of json (#18386) 2024-10-24 11:11:39 +05:30
Ashish Gupta
ac98deb49d
fix tags playwright failure and user flaky test (#18382) 2024-10-23 23:45:59 +05:30
dependabot[bot]
baef8c5cd6
Chore(deps): Bump http-proxy-middleware (#18376)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 22:44:45 +05:30
RounakDhillon
6a845fe56b
Docs: Basic Auth Removal from Collate Menu (#18373)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-23 09:37:52 -07:00
Karan Hotchandani
ef0b03d4a9
query builder improvements (#18377) 2024-10-23 18:05:17 +05:30
Mayur Singal
d145d29e9a
MINOR: Fix web analytic activity being reset (#18344) 2024-10-23 17:59:26 +05:30
Pere Miquel Brull
1324ad2ceb
MINOR - Metapilot automator config (#18165)
* Prep config

* MINOR - MetaPilot config

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-10-23 12:10:45 +02:00
Sriharsha Chintalapani
9d006885d5
Rbac setting v2 (#18338)
* Add Search RBAC config option in settings

* add null check

* review comments

* resolve

* WIP search rbac page

* enable / disable search rbac switch added

* testing search RBAC

* Remove Domain and Ignore Build RBAC Query for Bots

* Fix Domain Conditions

* Use common code from Search Client

* update page to preferences -> search

* add playwright tests

* add playwright for search RBAC

* update RBACConditionEvaluator

* No results check added

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-10-23 14:53:53 +05:30
Sachin Chaurasiya
7fe07fea35
test: fix table type custom property AUT (#18374) 2024-10-23 14:48:53 +05:30
RounakDhillon
a2dac2489c
Docs: Image Fix for Goverance (#18375) 2024-10-23 13:52:40 +05:30
Aniket Katkar
e473ba3ff5
add the suggested version of the 'jsonpath-plus' from the dependabot in the package.json resolutions. (#18345) 2024-10-23 13:47:50 +05:30
Karan Hotchandani
3c244da051
persist es query value (#18360) 2024-10-23 12:49:07 +05:30
Vijay Lakshmanan
4f2ef6fe5c
Fixes #16263: Fixed Mode dashboard ingestion API call (#18355) 2024-10-23 12:03:08 +05:30
Mayur Singal
fa64a8d0fc
MINOR: Fix LocationPath Index (#18364) 2024-10-23 10:59:08 +05:30
RounakDhillon
bd320c5aff
Docs: Image Fix for Webhooqs (#18370) 2024-10-23 09:30:36 +05:30
sonika-shah
74cfb9d14f
Fix #18334 - Fix issues in zh language search index mapping (#18335) 2024-10-23 08:27:36 +05:30
Ashish Gupta
4c4587c82b
supported total unique user count in Team page (#18361)
* supported total distinct user count in Team page

* minor improvement

* fix unit test

* added helpertext tooltip and change the label

* minor cosmetic update
2024-10-23 02:20:26 +05:30
RounakDhillon
3e7e9f98d7
Docs: Updating Data Quality Images (#18363)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-22 16:35:27 +05:30
Imri Paran
fbd47b20de
MINOR: trying to add job id to logs (#18023)
* trying to add job id to logs

* set debug if branch is main

* fixed yaml
2024-10-22 09:54:11 +02:00
Sriharsha Chintalapani
9bd93c15ab
Minor: Add ViewAll policy to enable default OrganizationPolicy to allow users to view metadata (#18353)
* Minor: Add ViewAll policy to enable default OrganizationPolicy to allow uses to view metadata

* Minor: Add ViewAll policy to enable default OrganizationPolicy to allow uses to view metadata
2024-10-22 11:51:13 +05:30
Imri Paran
d0fb5137af
[GEN-970] added supportsSystemProfile to connector (#18203)
* added supportsSystemProfile to connector

* reverted unintended changes

* added supportsSystemProfile for bigquery
2024-10-22 07:39:18 +02:00
RounakDhillon
edf386d2a5
Docs: Getting Started Corrected in Menu (#18350) 2024-10-21 22:26:27 +05:30
RounakDhillon
dd9aeb33ad
Docs: Adding SAP ERP in Connectors List (#18347) 2024-10-21 22:22:57 +05:30
Prajwal214
a8ac73e1c1
Docs: updating latest release to v1.5.7 (#18337)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-21 08:52:39 -07:00
RounakDhillon
8e87fb8454
Docs: Updating Extension and removing space in name (#18343)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-21 18:59:57 +05:30
Pere Miquel Brull
5e80ad9fc3
MINOR - Only timeout on main threads (#18341) 2024-10-21 15:18:33 +02:00
Ashish Gupta
c7a466b674
fix user and activityFeed flaky playwright test (#18324) 2024-10-21 18:23:27 +05:30
Teddy
dcf71aa0ea
fix: lazy load classes from factory method (#18321) 2024-10-21 11:29:03 +02:00
RounakDhillon
29d6e26dab
Docs: Updating Chrome Extension Full Doc (#18339) 2024-10-21 14:43:13 +05:30
Pere Miquel Brull
93b4c66704
GEN-927 - Add bot default roles (#18256)
* GEN-927 - Add bot default roles

* GEN-927 - Add bot default roles
2024-10-21 09:17:45 +02:00
RounakDhillon
a3224f255d
Docs: Utube Video and Straight Line removal in Landing Page Section (#18340)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-21 12:46:24 +05:30
Shailesh Parmar
890b500e1b
skip the permission spec (#18336) 2024-10-21 11:05:48 +05:30
Mayur Singal
a4d62f6d85
MINOR: Add location path to table entity (#18307) 2024-10-21 10:31:27 +05:30
Kenil Shah
2b21d114f5
ui: use global state for applications data (#18250)
* add check for MetaPilot - Limits

* code refactor

* move applications call from store to component

* fix:set value of applications from provider inside store

* update store inside provider

* fix failing tests
2024-10-21 10:16:03 +05:30
Sriharsha Chintalapani
8a05ba5d0d
simplify running connector docs (#18327) 2024-10-21 10:11:23 +05:30