Skip to content

Commit

Permalink
Rename SQL scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 23, 2023
1 parent 97fc025 commit 27f3c73
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@ jobs:
- name: Create warehouses
run: |
~/bin/snowsql -f admin/warehouse_setup.sql
~/bin/snowsql -f admin/warehouses.sql
- name: Create databases
run: |
~/bin/snowsql -f admin/database.sql
~/bin/snowsql -f admin/databases.sql
- name: Create tableau oauth
run: |
~/bin/snowsql -f admin/tableau_oauth.sql
~/bin/snowsql -f admin/oauth.sql
- name: Create users
run: |
~/bin/snowsql -f admin/user_setup.sql --variable saml2_issuer=$saml2_issuer --variable saml2_sso_url=$saml2_sso_url --variable saml2_x509_cert=$saml2_x509_cert
~/bin/snowsql -f admin/users.sql --variable saml2_issuer=$saml2_issuer --variable saml2_sso_url=$saml2_sso_url --variable saml2_x509_cert=$saml2_x509_cert
- name: Roles and granting policies
run: |
~/bin/snowsql -f admin/role_setup.sql
~/bin/snowsql -f admin/roles.sql
- name: Governance
run: |
~/bin/snowsql -f admin/governance.sql
~/bin/snowsql -f admin/policies.sql
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 27f3c73

Please sign in to comment.