OpenMetadata
OpenMetadata copied to clipboard
Improve testing coverage for dashboard client connectors
trafficstars
currently we mock dashboard clients which reduces the code coverage, implement a mechanism where we can spin up a sample dashboard cluster load some data and validate the same, in such scenario we can skip e2e tests for such connectors.
I will work on this.