Skip to content

Instantly share code, notes, and snippets.

@zdravko-il
Last active March 20, 2023 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdravko-il/b7853a5211dfae3536e40ca6b0a98f38 to your computer and use it in GitHub Desktop.
Save zdravko-il/b7853a5211dfae3536e40ca6b0a98f38 to your computer and use it in GitHub Desktop.
run-procedures-job:
stage: run-procedures
image: zyanakiev/snowpark-devops:latest
only:
- branches
script:
- |
echo "Run procedures"
~/bin/snowsql -s $SF_SCHEMA -f ./setup/01_run_procedures.sql -o friendly=false -o exit_on_error=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment