* Issue #3809: Add python client for Roles and Policies
Includes Tests
* #3809: Add python client for Roles and Policies
- Moved constants to enums in client_utils.py
- Updated all patch methods to utilized new enums
- includes tests
* #3809: Add python client for Roles and Policies
- includes tests
- merged upstream updates and updated to use new enums
* fix(ui): pagination fix and tags to be shown form end
* fix infinite refresh api calls
* fix cypress
* fix cypress
* fix cypress failure
* update layout for tag selection dropdown
* fix tags logic
* fix tests
* add ellipsis for tags too
* Fixed no APi call being made for tags removal for schema fields
* Fixed the issue where API call was not being made while trying to add tags for tasks in pipeline entities
* added unit tests
* resolved error occuring due to wrong key names in mock data
* added cypress tests for tags addition and removal flow in tables
* Fixed failing glossary cypress test
* Fixed failing cypress and unit tests
* Removed addition of hostPort done by UI for pipeline and task URLs
* Added missing cypress tests for adding and removing tags for other entities
* fix: chart url
* fix: chart url
* changes as per comment
* added test and pydantic for chart url
* changed as per comment
* changed as per comment
* fix python test
* changes as per comment
* fix python test
* add Japanese to SupportedLocales
* add ja-jp.json just copied en-us.json
* add Japanese translations.
* Unified punctuation in Japanese translation
* Add items to ja-jp.json(reflects commit 39fc6f8)
* Correct key name mistake in 2 items.
* Remove spaces at the end of lines
* Import ja-jp.json into i18nextUtils.ts
* Rename Workflow package to automations
* Add list filter by root container & counts api
* Rename path
* Add glossary and glossaryTerm to count API
* Unify SqlQuery when there is no diff in mysql or psql
* chore: address feedback for object store service page
* Update glossary tests
* chore: add containers count on my data page
* fix: tag removal issue
* test: add unit test
* address comments
* address comment
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fix: remove 'audience' field from OM metadata service security config
* Remove extra space
* Update bootstrap/sql/com.mysql.cj.jdbc.Driver/v009__create_db_connection_info.sql
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Update bootstrap/sql/org.postgresql.Driver/v009__create_db_connection_info.sql
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Add users.isBot flag to index and add defaults to the user spec
* Added bot flag in user search api
* change as per comments
* fix cypress
* revert user.json changes
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* chore(ui): fix advance search modal getting stuck
* update URL and make request to get data
* remove unwanted code
* listen location search change and update data
* added query as an entity
* changed name of the variables and methods
* Added Resource Descriptors
* testcase bug fix
* addressing comments
* added script for table query migration
* added script for table query migration postgresql
* bug fix
* db change for script test
* added current timestamp
* change db config from postgresql to mysql
* added extension to use fucntion gen_random_uuid()
* solving maven ci
* added queryUsage and change is migration script
* addressing comments
* addressing comments
* added queryUsage relation and testcase
* added api to insert queries in bulk
* .
* fix a test case which was failing due to latest changes
* Ingestion Changes for Query as Entity
* move query changes to latest sqls
* added tags and owner
* update PR for Query as Entity
* update type
* fixed pagination
* fix path param
* fix TestCases
* add validation criteria
* removed exisitng query apis
* checkstyle fix
* remove vote from put
* remove vote from put
* Query As Entity Ingestion Changes
* Remove unused func
* update Review Comments
* update Review Comments
* remove previous changes for Query and Update Tests
* moved Checksum to Query Util Class
* update python api
* fix python checkstyle
* Fixed Tests
* Fix pytest
* remove space changes
* remove space changes
* Fixed put_addFollowerDeleteEntity_200
* Fix usage ingestion
* Update Python SDK and tests
* pylint fix
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
* fix(#10504): Assigning owners doesn't work for non-admin users
* chore: improve naming
* chore: remove admin checks
* chore: fix type
* chore: use owner widget in glossary page for updating/adding/removing owner
* chore: minor fix
* fix: unit test
* test: add unit test
* test: add more test