Skip to content

Commit

Permalink
refactor showbyid operation name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fbudzynski committed Dec 9, 2024
1 parent e43fa86 commit ebca6d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/sdk/session_policies_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ var SessionPoliciesDef = g.NewInterface(
Show().
SQL("SESSION POLICIES"),
).
ShowByIdOperationWithFiltering(
g.ShowByIDNoFiltering,
).
ShowByIdOperationNoFiltering().
DescribeOperation(
g.DescriptionMappingKindSingleValue,
"https://docs.snowflake.com/en/sql-reference/sql/desc-session-policy",
Expand Down

0 comments on commit ebca6d8

Please sign in to comment.