Search before asking
Problem Description
Currently there is no API to get published datasource by type and proxy user.
Description
Add support for getting published datasource by type and proxy user.
Use case
Users need to query published datasources filtered by datasource type and proxy user.
Solutions
- Added GetPublishedDataSourceByTypeAction and GetPublishedDataSourceByTypeResult
- Modified DataSourceInfoServiceImpl to support the new query
- Updated PES client to support the new API
Are you willing to submit a PR?