You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a repository in Snowflake with GitHub, add a file in upper case with sql file to the repo. Then run snow execute @<repo_name>/branches/main/<FILE_IN_UPPERCASE>/file.sql it should fail because the path contains a file in upper case.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
"No files matched pattern" error when directory contains names in upper case.
SNOW-1636439: "No files matched pattern" error when directory contains names in upper case.
Aug 22, 2024
SnowCLI version
2.6.1
Python version
Python 3.11.5
Platform
macOS-14.5-arm64-arm-64bit
What happened
No files matched pattern, even though the file exists
This lower function caused the error:
Console output
How to reproduce
Create a repository in Snowflake with GitHub, add a file in upper case with sql file to the repo. Then run
snow execute @<repo_name>/branches/main/<FILE_IN_UPPERCASE>/file.sql
it should fail because the path contains a file in upper case.The text was updated successfully, but these errors were encountered: