* Change the description of Welcome screen
* localization key change
* feat: store username in cookie for welcome screen
* fix: use username instead of email
* fix: show welcome screen on initial load
* changes placeholder for entity table tags search
* fix: use localstorage instead of cookie
* fix unit test
* change global search placeholder
* fix: placeholder label of glossary terms
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* doc: what's new content for 1.0.0
* fix: formatting
* chore: remove drag and drop changelog from glossary
* chore: add features video
* chore(ui): add pending feature videos
* Fixed permissions related announcement bugs
* added changes to show no permissions text in case user doesn't have permission to view profiler details on summary panel
* fixed container data model table tags editor styling issue
* updated UI checks for permissions to edit description, tags etc. for different entities
* changed permissions fetch method to entity based permissions instead of user based
* fixed tags updating issue where even after API for tags addition failed, tags were being populated.
* fixed tier removal issue on database details page
* fixed container dataModel edit description permissions issue
* Fixed unit tests for popover, announcementDrawer and tableSummary components
Worked on comments
* fixed cypress
* updated dependancies
* Fixed unit test
* Change Placeholder for add and supported Permission based placeholder too
* localization key added
* added filter,permission and no data placeholder
* localization key added
* fix unit test
* fix unit test
* supported filter placeholder for search and change entity glossary and tags placeholder in explore
* fix cypress issue
* supported filter placeholder in Table
* fix tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* feat(ui): added welcome screen for first time user
* fixed failing unit test and updated content
* translation-sync
* updated font size in welcome screen message
* 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>