Skip to content

Commit b226ff1

Browse files
authored
Merge pull request #1107 from ydb-platform/fix-24.1
fix run query service client on YDB 24.1 (feature flag `enable_prepared_ddl`)
2 parents 1655690 + b23b450 commit b226ff1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
env:
3030
YDB_LOCAL_SURVIVE_RESTART: true
3131
YDB_USE_IN_MEMORY_PDISKS: true
32+
YDB_TABLE_ENABLE_PREPARED_DDL: true
3233
options: '-h localhost'
3334
env:
3435
OS: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
env:
5959
YDB_LOCAL_SURVIVE_RESTART: true
6060
YDB_USE_IN_MEMORY_PDISKS: true
61+
YDB_TABLE_ENABLE_PREPARED_DDL: true
6162
options: '-h localhost'
6263
env:
6364
OS: ubuntu-latest

0 commit comments

Comments
 (0)