* feature: add metabase sqllineage extraction
this solves issue-6190 and also fixes a bug in the existing lineage
that was trying to access key with a typo for the database name
* fix: sqllineage import
* Implementation for stop sending connection credentials when user is BOT
* Change way we add the connection to the service in the Secret Manager
* Services connection is not required as we want to stop returning it when SM is configured
* added left panel for global setting
* adding style for left panel
* removed unneccessary state depandancy and make setting route allowed only for sandbox and local env
* Operation context in progress
* Added support for list operation with new authorizer
* Added support for create operation with new authorizer
* Moved a large portion of authorization to new authorization model
* Remove unnecessary code
* Revert loggerLevel default due to codegen limitation
* Added decryptOrNullify to messagingService PUT endpoint
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* [Backend] Add support for @mentions notification via web sockets #5874
* [Backend] Reformat source mvn
* [Backend] Thread Conversation Entity Handle
* [Backend][Mention] Updated to not use addressedTo
* Adding different team types for supporting organization team hierarchy
* Add support for team hierarchy
* Create organization during initalization
* Team hierachy test for POST methods
* Add PUT and PATCH support for changing team hiearchy
* Added tests for the team hiearchy feature
* Restored v003 sql files and added v004
* Merge conflicts with main and adopt new JSON based configuration
* Remove configuration Organization name to simplify user MUST do configurations
* Snowflake Make Query tag Optional (#6114)
* Snowflake make query tag optional
* Modified Description
* [Backend][UsageResource] Add PUT to enable updating Usage #6117 :::::: and allow adding space to tagCAtegory and Tags (#6119)
* [Backend][UsageResource] Add PUT to enable updating Usage #6117
* [Backend][UsageResource] Allow space in tags category and primary tags #6121
* [Backend][UsageResource] Update in more genric way to make use of space in resourcePath
* ui changes for allowing space in tag and tag category name
* [Backend][Improvement]add test for put and post
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Adding different team types for supporting organization team hierarchy
* Add support for team hierarchy
* Create organization during initalization
* Team hierachy test for POST methods
* Add PUT and PATCH support for changing team hiearchy
* Added tests for the team hiearchy feature
* Restored v003 sql files and added v004
* Merge conflicts with main and adopt new JSON based configuration
* Remove configuration Organization name to simplify user MUST do configurations
* Python jsonSchema code generation not respecting defaults
* fixed failing cypress
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>