Skip to content

Commit

Permalink
[Multiple Datasource][Version Decoupling] Add data source version and…
Browse files Browse the repository at this point in the history
… installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>
  • Loading branch information
ZilongX committed Jul 23, 2024
1 parent faaa45c commit f55e3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/data_source_management/public/components/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ export async function getDataSourceById(
endpoint: attributes.endpoint,
description: attributes.description || '',
auth: attributes.auth,
datasourceversion: attributes.dataSourceVersion,
installedplugins: attributes.installedPlugins,
};
}

Expand Down

0 comments on commit f55e3cc

Please sign in to comment.