* feat ✨ : Add support for glossary bulk upload and download.
* feat : add import widget
* fix : cy test
* feat: add import result screen
* feat : add import function
* fix: unit test
* chore: add localization
* test: add unit test for export glossary modal
* address comments
* test : add unit test for import result
* test : add unit test for glossary component
* chore: make export as deep link action
* test: add unit test for import
* style: add bg color to uploader widget
* fix: minor issues
* chore: cover all the import status
* remove computePercentile from table usage summary
* Fix: removed the compute percentile and added at the end
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Nihar Doshi <nihardoshi16@gmail.com>
* Fix: added test case for atlas
* Fix: resolved conflict
* Fix: changing back neo4j to old version
* Fix: changing back neo4j to old version
* Fix: changes as per comment
* Fix: changes as per comment
* Fix: python checkstyle
* Configurable Extra Authorization Header
- Adds two new header that can be set via env-var
(`OMETA_HEADER_EXTRA_AUTH_NAME` and `OMETA_HEADER_EXTRA_AUTH_VALUE`)
- By default, it copies the Authorization header value to the extra auth header
- If a value is specified in the corresponding env-var, that value is
used instead of the existing token
The primary use case is for Google Cloud's Identity Aware Proxy (IAP) which allows secure access to private services but removes the Authorization header in the process. The `Proxy-Authorization` header gets forwarded along to the service as the `Authorization` header for the internal service.
* Use openMetadataConnection schema instead of env vars
* Disable too-many-locals for _request function
* Fix dict merge
* Improved topic summary panel content
* added functionality to show nested column and schema details inside the EntitySummaryPanel.
* added unit tests for SummaryListItems component
* added unit tests for summary panel components
code optimizations and improvements
* fixed localization in SummaryListItems component
fixed unit tests
* fixed codesmells
* - added schema type field to show for topic summary
- fixed width issue for nested field details in summary panel
- added unit tests for EntitySummaryPanelUtils
- moved imports on top in EntitySummaryPanel test
* fixed failing unit tests
* Fixed failing unit tests
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Alert Test Fix
* Removed Db calls in case local publishers available
* Fix test
* Removed unrequired code
* Maintaing entityType to class map
* checkstyle
* chore : Add useAirflowStatus hook
* Add interface for hook
* Expose the fetch status method
* update hook return value
* refactor : use useAirflowStatus hook to get the airflow status
* Update useEffect to fetch data based on airflow status
* update license
* fetch workflow if airflow is available
* Revert "Update useEffect to fetch data based on airflow status"
This reverts commit c8cea80d4d2637d1c9163f650a34783c8efe376b.
* fix : cy failures
* address comments
* fix : unit test
* fix : cy test
* Add language for Search mappings
* Fix#9158: OpenSearch/ElasticSearch - Language based mappings
* Add analyzer to search in Japanese
* Adding JP es analyzer for all the indexes
* Fix review comments
* rebase with main
Co-authored-by: Megumi AIKAWA <megumi.aikawa@gmail.com>