Skip to content

Commit 1afb1f0

Browse files
committed
document sync in tooltip
1 parent 59a46b8 commit 1afb1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashjoin-core/src/main/java/org/dashjoin/mapping/AbstractSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class AbstractSource extends AbstractMapping<Void> {
4949
* default is Ignore
5050
*/
5151
@JsonSchema(enums = {"Ignore", "Refresh", "Delete All", "Sync"}, title = "Handle existing data",
52-
description = "Ignore: simply add the data. Refresh: data that was created by this function and is no longer present in this run is deleted. Delete All: all records from the target tables are deleted.")
52+
description = "Ignore: simply add the data. Refresh: data that was created by this function and is no longer present in this run is deleted. Delete All: all records from the target tables are deleted. Sync: can sync modified URLs to the database.")
5353
public String oldData;
5454

5555
public Date start;

0 commit comments

Comments
 (0)