* feat(#11596): add support for custom logo config in settings
* fix: edit custom logo config
* chore: update application config provider
* fix: unit test
* fate: create separate brand logo component
* Add Accessible Logo Config From ConfigResource
* update custom logo api
* minor change
* fix: styling and use brand logo component
* fix(#11503) Custom Login Logo does not change after adding new custom logo
* restored delete files
* doc: update custom logo config doc
* update the icon
* test: add unit test for brand logo
* test: add unit test for custom logo config setting page
* test: add unit test for custom logo config form
* test: fix cy test
* fix: url input validation
* test: add cypress test
* test: update cy test to check for validation
* update the doc
* test: fix cypress test
* chore: make height and width required in BrandLogo component
* chore: update component name
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* fix: optimize system metrics retrieval for memory
* fix: ran python linting
* fix: logic to retrieve unique system metrics operations
* fix: added logic to clean up query before parsing it
* fix: added E2E tests for rds, bq, snflk system metrics
* fix: ran python linting
* fix: fix postgres query + add default byte size to env var
* fix: ran python linting
* Fix issues in Bootstrapping Admin Users
* Fix Ldap Binding Message
* Remove delete
* do not remove the user on own
* failing tests fix
* null should also add auth-mechanism
* Refactor Data Insight Chart for Reusability
* Data Insight Reporting
* Add Schedule Info
* Add Error Handling
* Add Profile Field
* Remove Endpoint as required field
* Missing Language
* Reformat
* Remove Task and Test Result Settings
* Fix test
* fix: typescript errors
* fix: send alertType for subscriptions request
* feat: add alert data insights report page
* Fix test
* fix: alert type typescript error
* fix: loading flicker on alerts page
* chore: add placeholders for data insight report alert page
* fix: alert icon styling
* fix: confirmation is not showing up for delete operation for subscription.
* fix: delete operation is not working from alert details page
* fix Activity Feed Errors on update
* fix: test
* chore: change the description text area to the markdown editor
* Data Insight Reporting should be created on system startup
* Restrict DataInsight Report to only one
* Review Comments
* feat: show the default DataInsightReport data
* sonar fixes
* sonar fixes
* deprecate ConfirmationModal
* trigger should be updated
* feta: add edit flow for data insight report
* remove custom option for schedule info
* chore: update data insight report icon
* test: add unit test for add data insight alert form
* fix: update cypress tests
* update local message
* test: add unit tests
* move sql changes to a different file
* spacing issues
* add tag provider in createRequest
* chore: send provider in create and update alert request.
* fix: code smells
* fix: comment typo
* fix: permission issue for event subscription
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* solve the issue for mutually exclusive tags validation for PUT API
* checkstyle
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
* Remove Entries on Reindexing
* Fix Reindexing Count Issues
* Reindexing Cursor Print in case of error
* Add afterCursor to Request
* add comment for function
* Fixed#11286: mutually exclusive tags addition check is not working for some entities
* Fixed#11286: mutually exclusive tags addition check is not working for some entities
* Fixed#11286: mutually exclusive tags addition check is not working for some entities
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* working on pipeline lineage fix
* solved issue for lineage not visible when added from pipeline to table
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.
* added the ordinalPosition data point into the Column constructor.
* renamed variable to better describe its usage.
* updated profile errors.
Hive connections now comment columns by default.
* removed print statements
* Cleaned up code by pulling check into its own function
* Updated median function to return null when it is being used for first and third quartiles.
* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.
* added the ordinalPosition data point into the Column constructor.
* renamed variable to better describe its usage.
* updated profile errors.
Hive connections now comment columns by default.
* removed print statements
* Cleaned up code by pulling check into its own function
* Updated median function to return null when it is being used for first and third quartiles.
* removed print statements and ran make py_format
* updated to fix some pylint errors.
imported Dialects to remove string compare to "impala" engine
* moved huge comment into function docstring.
This comment shows us the sql to get quartiles in Impala
* added cast to decimal for column when running average in mean.py
* fixed lint error
* fixed ui ordering of precision and scale.
Precision should be ordred in front of scale since the precision is set first in decimal data types
* first pass for impala connector
* updated default auth_mechanism to be one of the enum values.
* updated UI documentation to match fields for the impalaconneciton.
refined impalaConnection to bring use_ssl to a boolean instead or relying on an extra connection option being manually added.
Removed reference to hive for type mapping
added impala to the pip setup
* py_format updates
* removed print statement
* Lints and fixes
* Updated database documentation to follow new style
* Flag as BETA
* Remove tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>