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
materialize-s3-iceberg: default to delta updates if config is absent
Unless the delta updates configuration is explicitly false, we will consider
delta updates to be enabled.
Practically speaking the connector only works in delta updates mode, and will
error out if this is set to false.
This will allow the materialization to work with a `sourceCapture` set, with new
bindings added an absent configuration value for `delta_updates`.
Tablestring`json:"table" jsonschema:"title=Table,description=Name of the database table." jsonschema_extras:"x-collection-name=true"`
126
126
Namespacestring`json:"namespace,omitempty" jsonschema:"title=Alternative Namespace,description=Alternative namespace for this table (optional)."`
127
-
Deltabool`json:"delta_updates,omitempty" jsonschema:"default=true,title=Delta Update,description=Should updates to this table be done via delta updates. Currently this connector only supports delta updates."`
127
+
Delta*bool`json:"delta_updates,omitempty" jsonschema:"default=true,title=Delta Update,description=Should updates to this table be done via delta updates. Currently this connector only supports delta updates."`
0 commit comments