Skip to content

Commit

Permalink
fix flow build
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 29, 2024
1 parent 2c46faa commit 554ee0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/model/qvalue/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ func (kind QValueKind) ToDWHColumnType(dwhType QDWHType) (string, error) {
return "String", nil
}
default:
return "", fmt.Errorf("unknown dwh type: %s", dwhType)
return "", fmt.Errorf("unknown dwh type: %v", dwhType)
}
}

0 comments on commit 554ee0b

Please sign in to comment.