FIX - Looker local path git converter (#23983)

This commit is contained in:
Pere Miquel Brull 2025-10-22 20:00:29 +02:00 committed by GitHub
parent 633152124a
commit 72795365c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,11 @@ import org.openmetadata.schema.utils.JsonUtils;
public class LookerConnectionClassConverter extends ClassConverter {
private static final List<Class<?>> CREDENTIALS_CLASSES =
List.of(GitHubCredentials.class, BitBucketCredentials.class, GitlabCredentials.class);
List.of(
GitHubCredentials.class,
BitBucketCredentials.class,
GitlabCredentials.class,
String.class);
public LookerConnectionClassConverter() {
super(LookerConnection.class);