Skip to content

Commit

Permalink
make current_resource_group not a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Mar 6, 2023
1 parent cfd6c20 commit b5d373f
Show file tree
Hide file tree
Showing 4 changed files with 9,753 additions and 9,762 deletions.
1 change: 0 additions & 1 deletion parser/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ var tokenMap = map[string]int{
"CSV_TRIM_LAST_SEPARATORS": csvTrimLastSeparators,
"CURDATE": curDate,
"CURRENT_DATE": currentDate,
"CURRENT_RESOURCE_GROUP": currentResourceGroup,
"CURRENT_ROLE": currentRole,
"CURRENT_TIME": currentTime,
"CURRENT_TIMESTAMP": currentTs,
Expand Down
Loading

0 comments on commit b5d373f

Please sign in to comment.