From b29d90e8277b878b1d534ce22cb6c03170f18746 Mon Sep 17 00:00:00 2001 From: "Yuanqi(Ella) Zhu" <53279298+zhyuanqi@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:40:18 -0700 Subject: [PATCH] Fix datasource conntection failure (#6648) * Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu * Changeset file for PR #6648 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> --- changelogs/fragments/6648.yml | 2 ++ src/plugins/data_source/server/plugin.ts | 1 + 2 files changed, 3 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 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