* Fix Sample data ingestion which have enum type columns
* Change based on comments
* Change based on comments
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Added more properties in Object Store detail Page
* localisation key added
* bytes converted to kb and mb
* changes as per comments
* changes as per comments
* reverted last commit changes
* Add a configurationto skip Snowflake transient and tmp tables
* Fix Python checkstyle
* add separate query for transient tables
* Move skipTempTables into SnowflakeConnection
* Fix merge conflict
* change skip word to include
* Add title in json file
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Prepare the new test connection ingestion logic
* Update test assert
* Update Test Connection for SQA Sources
* Correct return type and method doc
* Handle decryption
* Non SQA Database Sources
* Add the run_automation script in ingestion-base
* Dashboard Test Connection Changes
* Pipeline, Messagin, MlModel & Metadata Sources
* ui: test connect flow-1
* Unmask connection parameters before sending to Ariflow
* ui: test connect flow-2
* Address review comments and pylint
* pytest fix
* ui: test connect flow-3 (refactoring and style fix)
* ui: test connect flow-4 (fix test connection status logic)
* sync local file
* ui: test connect flow-5 (fix lowercase issue and styling)
* ui: test connect flow-5 (show toast notifications)
* test: add unit test
* ui: test connect flow-5 (update service page test connection button)
* Databrick fix & pytest fix
* pylint
* Update test
* Fix merge
* S3 Test connection
* add style for mandatory step
* sync locales
* chore: add service name in workflow request
* Unmask using original service connection parameters
* Fix test connection unmasking
* Wrap inspector function to eliminate error outside test conn
* Fix linting
* fix:cy test
* Fix linting
* address comment
* refactor and fix connection type casing issue
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
* 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