* Fix : Propagation of owners and domain in search
* update test
* optimize ADD_REMOVE_OWNERS_SCRIPT update query es script
* optimizes script by checking for inherited fields(inherited = true) before updating or adding them.
* fix glossary verion spec by adding slow since, test contains steps
* added slow in test as they are exceding in the runs
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* MINOR: Make Include ddl disabled by default
* make schema def failure warning debug
* Add missing condition
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Pablo Takara <pjt1991@gmail.com>
* mysql integration tests
* fix(data-quality): accept between with no bounds
add between filters only when the bounds are defined. if they are not (ie: resolve to 'inf' values), do not add any filters
* format
* consolidated ingestion_config
* format
* fixed handling of date and time columns
* fixed tests
* fix request/update task after redirect from frequently joined tables
* fix cypress test
* modify persona heading like entity header
* change css from fill to stretch and also fix cypress as per comments
* change the breadcrumb name to show display name if available like other entites
* fix advance search cypress
* fix search cypress
* fix unit tests
* Update the logic to fetch the column field for advanced search
* revert permission thing for database
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* supported task assigne with owner name in task thread
* fix the mis-allignment due to conversation thread present
* fix the cypress test and assignee not updating in the task after editing
* fix(ingestion): Change Timestamp None to Current Time noting pending pipeline
* fix(ingestion): Address comments around PipelineStatus timestamp
* fix(ingestion): Improve timestamps handling for tasks and pipeline status
* Add playwright test for a user with DataConsumer role
* Add entity tests for Data Steward role
* Fix flaky playwright tests
* Fix the playwright for owner actions
* playwright config change and minor fix
* minor testing
* minor setting change
* Worked improvement comments.
* Fix glossary spec flakiness with Assets count verification step `Rename the same entity again`
* Improved util function argument types
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* feat: allow to use email to match dbt model owner
* improve description
* revert add option to parse from email
* feat: implement email matching in case name was not found
* feat: use email to find user as fallback at connector level
* Implement Multi Data Streams. Fix Duplicating issue
* Fix Test for multi index search
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>