Skip to content

Commit

Permalink
Merge pull request #241 from dmaresma/fix/snowflake_ext_table_location
Browse files Browse the repository at this point in the history
snowflake stage name location format bug fix
  • Loading branch information
xnuinside committed Mar 25, 2024
2 parents b162a34 + ad437b1 commit f640799
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 50,806 deletions.
2 changes: 2 additions & 0 deletions simple_ddl_parser/dialects/snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def p_fmt_equals(self, p: List) -> None:
def p_table_property_equals(self, p: List) -> None:
"""table_property_equals : id id id_or_string
| id id_or_string
| id DOT id_or_string
| id DOT id DOT id_or_string
| LP id id id_or_string RP
| LP id_or_string RP
| id table_property_equals
Expand Down
Loading

0 comments on commit f640799

Please sign in to comment.