There was an error while loading. Please reload this page.
2 parents 881af18 + a916422 commit 27edb3eCopy full SHA for 27edb3e
2 files changed
VERSION
@@ -1 +1 @@
1
-0.2.8
+0.2.9
src/glassflow_clickhouse_etl/models/sink.py
@@ -26,6 +26,7 @@ class SinkConfig(BaseModel):
26
username: str
27
password: str
28
secure: bool = Field(default=False)
29
+ skip_certificate_verification: bool = Field(default=False)
30
max_batch_size: int = Field(default=1000)
31
max_delay_time: str = Field(default="10m")
32
table: str
0 commit comments