* fix(ui) : owner dropdown for teams with search text is not working
* chore : convert searchFormattedUsersAndTeams to async/await
* chore: use searchFormattedUsersAndTeams for owner search on add alerts page
* fix : search api call with query is not working
* fix : filter issue for team assets
* fix : cy test for alerts
* fix : cy tests
* fix: cy test
* chore: update the search query logic
* fix: cy tests
* Fix search teams with special chars
* fix localization missing for constant
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added ()0 to table entityName for oracle metadata
* move # character to columnName pattern
* Test newly allowed characters in table name and columns
---------
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: sureshms <srini30005@gmail.com>
* Fix#9801: ES: Search api is not returning expected result
* Fix#9801: ES: Search api is not returning expected result
* Fix#9801: ES: Search api is not returning expected result
* Docs #8973: Superset with SSO docs
* Superset support for mysql & postgres db
* remove unwanted field from yaml
* Fix pylint
* Fix superset tests
* Fix sample data connection
* ci fix & review comments
* cypress & defualt provider fix
* Fixes#9618 Allow apostrophe in entity names
* Add support for space in entity names (with exception) and column names
* Add regex checks to entity names, table column names to allow only required characters
* fix: allowed characters in entityName
* Add all the allowed special characters in the entity name in tests
* Allow '&', '/', ':' only for the table
* Override basic entityName by defining entity specific entityName for Python code gen
* fix: dagster migration + json schema path
* fix: python style check
* Fix test failure
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* remove computePercentile from table usage summary
* Fix: removed the compute percentile and added at the end
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Nihar Doshi <nihardoshi16@gmail.com>
* Alert Test Fix
* Removed Db calls in case local publishers available
* Fix test
* Removed unrequired code
* Maintaing entityType to class map
* checkstyle
* chore : Add useAirflowStatus hook
* Add interface for hook
* Expose the fetch status method
* update hook return value
* refactor : use useAirflowStatus hook to get the airflow status
* Update useEffect to fetch data based on airflow status
* update license
* fetch workflow if airflow is available
* Revert "Update useEffect to fetch data based on airflow status"
This reverts commit c8cea80d4d2637d1c9163f650a34783c8efe376b.
* fix : cy failures
* address comments
* fix : unit test
* fix : cy test
* Add language for Search mappings
* Fix#9158: OpenSearch/ElasticSearch - Language based mappings
* Add analyzer to search in Japanese
* Adding JP es analyzer for all the indexes
* Fix review comments
* rebase with main
Co-authored-by: Megumi AIKAWA <megumi.aikawa@gmail.com>
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Upgrade minor version
* Update jersey-bom version
* Update dropwizard version
* Revert dropwizard and update jackson
* Upgrade to Dropwizard 2.1.4 switch default GrizzlyConnector to HttpUrlConnector
* Upgrade next set of dependencies
* Upgrade next set of dependencies - part 2
* Upgrade next set of dependencies - part 3
* Added Test cases for Alerts + bug Fixes
* removed commented code
* random bool
* added anno
* Disabling test for AlertAction and Alert + alertAction random name
* Bulk Create AlertAction Api