Skip to content

Commit

Permalink
add solomon provider to valid sources (ydb-platform#5752)
Browse files Browse the repository at this point in the history
  • Loading branch information
uzhastik authored Jun 28, 2024
1 parent 89e6192 commit 30a9628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ using namespace NKikimr::NMiniKQL;

namespace {

const THashSet<TStringBuf> VALID_SOURCES = {DqProviderName, ConfigProviderName, YtProviderName, ClickHouseProviderName, YdbProviderName, S3ProviderName, PgProviderName};
const THashSet<TStringBuf> VALID_SOURCES = {DqProviderName, ConfigProviderName, YtProviderName, ClickHouseProviderName, YdbProviderName, S3ProviderName, PgProviderName, SolomonProviderName};
const THashSet<TStringBuf> VALID_SINKS = {ResultProviderName, YtProviderName, S3ProviderName};

}
Expand Down

0 comments on commit 30a9628

Please sign in to comment.