stackql-deploy 2.1.1

Infrastructure-as-code framework for declarative cloud resource management using StackQL
/*+ command */
INSERT INTO snowflake.sqlapi.statements (
statement,
timeout,
database,
schema,
warehouse,
"User-Agent",
endpoint
)
SELECT 
'{{ statement | sql_escape }}',
{{ timeout }},
'{{ database }}',
'{{ schema }}',
'{{ warehouse }}',
'{{ "User-Agent" }}',
'{{ snowflake_endpoint }}'
;