Skip to content

Commit

Permalink
env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Jun 2, 2024
1 parent fbc9231 commit 81cc5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/basics_demo/A__render.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use database {{ database_name }};
use schema {{ schema_name }};

USE ROLE IDENTIFIER('{{ env_var('SNOWFLAKE_ROLE') }}')
USE ROLE IDENTIFIER('{{ env_var('SNOWFLAKE_ROLE') }}');

0 comments on commit 81cc5f0

Please sign in to comment.