You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml.example
+4
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ source:
28
28
# Preserve TTLs and WRITETIMEs of cells in the source database. Note that this
29
29
# option is *incompatible* when copying tables with collections (lists, maps, sets).
30
30
preserveTimestamps: true
31
+
# optional, default TTL in seconds to use if source.preserveTimestamps AND IF original TTL is null, final TTL to be set, if 0 or unset it will be ignored
32
+
# final write TTL set will be relative to writetimestamp, so: defaultTTL - now-writetimestamp
33
+
# it assumes writetimestamps are in UTC
34
+
#defaultTTL: 0
31
35
# Number of splits to use - this should be at minimum the amount of cores
32
36
# available in the Spark cluster, and optimally more; higher splits will lead
33
37
# to more fine-grained resumes. Aim for 8 * (Spark cores).
0 commit comments