From 66591f90092bdc354e8d452a3a0609d25a23166a Mon Sep 17 00:00:00 2001 From: "Yuanqi(Ella) Zhu" Date: Fri, 26 Apr 2024 03:12:09 +0000 Subject: [PATCH 1/2] Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu --- src/plugins/data_source/server/plugin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/data_source/server/plugin.ts b/src/plugins/data_source/server/plugin.ts index f8741d8d3f32..229adf2bbe7b 100644 --- a/src/plugins/data_source/server/plugin.ts +++ b/src/plugins/data_source/server/plugin.ts @@ -176,6 +176,7 @@ export class DataSourcePlugin implements Plugin, authRegistryPromise: Promise, customApiSchemaRegistryPromise: Promise From 008454fc9159bd2421f8061db2b1790ebd1dafb7 Mon Sep 17 00:00:00 2001 From: "opensearch-changeset-bot[bot]" <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 03:16:49 +0000 Subject: [PATCH 2/2] Changeset file for PR #6648 created/updated --- changelogs/fragments/6648.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/6648.yml diff --git a/changelogs/fragments/6648.yml b/changelogs/fragments/6648.yml new file mode 100644 index 000000000000..e3d207dedbcd --- /dev/null +++ b/changelogs/fragments/6648.yml @@ -0,0 +1,2 @@ +fix: +- Fix datasource test connect error ([#6648](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6648)) \ No newline at end of file