Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 8, 2024
1 parent c547fca commit bb9a9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ type Kafka struct {
type SharedDestinationSettings struct {
// TruncateExceededValues - This will truncate exceeded values instead of replacing it with `__artie_exceeded_value`
TruncateExceededValues bool `yaml:"truncateExceededValues"`
// TODO: Update the yaml annotation once it's supported.
// ExpandStringPrecision - This will expand the string precision based on the values that come in, if the destination supports it.
ExpandStringPrecision bool `yaml:"_expandStringPrecision"`
// ExpandStringPrecision - This will expand the string precision if the incoming data has a higher precision than the destination table.
// This is only supported by Redshift at the moment.
ExpandStringPrecision bool `yaml:"expandStringPrecision"`
}

type Reporting struct {
Expand Down

0 comments on commit bb9a9e7

Please sign in to comment.