File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 "title" : " Update Method" ,
4545 "description" : " Define how OLake captures data updates from your source" ,
4646 "oneOf" : [
47+ {
48+ "type" : " object" ,
49+ "title" : " Standalone" ,
50+ "properties" : {
51+ "type" : {
52+ "const" : " Standalone"
53+ }
54+ },
55+ "required" : [
56+ " type"
57+ ]
58+ },
4759 {
4860 "type" : " object" ,
4961 "title" : " CDC" ,
6274 " initial_wait_time"
6375 ],
6476 "additionalProperties" : false
65- },
66- {
67- "type" : " object" ,
68- "title" : " Standalone" ,
69- "properties" : {
70- "type" : {
71- "const" : " Standalone"
72- }
73- },
74- "required" : [
75- " type"
76- ]
7777 }
7878 ]
7979 },
Original file line number Diff line number Diff line change 6969 "title" : " Update Method" ,
7070 "description" : " Define how OLake captures data updates from your source" ,
7171 "oneOf" : [
72+ {
73+ "type" : " object" ,
74+ "title" : " Standalone" ,
75+ "properties" : {
76+ "type" : {
77+ "const" : " Standalone"
78+ }
79+ },
80+ "required" : [
81+ " type"
82+ ]
83+ },
7284 {
7385 "type" : " object" ,
7486 "title" : " CDC" ,
93105 " type" ,
94106 " replication_slot"
95107 ]
96- },
97- {
98- "type" : " object" ,
99- "title" : " Standalone" ,
100- "properties" : {
101- "type" : {
102- "const" : " Standalone"
103- }
104- },
105- "required" : [
106- " type"
107- ]
108108 }
109109 ]
110110 }
You can’t perform that action at this time.
0 commit comments