10943 Commits

Author SHA1 Message Date
Mohit Yadav
75fcb03041
Fix Condition for deleted App (#17096) 2024-07-19 12:38:54 +05:30
Mohit Yadav
7c80c07eab
Move Migration to 1.4.6 (#17095) 2024-07-19 12:16:53 +05:30
Ashish Gupta
5c05738e02
#17043: fix the same suggestion content being displayed on task (#17077)
* fix the same suggestion content being displayed on task

* added playwright test
2024-07-19 12:04:56 +05:30
Teddy
13daa3668a
Fix: test case indexing -- remove changeDescription from testSuites list (#17083)
* fix: test case indexing -- remove changeDescription from testSuites list

* fix: change type to interface

* style: ran java linting
2024-07-19 08:19:45 +02:00
Aniket Katkar
bc49f9e843
Resolve the ws package version conflict due to conflicting dependencies (#16961) 2024-07-19 11:46:17 +05:30
Mohit Yadav
b1620e682a
Fix Users Issue due to capital names (#16828)
* Fix Users Issue due to capital names

* Fixed Tests

* No lowercasing name

* Revert

* toLowerCase

* fix email casing from UI side on basic auth

* compare lowercase email only from the loggedInUser

* address comments

* Updated LowerCase UserName on updates

* revert ui changes

* Migrate Name and Email

* cypress failure

* fix glossary test

* fix activity feed test

* Compare by Lowercasing Email and username

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-07-19 11:39:09 +05:30
Mohit Yadav
8561022c70
Add Sync Option in OpenmetadataOperations (#17089) 2024-07-19 01:17:12 +05:30
Mohit Yadav
c7710481b5
Fix App Issue (#17088) 2024-07-19 01:17:03 +05:30
Mohit Yadav
28218ec612
Ignore Entity No Change Events (#17087) 2024-07-19 01:16:50 +05:30
Mohit Yadav
ebdd7f7fd9
Centralize OIDC Flow to handler, and refresh logic (#17082)
* Centralize OIDC Flow to handler, and refresh logic

* Remove forced condition

* Return on success
2024-07-18 23:53:50 +05:30
Karan Hotchandani
c340fe94f3
saml reject token renewal (#17079) 2024-07-18 23:23:50 +05:30
Teddy
e4b31f9d65
fix: supportedDataType PSQL query (#17069) 2024-07-18 16:47:05 +02:00
IceS2
aa3d54aede
Fix Vertica E2E Counts (#17071) 2024-07-18 14:54:15 +02:00
Ashish Gupta
25a0a2ccf4
fix entity icon overlaping on text (#17072) 2024-07-18 17:53:37 +05:30
Sachin Chaurasiya
552983446a
minor: add apiService, apiEndpoint and apiCollection entity SearchIndexingApplication-collate.json (#17067) 2024-07-18 17:20:48 +05:30
IceS2
43b4e39258
Update Snowflake docs to better inform the needed permissions (#17070) 2024-07-18 15:50:55 +05:30
Pere Miquel Brull
82228a1098
MINOR - Clean automations_workflow (#17005) 2024-07-18 12:03:22 +02:00
IceS2
14e475cefe
MINOR: Add PyRight TypeCheck to our Python Project (#17060)
* Add PyRight TypeCheck to our Python Project

* Change pyright for basedpyright

* Fix PyRight
2024-07-18 11:52:56 +02:00
Prajwal214
1a3bca6caa
Doc: Fixing Broken Link in How-to Guide (#17063) 2024-07-18 14:58:38 +05:30
Prajwal214
b27ce3f4f3
Doc: Updating Service Connection Images (#17058)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-18 10:39:57 +05:30
Teddy
cbfdd54057
fix: test case summary update on test result PUT (#17053) 2024-07-17 18:47:33 +02:00
Chirag Madlani
080314955a
fix: #16655 page breaks on changing page size with sorted table (#17009)
* fix: #16655 page breaks on changing page size with sorted table

* fix skeleton breaking

* fix tests

* fix tests

* remove unwanted code
2024-07-17 15:43:48 +05:30
harshsoni2024
a117b0224d
MINOR: query log path as dir/file (#17048)
* fetch query log path as dir/file

* add test for multiple files log fetch

* non-csv log file test
2024-07-17 15:23:41 +05:30
mgorsk1
173076b55e
🎉 Init (#16903)
Signed-off-by: mgorsk1 <gorskimariusz13@gmail.com>
2024-07-17 08:12:48 +00:00
Prajwal214
612cd57822
Doc: Updating Developers Docs for OpenSearch (#17050) 2024-07-17 12:40:00 +05:30
Imri Paran
0fee79b200
MINOR: fix sample data issue with Pydantic v2 and refactor python integration tests (#16943)
* tests: refactor

refactor tests and consolidate common functionality in integrations.conftest

this enables writing tests more concisely.
demonstrated with postgres and mssql.
will migrate more

* format

* removed helpers

* changed scope of fictures

* changed scope of fixtures

* added profiler test for mssql

* fixed import in data_quality test

* json safe serialization

* format

* set MARS_Connection

* use SerializableTableData instead of TableData

* deleted file test_postgres.py

* fixed tests

* added more test cases

* format

* changed name test_models.py

* removed the logic for serializing table data

* wip

* changed mapping in common type map

* changed mapping in common type map

* reverted TableData imports

* reverted TableData imports

* reverted TableData imports
2024-07-17 08:11:34 +02:00
Antoine Balliet
e67ba6b14c
feat: BigQuery ingestion allow specify projectId and fix primary key constrains retrieval (#16956) 2024-07-17 11:21:17 +05:30
harshsoni2024
52dc5b551e
MINOR: fix column name in databricks ingestion fail (#17019)
* add backticks in column_name

* add test for column name with .
2024-07-17 10:25:12 +05:30
Mohit Yadav
5a959836a8
Fix Issue in Import Table (#16974) 2024-07-16 18:47:19 +05:30
sonika-shah
692c21f2f3
Fix #15735: Glossary,Term, Classification,Tag rename operation fixes (#16874)
* Fix #15735: Glossary,Term, Classification,Tag rename operation fixes

* add playwright for rename

* make description fields mandatory even if it contains whitespaces

* fix review comments

* hide edit button for system apps

* fix glossary owner reviewer spacing

* fix glossary term permission issue

* rename function to entityRelationshipReindex

* fix merge errors

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-07-16 17:20:36 +05:30
Teddy
3bcfdfe014
MINOR - enable dynamic assertion dl (#17008)
* fix: refactor runtime param setter + add dynamic assertion support for datalake

* chore: add missing test dependencies

* fix: centralize objecxt constructor in interface

* fix: remove abstract decorator in interface
2024-07-16 11:01:43 +02:00
Karan Hotchandani
87fea77009
fix router redirection paths (#17037)
* fix redirection paths

* add unit tests
2024-07-16 08:52:41 +00:00
Sachin Chaurasiya
cfc419fff4
chore: update webpack proxy configuration context from /api to /api/ (#17038) 2024-07-16 08:30:37 +00:00
IceS2
f845663317
Update test_cli_metabase.py (#17026) 2024-07-16 10:05:27 +02:00
sonika-shah
0853e4b5b9
Fix exact FQN matching for alert filter -filterByTableNameTestCaseBelongsTo (#17034) 2024-07-16 08:26:19 +02:00
Teddy
924a100ab4
[GEN-876] Implement DQ dimension filter for test cases (#17032)
* fix: typo in key for data dimension

* fix: table test key typo in data dimension

* fix: typo in migration util

* fix: add filter test cases by dimensions in search API

* style: ran java linting
2024-07-16 08:12:39 +02:00
Siddhant
d10c129ed3
Fixes 16622 - tests for EventSubscription for different resources with filters (#17014)
* Implemented TemplateProvider.

* validating templatePlaceholders.

* Refactor: Update query to fetch documents for EmailTemplate type. Implemented a function that retrieves documents from doc_store for documents of type "EmailTemplate". This function returns the email template content.

* revert commit.

* revert commit.

* revert commit.

* added tests for EventSubscription for different resources with filters.
2024-07-16 11:08:38 +05:30
Shailesh Parmar
c2db1bbf0f
Minor: added support for search param based test case filter (#17030)
* Minor: added support for search param based test case filter

* fixed remove filter issue
2024-07-16 10:44:48 +05:30
Aniket Katkar
f8beaa6c30
Fix the broken links in the documentation (#17035) 2024-07-16 10:01:29 +05:30
Antoine Balliet
aeea2df86e
feat: allow specify schemaRegistryTopicSuffixName (#17027)
* feat: allow specify schemaRegistryTopicSuffixName

* chore: use default value

* add comment

* fix doc
2024-07-15 17:35:01 +02:00
Sriharsha Chintalapani
cd85fe4530
Minor: fix API Service Index entity type (#17028) 2024-07-15 07:26:53 -07:00
Ashish Gupta
e66aa5363b
#16343: activity feed ui improvements (#16474)
* activity feed ui improvements

* fix mysql icon not showing in feed card

* fix comments not showing in right panel card

* remove unused code and added utils test

* supported playwright test for feed replies

* changes as per comments
2024-07-15 15:37:41 +05:30
Sachin Chaurasiya
6e99fe7bda
fix(#15683): backend validation error for the following property types (#16881)
* fix(#15683): backend validation error for the following property types

* feat: Update supported date and datetime formats

* test: add e2e playwright test for custom properties

* chore: remove cypress test for custom properties

* Add date, dateTime, time backend support for custom property

* fix: update custom property display names in AddCustomProperty component

* feat: Update supported date and time formats

* chore: Update supported date and time formats

* feat: Update date and time formats in CustomProperty

* test: add playwright test

* Update supported date and time formats

* feat: Add tests for custom properties in Playwright in 2 parts

* Update supported date and time formats

* Update supported date and time formats

* chore: Update date format to uppercase in PropertyValue component

* feat: Add support for custom date format in PropertyValue component

* Update supported date and time formats

* test: add playwright test for time, dateTime, timeInterval and date properties

* Update supported time formats

* chore: Add focus to time and date pickers before filling values

* chore: Add focus to time and date pickers before filling values

* Remove date, dateTime, time from type_entity

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-07-15 11:37:38 +05:30
Sriharsha Chintalapani
d27f518f26
Minor: Fix API docs (#17011)
* Fix API docs

* Fix Linting issues

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-07-13 06:38:20 -07:00
Pere Miquel Brull
f2f8443c76
MINOR - Clean automations_workflow in 1.4.5 (#17006) 2024-07-12 13:54:46 +02:00
Ayush Shah
eeda6d24ae
Fixes #16697: Modify the Query to avoid Numeric Data Overflow (#16920) 2024-07-12 17:23:53 +05:30
Prajwal214
de18d7df62
Doc: Update Test Suite Docs (#16989)
* Doc: Update Test Case Docs

* Update configure.md

---------

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-12 17:03:01 +05:30
Ashish Gupta
6d89bfd865
#16980: fix the asset count and placeholder issue in teams page (#16999)
* fix the asset count and placehoder issue in teams page

* fix sonar issue

* fix around promise mock
2024-07-12 15:42:58 +05:30
Prajwal214
19c43273dc
Doc: Update Custom Connector Docs (#17002)
* Doc: Update Custom Connector Docs

* Doc: Update Custom Connector Docs

---------

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-12 10:33:47 +02:00
Pere Miquel Brull
2aef457785
FIX #16481 - Truncate ingestion pipeline status (#16997)
* FIX #16481 - Truncate ingestion pipeline status

* FIX #16481 - Truncate ingestion pipeline status

* FIX #16481 - Truncate ingestion pipeline status
2024-07-12 09:44:21 +02:00