Skip to content

Commit ac1b88b

Browse files
committed
Avoid extra changes
1 parent a684503 commit ac1b88b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ydb/core/external_sources/external_source_factory.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,7 @@ IExternalSourceFactory::TPtr CreateExternalSourceFactory(const std::vector<TStri
7171
{
7272
ToString(NYql::EDatabaseType::MsSQLServer),
7373
CreateExternalDataSource(TString{NYql::GenericProviderName}, {"BASIC"}, {"database_name", "use_tls"}, hostnamePatternsRegEx)
74-
},
75-
{
76-
ToString(NYql::EDatabaseType::Oracle),
77-
CreateExternalDataSource(TString{NYql::GenericProviderName}, {"BASIC"}, {"database_name", "use_tls", "service_name"}, hostnamePatternsRegEx)
78-
},
79-
{
80-
ToString(NYql::EDatabaseType::Logging),
81-
CreateExternalDataSource(TString{NYql::GenericProviderName}, {"SERVICE_ACCOUNT"}, {"folder_id"}, hostnamePatternsRegEx)
82-
}
83-
});
74+
}});
8475
}
8576

8677
}

0 commit comments

Comments
 (0)