Mayur Singal
fa68a1f18f
Fix #6754 : Added User Details for Usage ( #8449 )
2022-11-02 14:07:41 +05:30
Chirag Madlani
ef5108c47b
chore(ui): remove unused files ( #8487 )
2022-11-02 13:55:42 +05:30
Sachin Chaurasiya
e7e646e9a8
Revert #7292 : Add ConditionalAllow check for Create Operation Permission ( #8488 )
2022-11-02 11:57:42 +05:30
Milan Bariya
fbe9e59dcd
Fix: Athena connector fails to ingest complex types ( #8453 )
...
* Fix: Athena connector fails to ingest complex types
* Fix: Athena connector fails to ingest complex types
* Fix: Athena connector fails to ingest complex types
* Fix: Change based on comments
2022-11-02 07:06:39 +01:00
Suresh Srinivas
8a008022c8
Fixes #7004 Backend : conditionAllow should not be applicable to create operation ( #8483 )
2022-11-01 12:46:18 -07:00
Sachin Chaurasiya
19a3f1f47b
Add Unit tests for data insight component ( #8469 )
2022-11-01 19:07:08 +05:30
Ashish Gupta
75e8866490
UI :- Added restore option for soft deleted Teams ( #8306 )
...
* Added restore option for soft deleted Teams
* Changes as per comments
* change function name to generic and specify return type
2022-11-01 18:35:51 +05:30
Parth Panchal
af85b9629d
Fixed#8239: Query mismatch while searching for - and _ makes data overlap ( #8476 )
...
* Fixed#8239: Query mismatch while searching for - and _ makes data overlap
* Fixed#8239: Query mismatch while searching for - and _ makes data overlap
2022-11-01 18:20:03 +05:30
Sachin Chaurasiya
0701ef955e
Fix #7802 Differentiate Tags & Glossary Terms ( #8471 )
...
* Fix #7802 Differentiate Tags & Glossary Terms
* Fix governance dropdown label and arrow spacing
* Skip dashboard entity for announcement
2022-11-01 17:58:24 +05:30
Teddy
989f2911c2
Fixes #7810 - Allow to only pass min or max ( #8474 )
...
* ISSUE-7810 Added default values for min and max
For all data validations on columns:-
min_bound is set to float("-inf"), if there is no next value
max_bound is set to float("inf"), if there is no next value
* Fixed PR errors by removing tuple + added tests
Co-authored-by: demi <deepak1212365@gmail.com>
2022-11-01 13:26:51 +01:00
Shailesh Parmar
82ddcbc014
Fix UI | Enable 2-finger scroll zoom-in/zoom-out on the Lineage tab#6942 ( #8477 )
...
* Fixed UI | Enable 2-finger scroll zoom-in/zoom-out on the Lineage tab #6942
* addressing comments
2022-11-01 17:23:21 +05:30
Chirag Madlani
ca91bafa39
fix(ui): show full content for ellipsis column names ( #8443 )
...
* fix(ui): show full content for ellipsis column names
* fix unit tests and mock i18next
* address comments
* fix cypress failure
* address review comments
improve unit tests console errors
2022-11-01 16:26:40 +05:30
Onkar Ravgan
5819c45937
Databricks + DBT issue ( #8391 )
...
* Databricks dbt issue fixed
* fixed typo
* Added optimizations
* skipping flaky dashboard test
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-11-01 13:41:41 +05:30
Onkar Ravgan
a6d6cff0d5
Fixed abstract init issue ( #8446 )
...
* abstract init issue fixed
* abstract init issue fixed messaging service
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-11-01 11:40:08 +05:30
Sachin Chaurasiya
9ac438fbd1
Feat ✨ (ui #8160 ) : Implement Analytics report page ( #8294 )
...
* Feat ✨ (ui) : Add Data Insight Page
* Minor improvements
* Add constant and utils for data insight
* Create Separate component for each metric
* Add random data generator
* Add data-insight to the navbar
* Fix navbar
* Fix data insight route
* Remove pie charts
* Add mock data for existing graphs
* Add component for other metrics
* Fix dataKey and Y axis issue
* Correct the comment
* Add Tier Filter
* FIx data insight table styling
* Change legend positions for the graph
* Add Custom Renderer for graph legend
* Addressing review comments
* Address comment
* Address comment
* Address comment
* Address review comments
* Address review comment
* Addressing comments
* Addressing comment
* Refactor page and it's component
* Update table.less to apply border and shadow for table only if bordered prop is passed.
* Add custom style for data insight cards
* Create common component for dropdown label
* Fix dropdown label issue
* Address review comment
2022-11-01 09:50:53 +05:30
Shailesh Parmar
e68f35ec85
Fixed: Custom property failing cypress test ( #8460 )
...
* Custom property cypress
* testing out entity topic name
* Fixed Custom property topic search issue
* removed import of deleted file
2022-11-01 09:46:01 +05:30
Suresh Srinivas
e7a4a7a3e5
Fixes #6681 Add support for policy evaluation API ( #8466 )
2022-10-31 15:54:32 -07:00
clueless-bot
68c3e0b8fe
FIX: Add postgres usage and lineage details ( #8456 )
2022-11-01 00:18:05 +05:30
Onkar Ravgan
ddc66c8392
vertica query syntax issue fixed ( #8463 )
2022-11-01 00:16:45 +05:30
Shailesh Parmar
5bdb9d0cfd
UI: Fixed filter issue on redirection from tags page to explore page ( #8457 )
2022-10-31 21:39:52 +05:30
mosiac1
c4ab0c795b
Fix #8450 Explore page pagination not working ( #8451 )
...
Add useDeepCompareEffect package to handle effects with objects as
dependencies
2022-10-31 21:38:07 +05:30
Ashish Gupta
6c0008276b
Fix UI :- fix the window resizing issue in Service page on hover ( #8459 )
...
* Fix the window resizing issue in Service page on hover
* fix cypress issue
2022-10-31 21:09:21 +05:30
Shailesh Parmar
a6a02a9e55
UI: Added expand all column button and full screen view for lineage ( #8425 )
...
* UI: Added toggle button to expand and collapse column view in lineage
* added full screen view support for lineage
* added fullscreen lineage support for dashboard, pipeline and topic entity
* added full screen icon and support for mlmodal
* updated fitview and full-screen icon
* added primary color for the icons
* addressing comments
* changed constant to upper case
* removed un-necessary spaces and updated border color as per mack
* removed commented code
* fixed failing unit test
2022-10-31 20:12:29 +05:30
Parth Panchal
ca9c571179
Fixed#8354: Support Login For User from multiple devices with different refresh tokens ( #8454 )
...
* Fixed#8354: Support Login For User from multiple devices with different refresh tokens
* Fixed#8354: Support Login For User from multiple devices with different refresh tokens
2022-10-31 19:17:26 +05:30
Ashish Gupta
953932c176
Fix UI :- Fix the active tab for explore page after refresh ( #8420 )
...
* fix the active tab for explore page after refresh
* changes as per comments
* simplify the method and make generic Entity type
2022-10-31 18:40:18 +05:30
Ayush Shah
2d7d89754c
Remove Click and Add ArgParse ( #8182 )
2022-10-31 18:12:26 +05:30
Pere Miquel Brull
f4c20ded32
Ingestion Image - Remove expat version release and CI ( #8447 )
...
* Remove expat version
* Remove expat version
2022-10-31 10:01:05 +01:00
Pere Miquel Brull
bc0ce0cec1
Remove expat version ( #8445 )
2022-10-31 13:55:44 +05:30
Rahul Surwade
a286a0fcbc
Removed unnecessary docker-compose files ( #8085 )
...
* Delete docker-compose-dev-postgres.yml
* Delete docker-compose-dev.yml
* Update openmetadata-server.md
* Update openmetadata-server.md
* Update openmetadata-server.md
2022-10-31 12:50:12 +05:30
Vj-L
bdc6617c36
Fix/volume docs ( #8444 )
...
* Updated the volume document and one community user ticket
* Updated the volume document and one community user ticket
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-10-31 12:11:23 +05:30
Vj-L
90891ddb4a
Updated the volume document and one community user ticket ( #8440 )
...
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-10-31 10:55:27 +05:30
Suresh Srinivas
8aac249e86
Upgrade maven plugins ( #8441 )
2022-10-30 15:46:27 -07:00
Sajitha
a731b3fdfd
Fix sonar issues ( #8421 )
...
* Fix sonar issue
* Remove duplicate constant
2022-10-30 12:32:45 +01:00
Nahuel
02da18a5c0
Update Okta documentation ( #8433 )
2022-10-29 13:04:01 -07:00
Nahuel
3ed6ad8456
Update GID used in ingestion docker images ( #8434 )
2022-10-29 13:03:37 -07:00
Sriharsha Chintalapani
0c1ab9dc1a
Create SECURITY.md ( #8437 )
2022-10-29 12:11:49 -07:00
Pere Miquel Brull
430f9d9b54
AzureSQL troubleshooting ( #8427 )
2022-10-29 09:35:33 +02:00
Shailesh Parmar
63f8f9a15b
Cypress: Fixed failing cypress for role page ( #8381 )
...
* Cypress: Fixed failing cypress for role page
* fixed data quality test
* fixed memory getting full and cypress getting crush issue
* fixed explore page getting unresponsive
2022-10-29 09:05:20 +05:30
Youssef Victor
80b9555ea2
Fix headings ( #8423 )
2022-10-28 20:19:22 +05:30
Pere Miquel Brull
c8f4d496a5
Airflow exception management ( #8410 )
...
* Airflow exception management
* Airflow exception management
2022-10-28 16:11:23 +02:00
Teddy
f027c26cc1
Remove authorizer for the collect endpoint ( #8398 )
2022-10-28 12:45:55 +02:00
Sachin Chaurasiya
c74d5a9b18
Fix #8396 Multiple webanalytics events send per single page load ( #8402 )
...
* Fix Multiple webanalytics events send per single page load #8396
* Add comments
* Do not throw error for collect API
2022-10-28 14:45:35 +05:30
Sachin Chaurasiya
537499fa61
Fix #8361 Ingestion logs pass wrong breadcrumbs and URL ( #8382 )
2022-10-28 14:44:46 +05:30
Sajitha
debba08190
Fix sonar: Use try-with-resources and handle exception ( #8414 )
...
* Fix sonar: Use try-with-resources and handle exception
* Fix formatting
2022-10-28 13:04:54 +05:30
Ashish Gupta
8e95e10da2
Added row count seperator in table entity ( #8393 )
2022-10-28 10:08:04 +05:30
Ashish Gupta
e50876d284
Fix UI :- fix the Team redirect url in mentions ( #8384 )
...
* Fix the Team redirect url in mentions
* added regex for to validate teams
2022-10-28 10:06:40 +05:30
Suresh Srinivas
a6438c6347
Fixes #8401 Remove lingering authorizeAdmin in TagResource ( #8403 )
2022-10-27 15:37:44 -07:00
Mohit Yadav
6efe6df96b
[LDAP] Added Ldap-Authentication ( #8256 )
...
* [LDAP] Add Ldap-Authentication
* Refactor Basic to Service Layer
* added read login config
* pom updates
* review comments
* review comments
* move authenticator after authorizer
* merge conflicts resolve
* add init method , for initializing authenticator
* sonar fix
2022-10-27 22:56:20 +05:30
Nahuel
dae7f8c5b4
Update py-test workflow ( #8394 )
2022-10-27 17:43:35 +02:00
Suresh Srinivas
1f4d16dab0
Remove unused methods in ResultList implementations ( #8378 )
...
* Fixes 8371 Remove bot flag from authorizeAdmin method
* Remove authorizeAdminOrBot method
* Fix merge errors
* Remove unused constructor methods
2022-10-27 07:58:03 -07:00