Skip to content

Commit

Permalink
update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Dec 5, 2023
1 parent 9f2e0bd commit c884a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/sdk/event_tables_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var EventTablesDef = g.NewInterface(
Name().
WithValidation(g.ValidIdentifier, "name"),
).DropOperation(
"https://docs.snowflake.com/en/sql-reference/sql/drop-event-table",
"https://docs.snowflake.com/en/sql-reference/sql/drop-table",
g.NewQueryStruct("DropEventTable").
Drop().
SQL("TABLE").
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/event_tables_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type EventTableDetails struct {
Comment string
}

// DropEventTableOptions is based on https://docs.snowflake.com/en/sql-reference/sql/drop-event-table.
// DropEventTableOptions is based on https://docs.snowflake.com/en/sql-reference/sql/drop-table.
type DropEventTableOptions struct {
drop bool `ddl:"static" sql:"DROP"`
table bool `ddl:"static" sql:"TABLE"`
Expand Down

0 comments on commit c884a41

Please sign in to comment.