Skip to content

Commit

Permalink
Make TableAlias a type definition (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed May 16, 2024
1 parent db63d93 commit 63081f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func IsValidS3OutputFormat(format S3OutputFormat) bool {
return format == ParquetFormat
}

type TableAlias = string // TODO: Remove the = when everything accepts a [TableAlias] type
type TableAlias string

const (
StagingAlias TableAlias = "stg"
Expand Down

0 comments on commit 63081f5

Please sign in to comment.