Skip to content

Commit 68a301a

Browse files
authored
Merge pull request #1 from asmyasnikov/view
Enabled `view` grpc service and feature flag `enable_views`
2 parents ad081d4 + e841194 commit 68a301a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/tests/library/harness/resources/default_yaml.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,12 @@ grpc_config:
155155
- "monitoring"
156156
- "auth"
157157
- "query_service"
158+
- "view"
158159
feature_flags:
159160
enable_persistent_query_stats: true
160161
enable_scheme_transactions_at_scheme_shard: true
161162
enable_mvcc_snapshot_reads: true
163+
enable_views: true
162164
kqpconfig:
163165
settings:
164166
- name: "_ResultRowsLimit"

0 commit comments

Comments
 (0)