* Integrated DBT tests
* Fixed py tests
* Review comments addressed
* Changed test suite name default value
* Added fixes
* update ui changes for new field
* send data along with api
* update name
* fixes for UI
* fixes for UI
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* [Backend][Settings] Settings through UI [WIP]
* [Backend][Settings] Settings through UI - eventFilter
[WIP]
* [Backend][Settings] Added api to allow see create request format
* [Backend][Settings] JAva checkstyle
* [Backend][Settings] Added Filters and db changes
* [Backend][Settings] Postgres Fix
* [Backend][Settings] Add New Filter
* [Backend][Settings] Created Common Filters
* [Backend][Settings] Fix Webhook Resources Test for failing
* [Backend][Settings] Updated models so as to allow consumers to get the schemas properly
* [Backend][Settings] Fix merge issues
* [Backend][Settings] Fixes for UT
* [Backend][Settings] Fixes for UT
* [Backend][Settings] Updated to add wildcard filtering
* [Backend][Settings] Java style fix
* [Backend][Settings] Failing WebhookRes
Fix
* [Backend][Settings] Fix Style
* [Backend][Settings] added softdelete
* [Frontend][Settings] Skip test for now AddWebhook
* [Backend][Settings] Merge Conflict fix
* [Backend][Settings] Simplified Filters, added auto updating filter using scheduled thread
* [Backend][Settings] typo
* [Backend][Settings] review fix
* [Backend][Settings] review fix - review wildcard imports
* [Backend][Settings] Java checkstyle
* [Backend][Settings] Fixed failing test
* [Backend][Settings] Fixed failing test for Pipleine, MlModel
* [Backend][Settings] Fixed Feed util test
* Updated update time to 5 mins
* Fix
* checkstyle fix
* fixed ui test mock data
* fixed ui side changes for webhook filters
* fix conflicts
* fix corner scenario
* added caching
* migrate table changes to new sql
* fix unused issue
* Adding bootstrapped filters
* Adding bootstrapped filters
* failing ui
* removed kafka from webhook, fixed model on ui side
* Added basic filters to all entities
* fix sonar checks failing
* [UI] added enums for entityType and FieldTypes
* update as per new api schema
* Deleted commented file added test Case result to enabled OOB
* Updated TestCase Message Display on Feed Slack and Teams
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix(ui): instead ui render list based on api response
* update ui
* add support for resetFilters
* update api
* update logic
* update activity feed settings page
* add 'supportsDatabase' property in mssqlConnection.json
* version uipdate with run 'make core_bump_version_dev'
Co-authored-by: Peng Zeng <pengzeng@PengdeMacBook-Pro.local>
* initial setup for data quality form
* added stepper and form component
* added select/add test suite step form
* added form for table test and cron step
* added data quality table test form flow
* added test suite listing page
* bug fix for profiler
* added column test form
* render right panel information dynamically
* updated test as per new changes
* updated data test id
* Fixed ingestionPipeline
* Fixed pytest + python format
* miner fix, added sql editor
* removed filter for duplicate test check
* miner fix
* updated all API call for test suite ingestion page
* updated test suite view redirection
* updated ingestion infinite loader
* added edit action for test case
* added edit/add ingestion flow
* added after action for form
* remove duplicate close action
* fixed alignment issue
* added expand on row click functionality and change expand/collapse icon
* used antd component
* resolving conflict
* Fixed#7040: Test-suite count support in counts API (#7041)
* updated test suite count
* fixed failing unit test
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: Parth Panchal <83201188+parthp2107@users.noreply.github.com>
* Fixing test failures
* Fixes#6978 Helper function for building ChangeDescription
* Fixes#7013 Backend : Policy rule description is not getting updated
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* fixed glossary test
* Fixed sample data ingestion
* Add filters for testCaseResultSuccess
testCaseResultFailed, testCaseResultAborted
* Fix#6936: fix testcase listing
* Fix#6936: fix java style
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Added owner field in DataModel
* Added user in backend
* review comments addressed
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
* Added database filter in workflow
* Removed association between profiler and data quality
* fixed tests with removed association
* Fixed sonar code smells and bugs
* Updated profiler workflow to:
- support only running profiler (removed test run)
- support column inclusion and exclusion
- added back support for partitioned table and sample
* moved status to workflow
* Fixed tests
* removed test logic from profiler sink
* Added logic to return sample from workflow sample value
* Added profiler examples
* Updated documentation for profiler
* Fixed code smells
* commited changed to profiler
* initial commit of the revamp workflow
* Fixed python formating
* cleaned up profiler submodule by removing test related files and functions
* Added airflow DAG logic for testSuite workflow
* Fixed code smells + added airflow ingestion tests + fixed comments