You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument of type '{ savedObjects: SavedObjectsClientContract; cryptography: CryptographyServiceSetup; dataSourceId: string | undefined; testClientDataSourceAttr: DataSourceAttributes; request: OpenSearchDashboardsRequest<...>; authRegistry: IAuthenticationMethodRegistery; }' is not assignable to parameter of type 'DataSourceClientParams'.
Property 'customApiSchemaRegistryPromise' is missing in type '{ savedObjects: SavedObjectsClientContract; cryptography: CryptographyServiceSetup; dataSourceId: string | undefined; testClientDataSourceAttr: DataSourceAttributes; request: OpenSearchDashboardsRequest<...>; authRegistry: IAuthenticationMethodRegistery; }' but required in type 'DataSourceClientParams'.
Argument of type '{ savedObjects: SavedObjectsClientContract; cryptography: CryptographyServiceSetup; dataSourceId: string | undefined; testClientDataSourceAttr: DataSourceAttributes; request: OpenSearchDashboardsRequest<...>; authRegistry: IAuthenticationMethodRegistery; }' is not assignable to parameter of type 'DataSourceClientParams'.
Property 'customApiSchemaRegistryPromise' is missing in type '{ savedObjects: SavedObjectsClientContract; cryptography: CryptographyServiceSetup; dataSourceId: string | undefined; testClientDataSourceAttr: DataSourceAttributes; request: OpenSearchDashboardsRequest<...>; authRegistry: IAuthenticationMethodRegistery; }' but required in type 'DataSourceClientParams'.
Describe the bug
After introducing the change in PR #5895, Test connection is no longer working.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test connection should be successful for correct credentials and endpoint.
OpenSearch Version
N/A
Dashboards Version
N/A
Plugins
N/A
Screenshots
The text was updated successfully, but these errors were encountered: