Skip to content

Commit

Permalink
bulker: added addMeta to known options
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jan 17, 2025
1 parent dea71f4 commit bd02869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkerlib/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type StreamOption func(*StreamOptions)
var optionsRegistry = make(map[string]ParseableOption)

// Not used by bulker. Just added here to be treated as known options and don't print errors
var ignoredOptions = []string{"functions", "streams", "dataLayout", "events", "debugTill", "hosts", "schedule", "timezone", "storageKey", "tableNamePrefix", "multithreading", "keepOriginalNames", "functionsEnv"}
var ignoredOptions = []string{"functions", "streams", "dataLayout", "events", "debugTill", "hosts", "schedule", "timezone", "storageKey", "tableNamePrefix", "multithreading", "keepOriginalNames", "functionsEnv", "addMeta"}

var (
BatchSizeOption = ImplementationOption[int]{
Expand Down

0 comments on commit bd02869

Please sign in to comment.