1- ---
2- title : snowflake
3- hide_title : false
4- hide_table_of_contents : false
5- keywords :
6- - snowflake
7- - stackql
8- - infrastructure-as-code
9- - configuration-as-data
10- - cloud inventory
11- description : Query, deploy and manage Snowflake resources using SQL
12- custom_edit_url : null
13- image : /img/providers/snowflake/stackql-snowflake-provider-featured-image.png
14- id : snowflake-doc
15- slug : /providers/snowflake
16-
17- ---
18-
19- import CopyableCode from '@site/src /components/CopyableCode/CopyableCode';
20-
21- Snowflake for managing data warehousing, analytics, and secure data sharing with scalable cloud-native architecture and pay-as-you-go pricing.
1+ ---
2+ title : snowflake
3+ hide_title : false
4+ hide_table_of_contents : false
5+ keywords :
6+ - snowflake
7+ - stackql
8+ - infrastructure-as-code
9+ - configuration-as-data
10+ - cloud inventory
11+ description : Query, deploy and manage Snowflake resources using SQL
12+ custom_edit_url : null
13+ image : /img/providers/snowflake/stackql-snowflake-provider-featured-image.png
14+ id : snowflake-doc
15+ slug : /providers/snowflake
16+
17+ ---
18+
19+ import CopyableCode from '@site/src /components/CopyableCode/CopyableCode';
20+
21+ Snowflake for managing data warehousing, analytics, and secure data sharing with scalable cloud-native architecture and pay-as-you-go pricing.
2222
2323
2424:::info Provider Summary
2525
2626<div class =" row " >
2727<div class =" providerDocColumn " >
2828<span >total services:  ; <b >32</b ></span ><br />
29- <span >total resources:  ; <b >47 </b ></span ><br />
29+ <span >total resources:  ; <b >79 </b ></span ><br />
3030</div >
3131</div >
3232
3333:::
3434
35- See also:
36- [[ ` SHOW ` ]] ( https://stackql.io/docs/language-spec/show ) [[ ` DESCRIBE ` ]] ( https://stackql.io/docs/language-spec/describe ) [[ ` REGISTRY ` ]] ( https://stackql.io/docs/language-spec/registry )
37- * * *
38-
39- ## Installation
40-
41- To pull the latest version of the ` snowflake ` provider, run the following command:
42-
43- ``` bash
44- REGISTRY PULL snowflake;
45- ```
46- > To view previous provider versions or to pull a specific provider version, see [ here] ( https://stackql.io/docs/language-spec/registry ) .
47-
48- ## Authentication
49-
50- The following system environment variables are used for authentication by default:
51-
52- - <CopyableCode code =" SNOWFLAKE_PAT " /> - Snowflake Programmatic Access Token (PAT) (see <a href =" https://docs.snowflake.com/developer-guide/snowflake-rest-api/authentication#using-a-programmatic-access-token-pat " >Using a programmatic access token (PAT)</a >)
53-
54- These variables are sourced at runtime (from the local machine or as CI variables/secrets).
55-
56- <details >
57-
58- <summary >Using different environment variables</summary >
59-
60- To use different environment variables (instead of the defaults), use the ` --auth ` flag of the ` stackql ` program. For example:
61-
62- ``` bash
63-
64- AUTH=' { "snowflake": { "type": "bearer", "credentialsenvvar": "YOUR_SNOWFLAKE_PAT_VAR" }}'
65- stackql shell --auth=" ${AUTH} "
66-
67- ```
68- or using PowerShell:
69-
70- ``` powershell
71-
72- $Auth = "{ 'snowflake': { 'type': 'bearer', 'credentialsenvvar': 'YOUR_SNOWFLAKE_PAT_VAR' }}"
73- stackql.exe shell --auth=$Auth
74-
75- ```
76- </details >
35+ See also:
36+ [[ ` SHOW ` ]] ( https://stackql.io/docs/language-spec/show ) [[ ` DESCRIBE ` ]] ( https://stackql.io/docs/language-spec/describe ) [[ ` REGISTRY ` ]] ( https://stackql.io/docs/language-spec/registry )
37+ * * *
38+
39+ ## Installation
40+
41+ To pull the latest version of the ` snowflake ` provider, run the following command:
42+
43+ ``` bash
44+ REGISTRY PULL snowflake;
45+ ```
46+ > To view previous provider versions or to pull a specific provider version, see [ here] ( https://stackql.io/docs/language-spec/registry ) .
47+
48+ ## Authentication
49+
50+ The following system environment variables are used for authentication by default:
51+
52+ - <CopyableCode code =" SNOWFLAKE_PAT " /> - Snowflake Programmatic Access Token (PAT) (see <a href =" https://docs.snowflake.com/developer-guide/snowflake-rest-api/authentication#using-a-programmatic-access-token-pat " >Using a programmatic access token (PAT)</a >)
53+
54+ These variables are sourced at runtime (from the local machine or as CI variables/secrets).
55+
56+ <details >
57+
58+ <summary >Using different environment variables</summary >
59+
60+ To use different environment variables (instead of the defaults), use the ` --auth ` flag of the ` stackql ` program. For example:
61+
62+ ``` bash
63+
64+ AUTH=' { "snowflake": { "type": "bearer", "credentialsenvvar": "YOUR_SNOWFLAKE_PAT_VAR" }}'
65+ stackql shell --auth=" ${AUTH} "
66+
67+ ```
68+ or using PowerShell:
69+
70+ ``` powershell
71+
72+ $Auth = "{ 'snowflake': { 'type': 'bearer', 'credentialsenvvar': 'YOUR_SNOWFLAKE_PAT_VAR' }}"
73+ stackql.exe shell --auth=$Auth
74+
75+ ```
76+ </details >
7777
7878
7979## Services
8080<div class =" row " >
8181<div class =" providerDocColumn " >
8282<a href =" /providers/snowflake/account/ " >account</a ><br />
8383<a href =" /providers/snowflake/alert/ " >alert</a ><br />
84- <a href =" /providers/snowflake/api_integration / " >api_integration </a ><br />
85- <a href =" /providers/snowflake/catalog_integration / " >catalog_integration </a ><br />
86- <a href =" /providers/snowflake/compute_pool / " >compute_pool </a ><br />
84+ <a href =" /providers/snowflake/api-integration / " >api-integration </a ><br />
85+ <a href =" /providers/snowflake/catalog-integration / " >catalog-integration </a ><br />
86+ <a href =" /providers/snowflake/compute-pool / " >compute-pool </a ><br />
8787<a href =" /providers/snowflake/database/ " >database</a ><br />
88- <a href =" /providers/snowflake/database_role / " >database_role </a ><br />
89- <a href =" /providers/snowflake/dynamic_table / " >dynamic_table </a ><br />
90- <a href =" /providers/snowflake/event_table / " >event_table </a ><br />
91- <a href =" /providers/snowflake/external_volume / " >external_volume </a ><br />
88+ <a href =" /providers/snowflake/database-role / " >database-role </a ><br />
89+ <a href =" /providers/snowflake/dynamic-table / " >dynamic-table </a ><br />
90+ <a href =" /providers/snowflake/event-table / " >event-table </a ><br />
91+ <a href =" /providers/snowflake/external-volume / " >external-volume </a ><br />
9292<a href =" /providers/snowflake/function/ " >function</a ><br />
9393<a href =" /providers/snowflake/grant/ " >grant</a ><br />
94- <a href =" /providers/snowflake/iceberg_table / " >iceberg_table </a ><br />
95- <a href =" /providers/snowflake/image_repository / " >image_repository </a ><br />
96- <a href =" /providers/snowflake/managed_account / " >managed_account </a ><br />
97- <a href =" /providers/snowflake/network_policy / " >network_policy </a ><br />
94+ <a href =" /providers/snowflake/iceberg-table / " >iceberg-table </a ><br />
95+ <a href =" /providers/snowflake/image-repository / " >image-repository </a ><br />
96+ <a href =" /providers/snowflake/managed-account / " >managed-account </a ><br />
97+ <a href =" /providers/snowflake/network-policy / " >network-policy </a ><br />
9898</div >
9999<div class =" providerDocColumn " >
100100<a href =" /providers/snowflake/notebook/ " >notebook</a ><br />
101- <a href =" /providers/snowflake/notification_integration / " >notification_integration </a ><br />
101+ <a href =" /providers/snowflake/notification-integration / " >notification-integration </a ><br />
102102<a href =" /providers/snowflake/pipe/ " >pipe</a ><br />
103103<a href =" /providers/snowflake/procedure/ " >procedure</a ><br />
104104<a href =" /providers/snowflake/result/ " >result</a ><br />
@@ -110,7 +110,7 @@ stackql.exe shell --auth=$Auth
110110<a href =" /providers/snowflake/table/ " >table</a ><br />
111111<a href =" /providers/snowflake/task/ " >task</a ><br />
112112<a href =" /providers/snowflake/user/ " >user</a ><br />
113- <a href =" /providers/snowflake/user_defined_function / " >user_defined_function </a ><br />
113+ <a href =" /providers/snowflake/user-defined-function / " >user-defined-function </a ><br />
114114<a href =" /providers/snowflake/view/ " >view</a ><br />
115115<a href =" /providers/snowflake/warehouse/ " >warehouse</a ><br />
116116</div >
0 commit comments