Skip to content

Commit

Permalink
Add continue on error to K8s sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkarimi1383 authored Dec 7, 2024
1 parent ee95b82 commit f64cdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ data:
apply_sql: false # apply sql files to dest (to connection_info)
skip_tbls: [] # exclude some tables
only_tbls: [] # only execute for specified tables
continue_on_error: false # if true, continue on sql execute error
skip_nonempty_tbl: false # if true, skip tables in new database if not empty while loading data from ibd
connection_info:
host: new-mysql.default.svc.cluster.local
Expand Down

0 comments on commit f64cdcd

Please sign in to comment.