Skip to content

Commit f640799

Browse files
authored
Merge pull request #241 from dmaresma/fix/snowflake_ext_table_location
snowflake stage name location format bug fix
2 parents b162a34 + ad437b1 commit f640799

File tree

3 files changed

+469
-50806
lines changed

3 files changed

+469
-50806
lines changed

simple_ddl_parser/dialects/snowflake.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def p_fmt_equals(self, p: List) -> None:
4343
def p_table_property_equals(self, p: List) -> None:
4444
"""table_property_equals : id id id_or_string
4545
| id id_or_string
46+
| id DOT id_or_string
47+
| id DOT id DOT id_or_string
4648
| LP id id id_or_string RP
4749
| LP id_or_string RP
4850
| id table_property_equals

0 commit comments

Comments
 (0)