File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments