Skip to content

Commit f8e6023

Browse files
authored
Merge pull request #24 from getditto/ivankiselev/bp-672-update-crds
Update CRDs for dialect field of CDC resources
2 parents dafc073 + cf27835 commit f8e6023

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

charts/big-peer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ home: https://docs.ditto.live/
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.16
18+
version: 0.2.17
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/big-peer/crds/ditto_v1alpha2_livequerysources.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ spec:
5050
description: Optional description of this source object
5151
nullable: true
5252
type: string
53+
dialect:
54+
default: OQB
55+
description: "Version of the query language. At the moment of writing: DQL or OQB"
56+
enum:
57+
- OQB
58+
- DQL
59+
type: string
5360
liveQueryCoreRef:
5461
description: "Reference to the `LiveQueryCore` object of this source's [`RegistryApp`]"
5562
nullable: true
@@ -96,6 +103,7 @@ spec:
96103
type: object
97104
queryFilterExpression:
98105
description: Query filter expression to scope the data matching for the Live Query
106+
nullable: true
99107
type: string
100108
schema:
101109
description: "Schema of CDC messages to be written in this source's data stream"
@@ -106,7 +114,6 @@ spec:
106114
required:
107115
- appId
108116
- output
109-
- queryFilterExpression
110117
- schema
111118
type: object
112119
status:

0 commit comments

Comments
 (0)