k.nakagaki
01134151ac
fix usernames ( #17122 )
2024-07-22 12:03:06 +05:30
Onkar Ravgan
eafa6b8772
Added domo federated dataset support ( #17061 )
2024-07-22 11:17:28 +05:30
Shailesh Parmar
8d9ff41761
feat: updated multi pipeline ui as per new mock ( #17106 )
...
* feat: updated multi pipeline ui as per new mock
* translation sync
* fixed failing unit test
* fixed playwright test
* fixed viewService click issue
* sorted pipeline based on test case length
2024-07-22 10:18:19 +05:30
Shailesh Parmar
00278ce369
Minor: fixed testSummaryGraph issue ( #17115 )
2024-07-22 10:07:25 +05:30
Ayush Shah
3df3e6ef71
Add Bound to Setuptools ( #17105 )
2024-07-22 00:38:07 +05:30
Mohit Yadav
ca6661b742
Add Alert Name to Publishers ( #17108 )
...
* Add Alert Name to Publishers
* Fix Test
2024-07-20 18:51:58 +05:30
Aniket Katkar
d52db7735b
Update the selector to avoid flakiness ( #17099 )
2024-07-19 15:25:36 +00:00
Sachin Chaurasiya
8434fe2c50
fix( #17016 ): apply Read-Only Mode to All Custom and Built-In Nodes in Block Editor ( #17080 )
...
* fix(#17016 ): apply Read-Only Mode to All Custom and Built-In Nodes in Block Editor
* test: add unit test
* fix playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-07-19 18:52:01 +05:30
Pere Miquel Brull
7ef90c3628
MINOR - Update MetaPilot config ( #17101 )
2024-07-19 15:18:41 +02:00
Ayush Shah
5be5a05390
Fixes #17051 : Dynamic import for Profiler Interface ( #17073 )
2024-07-19 17:33:19 +05:30
Prajwal214
9011127b17
Doc: Updated Athena Docs ( #17103 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-19 17:32:12 +05:30
Teddy
b568444d5e
fix: handle potential null pointer in test case reindex ( #17100 )
2024-07-19 13:07:48 +02:00
Prajwal214
b1abb7cced
Doc: Updating BigQ Table Connection Docs ( #17076 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-19 16:11:32 +05:30
Prajwal214
e58a788f47
Doc: Updating Athena Service Connection Docs ( #17090 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-19 16:10:43 +05:30
Imri Paran
d59b83f9d1
MINOR[GEN-978]: Fix empty test suites ( #16975 )
...
* 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
* fix(data-quality): empty test suite
do not raise for empty test suite
* format
* dont need to check length in _get_test_cases_from_test_suite
* fix
* added warning if no test cases are found
2024-07-19 12:12:34 +02:00
Ayush Shah
4c657de5d8
Fixes #16501 : Optimize Rows Sample Type Snowflake ( #17055 )
2024-07-19 15:38:39 +05:30
IceS2
d145341026
MINOR: Fix Oracle E2E Tests ( #17084 )
...
* Fix Oracle E2E Tests
* Fix Checkstyle
* Add link to issue in the reason
2024-07-19 10:32:22 +02:00
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