* Feat: add parma link support for dataset tabs
* Feat: add parma link support for dashboard, pipeline and topic page
* Fix: miner fix for explorepage
* code re-factore and add requested changes
* Feat: Add deep link support for schema and sample data tab in dataset details
* change url format for schema and sample table tab
* Feat : show diff of two version in versioning history.
* Style: changed text and background color for diff.
* removed previous version dependency
* added support for description diff.
* minor fix
* minor fix
* added support for tags diff.
* fixed markdown parsing issue.
* minor change for entityTable
* reverting the entitytable changes.
* markdown parsing fixed
* added support for column changed diff.
* fixed column name column style
* fixed versioning summary formatting.
* Refactored :EntityversionPage Code
* addressing review comments.
* eslint-disabled check
* Fix#1149: Fix Airflow Lineage backend to use new APIs to publish pipeline and tasks
* Fix#1149: Fix Airflow Lineage backend to use new APIs to publish pipeline and tasks
* Fix#1149: Fix Airflow Lineage backend to use new APIs to publish pipeline and tasks
* Fix#1127: Terms in descriptions for fields of struct column not searchable
* Fix#1127: Terms in descriptions for fields of struct column not searchable
* Feat: issue-944 add documentation guid for user when ES disconnected and index is missing
* change miner UI of error placeholder
* fixed failing test
* rename entityList to entityIndexList
* show full screen error placeholder on index missing in explore page
* Fix : #1037 Make choosing at least one team required during the signup process.
* add condition if team is selected.
* made error msg consitent with info msg
* Fix#1054: Table Entity should have extended entity to capture SQL Queries that ran against them
* Fix#1054: Table Entity should have extended entity to capture SQL Queries that ran against them
* Fix#1054: Table Entity should have extended entity to capture SQL Queries that ran against them
* Fix#1054: Table Entity should have extended entity to capture SQL Queries that ran against them
* fixed issue with not being able to load config file; cleaned up unused code
* fixed test case to test configuration error
Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>
* fixed bug that was setting to lowercase property names that were already in camelCase
* added datetime prefix to allow integration tests to be run repeatedly
* fixed test to use the ldap entries from ldap service in docker to test the service
* updated instructions for ldap test
* added comments to clarify the fix done in snake_to_camel method
Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>