* Removed scrollbar in the test case table
* Fixed error thrown on test case details page
* added class to remove scrollbar
* Fixed padding in the graph and alignment of the parameters displayed
* Fixed flaky DataQualityAndProfilerTest
* Moved the expanded row content custom styling to component specific styling
* Changed the default data range in datePicker to `last 3 days`
* Fixed DatePicker value and results mismatch
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix(ui): broken tour and entity details page scroll issue
* added new steps in to the tour
* fixed failing unit test
* fixed failing cypress and revet scroll change
* move tour option to top in help dropdown
* restrict unwanted API call in tour page
* miner fix
* added description for newly added steps
* chore(ui): support resizable panel for email config form
* chore: update form
* revert form util changes
* chore(ui): add highlighting support for metadata form
* chore(ui): update the switch styling
* chore(ui): should have initial values in edit mode
* fix: add data insight issue
* chore: add default value for switch
* requirements docs
* docs update as per comment and changing old component to new
* docs update for auto tagging
* removed collapse componenet
* fix broken links
* Changed facet filter buckets render length. Only top 10 most used filters will be shown in the left panel.
Fixed the overflow issue of tags-container component for longer tag name
* Fixed overflowing issue while adding tags
Improved Tags component and use antd tag to show tags
* Reduced the gap
* Fixed tooltip placement issue with facet filters
* Fixed breadcrumb issue on dataInsights and ESReIndex pipeline logs page
* Fixed cypress tests
* Added delay for tooltip popup to avoid cypress flakyness
* Added delays to the tooltips and changed positions to avoid flakyness in cypress
* Fixed failing cypress tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Snowflake, Bigquery & Azuresql docs with superset migrations
* Superset Docs
* Auto PII is not a part of ingestion
* bigquery docs
* Azure SQL Docs
* Snowflake Docs
* Superset Docs
* Url to URL
* replace hr with ---
* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.
* added the ordinalPosition data point into the Column constructor.
* renamed variable to better describe its usage.
* updated profile errors.
Hive connections now comment columns by default.
* removed print statements
* Cleaned up code by pulling check into its own function
* Updated median function to return null when it is being used for first and third quartiles.
* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.
* added the ordinalPosition data point into the Column constructor.
* renamed variable to better describe its usage.
* updated profile errors.
Hive connections now comment columns by default.
* removed print statements
* Cleaned up code by pulling check into its own function
* Updated median function to return null when it is being used for first and third quartiles.
* removed print statements and ran make py_format
* updated to fix some pylint errors.
imported Dialects to remove string compare to "impala" engine
* moved huge comment into function docstring.
This comment shows us the sql to get quartiles in Impala
* added cast to decimal for column when running average in mean.py
* fixed lint error
* fixed ui ordering of precision and scale.
Precision should be ordred in front of scale since the precision is set first in decimal data types
* first pass for impala connector
* updated default auth_mechanism to be one of the enum values.
* updated UI documentation to match fields for the impalaconneciton.
refined impalaConnection to bring use_ssl to a boolean instead or relying on an extra connection option being manually added.
Removed reference to hive for type mapping
added impala to the pip setup
* py_format updates
* removed print statement
* Lints and fixes
* Updated database documentation to follow new style
* Flag as BETA
* Remove tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* fix(ui): tab switch issue while updating team
* fixed add user to team issue
* fix add user to team issue and add cypress for the same
* fixed loading issue