Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Add snowpark as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed May 9, 2024
1 parent a876887 commit 27bbcaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/snowflake/cli/plugins/stage/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@


UNQUOTED_FILE_URI_REGEX = r"[\w/*?\-.=&{}$#[\]\"\\!@%^+:]+"
EXECUTE_SUPPORTED_FILES_FORMATS = {".sql", ".py"}
EXECUTE_SUPPORTED_FILES_FORMATS = (
".sql",
".py",
) # tuple to preserve order but it's a set


@dataclass
Expand Down

0 comments on commit 27bbcaa

Please sign in to comment.