File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,59 @@ pipelines:
2121 override : true
2222 - type : debug
2323 output :
24+ deadqueue :
25+ type : clickhouse
26+ addresses :
27+ - 127.0.0.1:9001
28+ table : test_table_insert
29+ insert_timeout : 1m
30+ columns :
31+ - name : c1
32+ type : String
33+ - name : c2
34+ type : Int8
35+ - name : c3
36+ type : Int16
37+ - name : c4
38+ type : Nullable(Int16)
39+ - name : c5
40+ type : Nullable(String)
41+ - name : level
42+ type : Enum8('error'=1, 'warn'=2, 'info'=3, 'debug'=4)
43+ - name : ipv4
44+ type : Nullable(IPv4)
45+ - name : ipv6
46+ type : Nullable(IPv6)
47+ - name : ts
48+ type : DateTime
49+ - name : ts_with_tz
50+ type : DateTime('Europe/Moscow')
51+ - name : ts64
52+ type : DateTime64(3, 'UTC')
53+ - name : ts64_auto
54+ type : DateTime64(9, 'UTC')
55+ - name : ts_rfc3339nano
56+ type : DateTime64(9)
57+ - name : f32
58+ type : Float32
59+ - name : f64
60+ type : Float64
61+ - name : lc_str
62+ type : LowCardinality(String)
63+ - name : str_arr
64+ type : Array(String)
65+ - name : map_str_str
66+ type : Map(String,String)
67+ - name : uuid
68+ type : UUID
69+ - name : uuid_nullable
70+ type : Nullable(UUID)
2471 type : clickhouse
2572 addresses :
2673 - 127.0.0.1:9001
27- table : test_table_insert
74+ table : test_table_insert_not_exists
2875 insert_timeout : 1m
76+ retry : 0
2977 columns :
3078 - name : c1
3179 type : String
You can’t perform that action at this time.
0 commit comments