* Fix#4639: Custom Service Schema
* Add custom source as service for different connections type
* Minor typo fix
* Add new service connections to UI
* Fix minor error
* Rename field config to connectionOptions
* Remove sourcePythonClass default value
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Added SQA MetaData object instance per DB to allow same schema/table name across multiple db
* Update ingestion/src/metadata/orm_profiler/orm/converter.py
updated type hint
* Update GE logic to the new test API
* Cleaned up part of the code from
update to TestSuiteMixin
* Added + fixed tests
* Deleted unused files for GE tests
* fixed python tests
* Fixed minor bugs with Amundsen ingestion and added logic to add table entity owners
* Updated version requirement for amundsen doc
* Fixed python style
* 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>
* Fix no bind for params
* Update ingestion/src/metadata/orm_profiler/orm/functions/median.py
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Add Query Tag in Snowflake Profiler
* Revert conflict
* Move to session_factory
* Replace engine with session
* remove set_session_tag from init
* set_session_tag with session as args
* Added logic to allow profile data to be ingested when sample data fetching faisl
* Update ingestion/src/metadata/orm_profiler/profiler/core.py
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* 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
* 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
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>