* Prep skeleton for object store connector
* First of of ingestion piepline for bucket containers.
* addressed PR review comments.
* swaped random with secrets due to security warning.
* linter issues.
* added prefix population for containers.
* more linting
* removed temp file.
* object store unit tests, PR comments and minor refactorings
* docs update and new TestConnection approach.
* linting
* removed isStructured field from containermeta schema
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Change how status is handled after running workflow
* Reset changes in config files
* Add auxiliary Summary class
* Improve failures handling
* Pylint error
* Pylint error
* Show result in table
* Add test
* Fix setup.py
* Add comments
* added edit support for description, tags and owner for queries
* updated style of left panel and center panel of query tab
* translation sync
* full entity ref
* added ui changes for query used in other table
* translation-sync
* move const value to constant file
* implemented permission API for edit actions
* implemented pagination
* sync-language
* translation sync
* implemented vote up and vote down functionality for query
* refactor code
* added filter dropdown for query entity
* translation-sync
* fixed unit test and refactor query files
* localization-sync
* fixed failing unit test and cursor blink issue in readOnly mode for editor
* refactor
* addressing comments
* updated edit condition
* updated description heading
* added unit test for QueryCardExtraOption component
* added unit test for tableQueryRightPanel
* updated floating query used by other table element
* translation sync
* updated default paging value
* updated unit test with new changes
* added unit test for QueryUsedByOtherTable component
* updated query card test
* updated expand collapse icon for query
* added border top for card footer
* addressing comment
* import fix
* fixed cypress for postgress
* removing py changes,
* updated unit test as per new change
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* fix#10662: Update tier functionality is not working as expected on the containers page
* chore: remove unwanted change
* test: add unit test
* chore: add container entity icon
* chore: fix spacing issue
* chore: add support for lineage info drawer
* fix: locale missing key issue
* refactor: entity info drawer
* changed behavior of quick dropdown filters to be same as left panel filters
- AND condition across different fields
- OR condition inside the same field filters
Applying left panel filters will now sent data as `post_filter` to prevent aggregations updating
* Added a separate API call without any filters to get all the left panel filter options
* separated url parameter variables to store 'facet' 'quick' and 'advanced search' filters
updated the logic to change facet filters according to selection.
* Fixed following bugs
- facet filters updating if filters are applied from quick dropdown or advanced search
- count for the filters were not updating with filter selection
- optimized API calls on explore page
* updated facet filters behavior where only counts will updated on filter selection instead of actual filters list
* Removed unnecessary code
Removed code smells
* worked on comments to improve the code
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* added edit support for description, tags and owner for queries
* updated style of left panel and center panel of query tab
* translation sync
* full entity ref
* added ui changes for query used in other table
* translation-sync
* move const value to constant file
* implemented permission API for edit actions
* implemented pagination
* sync-language
* translation sync
* implemented vote up and vote down functionality for query
* refactor code
* added filter dropdown for query entity
* translation-sync
* fixed unit test and refactor query files
* localization-sync
* fixed failing unit test and cursor blink issue in readOnly mode for editor
* refactor
* addressing comments
* updated edit condition
* updated description heading
* updated floating query used by other table element
* translation sync
* updated default paging value
* updated expand collapse icon for query
* added border top for card footer
* addressing comment
* import fix
* fixed cypress for postgress
* removing py changes,
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* fix: profiler refactor
* fix: catch division by zero error
* fix: instantiated new column object from name to delegate type handler back to dbapi
* fix: reverted columns instantiation and updated NUMBER type to NUMERIC
* fix: updated doc string for process_pii_sensitive method
* Added show deleted table in Database scheam level
* Changes as per comments
* fix cypress issue
* make switch label static
* other language
* fix cypress issue
* chore(ui): add glossary and glossary terms count on landing page
* sync local files
* chore: update icon for glossary term
* fix: cy test
* sync locales
* address comment
* fix: cy test
* fix: cy test
* fix: cy test
* chore(ui): add support for service documentation md file
* sync local
* chore: add method for fetching markdown file
* chore: move fields to connections
* 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