Skip to content

Commit

Permalink
changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Feb 15, 2024
1 parent 316554a commit 7943bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sdk/grants.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ func (row grantRow) convert() *Grant {
grantTo := ObjectType(strings.ReplaceAll(row.GrantTo, "_", " "))
var granteeName AccountObjectIdentifier
if grantedTo == ObjectTypeShare {
// TODO(SNOW-1058419): Change this logic during identifiers rework
parts := strings.Split(row.GranteeName, ".")
switch {
case len(parts) == 1:
Expand Down

0 comments on commit 7943bee

Please sign in to comment.