OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

support data asset explore widget

Open Ashish8689 opened this issue 1 year ago • 6 comments

Describe your changes:

  • I worked on supporting the data asset explore widget
  • clicking on the card will redirect to the explore page with the service type which was click on appropriate Service.

Note :

  • Reason for creating smallCase serviceType, as we get the type in small case from the aggregation.
image image image

https://github.com/open-metadata/OpenMetadata/assets/66266464/3ec72cea-c91e-4abb-83db-0133a685ffeb

https://github.com/open-metadata/OpenMetadata/assets/66266464/fb9bcf86-0581-4c1a-be5e-df3f9ed7ed52

Type of change:

  • [ ] Bug fix
  • [ ] Improvement
  • [x] New feature
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation

Checklist:

  • [x] I have read the CONTRIBUTING document.
  • [ ] My PR title is Fixes <issue-number>: <short explanation>
  • [ ] I have commented on my code, particularly in hard-to-understand areas.
  • [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Ashish8689 avatar Jun 11 '24 13:06 Ashish8689

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 65%
65.27% (35486/54372) 42.01% (14030/33400) 44.01% (4350/9883)

github-actions[bot] avatar Jun 11 '24 13:06 github-actions[bot]

@chirag-madlani changes done as per comments!

Ashish8689 avatar Jun 28 '24 10:06 Ashish8689

@ShaileshParmar11 added a playwright test for it!

Ashish8689 avatar Jun 29 '24 15:06 Ashish8689

@ShaileshParmar11 updated the playwright test as per comments!

Ashish8689 avatar Jul 01 '24 09:07 Ashish8689