Ashish Gupta
e2eeafb3e0
migrated cyprss Bots spec to playwright ( #17673 )
...
(cherry picked from commit d952c1bd1e89ba9f76b0eb350080b7ce9a0b7e93)
2024-09-11 10:45:48 +05:30
Ashish Gupta
c61fe37220
migrated user spec to playwright ( #17652 )
...
* migrated user spec to playwright
* optimization around making dataStewardUser from userClass
* changes as per comments
(cherry picked from commit d74cbed6e6f59b56ec11238788df368229b5eb3f)
2024-09-11 10:45:12 +05:30
Shailesh Parmar
4e7b8c7167
Migrate: All the version page test to playwright ( #17765 )
...
* Migrate: classification version page to playwright
* removed migrated test
* add manual wait before run
* migrate all the version page test to playwright
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-10 15:52:56 +05:30
Shailesh Parmar
53b676008c
Migrate: tags spec to playwright ( #17758 )
2024-09-10 15:52:22 +05:30
Shailesh Parmar
097b87e2db
Migrate: Data quality and profiler test to playwright ( #17705 )
...
* Migrate: Data quality and profiler test to playwright
* migrate profiler ingestion
* migrated test cases to playwright
* migrate filter test from data quality
* migrate domain filter test
2024-09-10 15:51:58 +05:30
Shailesh Parmar
6a2eefbb46
playwright: fixed failing AUT test incidentManager and queryEntity ( #17749 )
...
* playwright: fixed failing AUT test incidentManager and queryEntity
* remove flakiness by adding manual wait in service ingetion
2024-09-10 15:51:47 +05:30
Chirag Madlani
f6285a8bf6
fix playwright redshift delete entity failure ( #17743 )
...
* fix playwright redshift delete entity failure
* fix landing page kpi failure
* fix delete service issue
* fix flaky for AddRoleAndAssignToUSer
2024-09-10 15:51:25 +05:30
Chirag Madlani
29b5ee9dcc
minor(test): fix ingestion related flaky for aut ( #17727 )
2024-09-10 15:50:49 +05:30
Chirag Madlani
1243f50b0f
minor(test): migrate persona spec ( #17701 )
...
* minor(test): migrate persona spec
* remove persona cypress spec
* address comments
2024-09-10 15:49:59 +05:30
Chirag Madlani
f01f250d68
minor(ui): migrate AddRoleAndAssignToUser.spec ( #17670 )
...
* minor(ui): migrate AddRoleAndAssignToUser.spec
* migrate SchemaDefinition
* revert vite changes
2024-09-10 15:49:47 +05:30
Chirag Madlani
1848be697b
fix(test): ingestion related playwright ( #17674 )
...
* fix(test): ingestion related playwright
* fix failing tests
* update status logic to avoid conflict
* fix double run issue for ingestion
* fixing ingestion specs
* fix postgres and ingestion
* running ingestion specs
* fix airflow and argo gaps
* revert config
* fix redshift dbt tests
2024-09-10 15:49:34 +05:30
Chirag Madlani
123f222026
test(e2e): service ingestion and schedule options ( #16846 )
...
* test(e2e): service ingestion and schedule options
* fix tests
* minor change
* remove duplicate code
* update specs
* update timeout to 2 mins
* Fix invalid wait issue
* fix page getting closed issue
* fix failing tests
* fix tests
* fix test
* fix schedule fix
* fix status is undefined
* fix more tests
* enable airflow spec
* fix typo in service names
* update details
* minor fix
* fix test and remove cypress reference
* fix failing tests
* revert tags check
* fix tests
* fix redshift tests
* fix failing tests
* revert yaml file changes
2024-09-10 15:48:16 +05:30
Shailesh Parmar
b9311526a7
playwright: migrate incident manager test to playwright ( #17657 )
...
* playwright: migrate incident manager test to playwright
* migrate remaining test to playwright
* added serial mode to prevent load while deploying pipeline
2024-09-10 15:40:00 +05:30
github-actions
53cc84aef1
chore(release): Prepare Branch for 1.5.4
2024-09-10 05:59:03 +00:00
Chirag Madlani
b99a93e4d2
minor(ui): what's new updated for 1.5.3 ( #17762 )
...
(cherry picked from commit 3a665f5fa50173018fbde6b69e644589c63fe0b4)
1.5.3-release
2024-09-09 14:36:41 +05:30
Ashish Gupta
9d73e7e5e2
#16644 : support resizable column to customProperty ( #17735 )
...
* support resizable column to customProperty
* fix sonar by mocking react-ant-column-resize globally
* remove duplicate table less and added css loader fix in webpack config file
(cherry picked from commit 3d52258b65e5ef43c5c1046b78f694400f3558fd)
2024-09-06 20:57:40 +05:30
IceS2
acd0cfec8c
Remove CostAnalysisWorkflow dependency on Service Connection ( #17732 )
...
Connection is not a required attribute for a DatabaseService.
In order to avoid errors we are removing the dependency on this
attribute and checking that the DatabaseServiceType belongs to either
Snowflake, Redshift or BigQuery, which are the supported databases for
this feature.
2024-09-06 15:06:11 +02:00
Pere Miquel Brull
f9dd7b53cb
MINOR - Fix lineage GET for names with /
and standardize quote calls ( #17748 )
...
* MINOR - Fix lineage GET for names with `/` and standardize quote calls
* format
* fix import
2024-09-06 14:53:17 +02:00
Pere Miquel Brull
fa198f2942
MINOR - Better PII classification for JSON data ( #17734 )
...
* MINOR - Better PII classification for JSON data
* linting
2024-09-06 14:52:14 +02:00
Ashish Gupta
c6a7aae09b
fix cypress for the Customzie Landing and EntityVersion page ( #17744 )
...
(cherry picked from commit dcad829a8020c73c42718274f1caac030a53d562)
2024-09-06 16:53:57 +05:30
Karan Hotchandani
7db60daf20
fix expand all operation on terms page ( #17733 )
...
(cherry picked from commit bd93a2f328bdac2715436f8035a2eb7a6a40b63d)
2024-09-06 12:17:44 +05:30
Ashish Gupta
50ebdcbf12
fix ui freezing due to images in feed changes ( #17703 )
...
* fix ui freezing due to images in feed changes
* minor fixes
* change the method to old as there may be case where only updatedValue will be there and we need to show in prettify way rather the showing default message
* fixes around typography styling
* reduce feed size to 25 to get better performance in case of large image feed in the first 25 feeds
(cherry picked from commit 5201a0dcaf0ff62b3f5c364d7a31fd0228800abd)
2024-09-05 19:18:01 +05:30
Ashish Gupta
892e53ade0
supported followed data in Following widget using search api ( #17689 )
...
(cherry picked from commit 84036048baf08970e04d2710646069e18768bcc7)
2024-09-05 19:17:48 +05:30
Sachin Chaurasiya
69dddf0781
minor: disable image upload support in description editor ( #17697 )
...
* minor: disable image upload support in description editor
* feat: Disable image upload support in description editor
* address comment
* fix : unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit e337a573b8d9a195c9cff58183f98c1a6100afd6)
2024-09-05 13:13:26 +05:30
Onkar Ravgan
f829c506c1
Fixed dbt cloud run_res name ( #17694 )
2024-09-05 10:40:36 +05:30
Karan Hotchandani
d46540ea0f
fetch domains before any widget is loaded ( #17695 )
...
* fix domain init ordering
* move domains call at the beginning
* fix tests
* fix tests
* fix flaky tests
* fix flaky tests
(cherry picked from commit 1dc15bc49376d2c117dcc297c05f120f1f595bad)
2024-09-05 10:27:20 +05:30
Karan Hotchandani
32a85c0c96
Migrate advanced search tests ( #17666 )
...
* migrate advanced search tests
* verify advanced search tests
* fix minor config
* push fixes
* add before all timeout
* increase test timeout
* revert playwright config
* add rule based search
* migrate group tests
(cherry picked from commit a63ad691000c5d49b251602f96a519d846a178da)
2024-09-05 10:26:52 +05:30
harshsoni2024
6fa662bfda
Connector: VertexAI UI, docs ( #17649 )
2024-09-04 18:07:31 +05:30
harshsoni2024
5aba41ef58
Connector: vertexai schema ( #17632 )
...
* vertexai connection schema
* remove yaml file
2024-09-04 18:06:26 +05:30
Pere Miquel Brull
75be6b69dd
MINOR - PII Scanner tests and log levels ( #17686 )
...
* MINOR - PII Scanner tests and log levels
* MINOR - PII Scanner tests and log levels
2024-09-04 14:27:30 +02:00
Karan Hotchandani
847b226829
show display name in suggestions with fqn ( #17691 )
...
(cherry picked from commit 74206a1bb3afc58068bdb8eb9dd4dad82a224206)
2024-09-04 16:32:03 +05:30
Ashish Gupta
f52282dfee
fix some entities not visible in Following widget ( #17665 )
...
* fix some entities not visible in Following widget
* added some extra spacing in quick filter
(cherry picked from commit 00fe8399adc74273be6a486e8969b0ece0e50d89)
2024-09-04 10:38:54 +05:30
nicor88
d068a59aa8
fixes 17648: add tags and description for tableau published data source ( #17678 )
...
* tableau data-source tags and description
* tweaks
* PR review
* change test description
* black formatting
2024-09-03 15:20:11 +05:30
Sriharsha Chintalapani
a477e23854
create 1.5.3 release branch
2024-09-02 10:49:43 -07:00
Mayur Singal
feacabb2f3
MINOR: Fix athena lineage models ( #17662 )
1.5.2-release
2024-09-02 14:19:45 +05:30
Pere Miquel Brull
72afde0aca
MINOR - Implement SAP Hana Lineage ( #17615 )
...
* MINOR - SAP Hana Lineage
* skeleton
* parser
* lineage
* manage formulas
* add cvs
* add cvs
* better typing
* enum
* handle cvs
* saphana docs
2024-09-02 07:42:35 +02:00
Shailesh Parmar
c0a23c667b
PW: migrate query entity spec to playwright ( #17619 )
...
* PW: migrate query entity spec to playwright
* migrated to playwright
* minor test fix
* fixed api waiting issue
* fixed the api issue
* fixed API response await
* fixed await issue
2024-08-31 13:20:45 +05:30
Chirag Madlani
4f9b0cd067
fix(e2e): remove data insight report if already present ( #17654 )
...
(cherry picked from commit 183da3f2b174fb823fe5c46805cbac42fc823997)
2024-08-31 12:29:42 +05:30
sonika-shah
7e4a06af34
Fixes #16498 : Support custom properties for Data Products ( #17641 )
...
(cherry picked from commit 6d322577653aea67d0f192b65b1edb6b6b4616a2)
2024-08-31 09:47:57 +05:30
Sachin Chaurasiya
0a7947088c
minor: update what's new for 1.5.2 ( #17656 )
...
(cherry picked from commit 0dcf9d7ab3dccf3f355c4e0fa8f4c50e4b595ec0)
2024-08-31 09:47:40 +05:30
Karan Hotchandani
e5e39f75f3
Explore tree reset ( #17653 )
...
* reset tree state when quick filter is empty
* cleanup
(cherry picked from commit 55cbda4ea568dba1e54f1ea4671026ecdf6a3121)
2024-08-30 21:38:34 +05:30
Shailesh Parmar
34f94b8ed2
Minor: fixed styling issue for DQ ( #17651 )
2024-08-30 20:44:25 +05:30
Chirag Madlani
9b00aa1574
minor(ui): what's new for 1.5.2 ( #17647 )
...
* minor(ui): what's new for 1.5.2
* fix typo
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-08-30 16:51:59 +05:30
Shailesh Parmar
614c42e045
Minor: added support for edit assign button in incident manager ( #17646 )
...
* Minor: Added support for assignee edit in incident manager
* minor change
* minor fix
2024-08-30 16:51:49 +05:30
Sriharsha Chintalapani
9cefa44921
Minor: Fix Edit Reviewers Permission ( #17638 )
...
(cherry picked from commit 46a68511477a93f56b8af3d8b8b455a7d146df7c)
2024-08-30 15:32:49 +05:30
Karan Hotchandani
b370b97bce
show tier tag with styles ( #17643 )
...
(cherry picked from commit d39ea588629afa0db8f343780d67989841514947)
2024-08-30 15:29:44 +05:30
Chirag Madlani
c92e5cfcd3
minor(test): migrate to playwright SchemaSearch & DataInsightReportApplication ( #17627 )
...
* minor(test): migrate to playwright SchemaSearch & DataInsightReportApplication
* comments addressed
(cherry picked from commit fed12172f42a7197ef489ba24091b54b71da73a4)
2024-08-30 15:26:38 +05:30
Ashish Gupta
836eec18f2
migrated task cypress spec in Activity feed playwright ( #17618 )
...
(cherry picked from commit a79a9032ceaf7b267beb6312048deab0e6bb698c)
2024-08-30 15:26:20 +05:30
Karan Hotchandani
0d8e202af2
migrate glossary tests to playwright ( #17617 )
...
* move glossary tests to playwright
* fix tests
(cherry picked from commit 23096fa2f325d0c6c67bbf387f853a349a0f3b2c)
2024-08-30 15:26:04 +05:30
Shailesh Parmar
b99078fb54
Minor: Fixed AUT failure ( #17607 )
...
* Minor: update timeout for AUT in DI application
* minor test fix for DBT
(cherry picked from commit 4c354eabb28cd2168bdb8c2daa9d206e2444f55a)
2024-08-30 15:24:40 +05:30