@pulumi/snowflake 2.10.0-alpha.1763622300 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/output.d.ts CHANGED
@@ -2163,6 +2163,69 @@ export interface GetNetworkPoliciesNetworkPolicyShowOutput {
2163
2163
  entriesInBlockedNetworkRules: number;
2164
2164
  name: string;
2165
2165
  }
2166
+ export interface GetNotebooksLimit {
2167
+ /**
2168
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
2169
+ */
2170
+ from?: string;
2171
+ /**
2172
+ * The maximum number of rows to return.
2173
+ */
2174
+ rows: number;
2175
+ }
2176
+ export interface GetNotebooksNotebook {
2177
+ /**
2178
+ * Holds the output of DESCRIBE NOTEBOOK
2179
+ */
2180
+ describeOutputs: outputs.GetNotebooksNotebookDescribeOutput[];
2181
+ /**
2182
+ * Holds the output of SHOW NOTEBOOKS.
2183
+ */
2184
+ showOutputs: outputs.GetNotebooksNotebookShowOutput[];
2185
+ }
2186
+ export interface GetNotebooksNotebookDescribeOutput {
2187
+ codeWarehouse: string;
2188
+ comment: string;
2189
+ computePool: string;
2190
+ defaultPackages: string;
2191
+ defaultVersion: string;
2192
+ defaultVersionAlias: string;
2193
+ defaultVersionGitCommitHash: string;
2194
+ defaultVersionLocationUri: string;
2195
+ defaultVersionName: string;
2196
+ defaultVersionSourceLocationUri: string;
2197
+ externalAccessIntegrations: string;
2198
+ externalAccessSecrets: string;
2199
+ idleAutoShutdownTimeSeconds: number;
2200
+ importUrls: string;
2201
+ lastVersionAlias: string;
2202
+ lastVersionGitCommitHash: string;
2203
+ lastVersionLocationUri: string;
2204
+ lastVersionName: string;
2205
+ lastVersionSourceLocationUri: string;
2206
+ liveVersionLocationUri: string;
2207
+ mainFile: string;
2208
+ name: string;
2209
+ owner: string;
2210
+ queryWarehouse: string;
2211
+ runtimeEnvironmentVersion: string;
2212
+ runtimeName: string;
2213
+ title: string;
2214
+ urlId: string;
2215
+ userPackages: string;
2216
+ }
2217
+ export interface GetNotebooksNotebookShowOutput {
2218
+ codeWarehouse: string;
2219
+ comment: string;
2220
+ createdOn: string;
2221
+ databaseName: string;
2222
+ name: string;
2223
+ owner: string;
2224
+ ownerRoleType: string;
2225
+ queryWarehouse: string;
2226
+ schemaName: string;
2227
+ urlId: string;
2228
+ }
2166
2229
  export interface GetParametersParameter {
2167
2230
  /**
2168
2231
  * The default value of the parameter
@@ -2923,6 +2986,46 @@ export interface GetSecurityIntegrationsSecurityIntegrationShowOutput {
2923
2986
  integrationType: string;
2924
2987
  name: string;
2925
2988
  }
2989
+ export interface GetSemanticViewsIn {
2990
+ /**
2991
+ * Returns records for the entire account.
2992
+ */
2993
+ account?: boolean;
2994
+ /**
2995
+ * Returns records for the current database in use or for a specified database.
2996
+ */
2997
+ database?: string;
2998
+ /**
2999
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
3000
+ */
3001
+ schema?: string;
3002
+ }
3003
+ export interface GetSemanticViewsLimit {
3004
+ /**
3005
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
3006
+ */
3007
+ from?: string;
3008
+ /**
3009
+ * The maximum number of rows to return.
3010
+ */
3011
+ rows: number;
3012
+ }
3013
+ export interface GetSemanticViewsSemanticView {
3014
+ /**
3015
+ * Holds the output of SHOW SEMANTIC VIEWS.
3016
+ */
3017
+ showOutputs: outputs.GetSemanticViewsSemanticViewShowOutput[];
3018
+ }
3019
+ export interface GetSemanticViewsSemanticViewShowOutput {
3020
+ comment: string;
3021
+ createdOn: string;
3022
+ databaseName: string;
3023
+ extension: string;
3024
+ name: string;
3025
+ owner: string;
3026
+ ownerRoleType: string;
3027
+ schemaName: string;
3028
+ }
2926
3029
  export interface GetSequencesSequence {
2927
3030
  comment: string;
2928
3031
  database: string;
@@ -4604,7 +4707,7 @@ export interface GrantOwnershipOn {
4604
4707
  */
4605
4708
  objectName?: string;
4606
4709
  /**
4607
- * Specifies the type of object on which you are transferring ownership. Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE
4710
+ * Specifies the type of object on which you are transferring ownership. Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEMANTIC VIEW | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE
4608
4711
  */
4609
4712
  objectType?: string;
4610
4713
  }
@@ -4618,7 +4721,7 @@ export interface GrantOwnershipOnAll {
4618
4721
  */
4619
4722
  inSchema?: string;
4620
4723
  /**
4621
- * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
4724
+ * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEMANTIC VIEWS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
4622
4725
  */
4623
4726
  objectTypePlural: string;
4624
4727
  }
@@ -4632,7 +4735,7 @@ export interface GrantOwnershipOnFuture {
4632
4735
  */
4633
4736
  inSchema?: string;
4634
4737
  /**
4635
- * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
4738
+ * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEMANTIC VIEWS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
4636
4739
  */
4637
4740
  objectTypePlural: string;
4638
4741
  }
@@ -4642,7 +4745,7 @@ export interface GrantPrivilegesToAccountRoleOnAccountObject {
4642
4745
  */
4643
4746
  objectName: string;
4644
4747
  /**
4645
- * The object type of the account object on which privileges will be granted. Valid values are: `USER` | `RESOURCE MONITOR` | `WAREHOUSE` | `COMPUTE POOL` | `DATABASE` | `INTEGRATION` | `FAILOVER GROUP` | `REPLICATION GROUP` | `EXTERNAL VOLUME`
4748
+ * The object type of the account object on which privileges will be granted. Valid values are: `USER` | `RESOURCE MONITOR` | `WAREHOUSE` | `COMPUTE POOL` | `DATABASE` | `INTEGRATION` | `CONNECTION` | `FAILOVER GROUP` | `REPLICATION GROUP` | `EXTERNAL VOLUME`
4646
4749
  */
4647
4750
  objectType: string;
4648
4751
  }
@@ -4674,7 +4777,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
4674
4777
  */
4675
4778
  objectName?: string;
4676
4779
  /**
4677
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
4780
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | STORAGE LIFECYCLE POLICY | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | ONLINE FEATURE TABLE | TABLE | TAG | TASK | VIEW | WORKSPACE
4678
4781
  */
4679
4782
  objectType?: string;
4680
4783
  }
@@ -4682,7 +4785,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
4682
4785
  inDatabase?: string;
4683
4786
  inSchema?: string;
4684
4787
  /**
4685
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
4788
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | ONLINE FEATURE TABLES | TABLES | TAGS | TASKS | VIEWS.
4686
4789
  */
4687
4790
  objectTypePlural: string;
4688
4791
  }
@@ -4690,7 +4793,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectFuture {
4690
4793
  inDatabase?: string;
4691
4794
  inSchema?: string;
4692
4795
  /**
4693
- * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
4796
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | ONLINE FEATURE TABLES | TABLES | TASKS | VIEWS.
4694
4797
  */
4695
4798
  objectTypePlural: string;
4696
4799
  }
@@ -4722,7 +4825,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
4722
4825
  */
4723
4826
  objectName?: string;
4724
4827
  /**
4725
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
4828
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | STORAGE LIFECYCLE POLICY | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | ONLINE FEATURE TABLE | TABLE | TAG | TASK | VIEW | WORKSPACE
4726
4829
  */
4727
4830
  objectType?: string;
4728
4831
  }
@@ -4736,7 +4839,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
4736
4839
  */
4737
4840
  inSchema?: string;
4738
4841
  /**
4739
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
4842
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | ONLINE FEATURE TABLES | TABLES | TAGS | TASKS | VIEWS.
4740
4843
  */
4741
4844
  objectTypePlural: string;
4742
4845
  }
@@ -4750,7 +4853,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
4750
4853
  */
4751
4854
  inSchema?: string;
4752
4855
  /**
4753
- * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
4856
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | ONLINE FEATURE TABLES | TABLES | TASKS | VIEWS.
4754
4857
  */
4755
4858
  objectTypePlural: string;
4756
4859
  }
@@ -5492,6 +5595,59 @@ export interface NetworkPolicyShowOutput {
5492
5595
  entriesInBlockedNetworkRules: number;
5493
5596
  name: string;
5494
5597
  }
5598
+ export interface NotebookDescribeOutput {
5599
+ codeWarehouse: string;
5600
+ comment: string;
5601
+ computePool: string;
5602
+ defaultPackages: string;
5603
+ defaultVersion: string;
5604
+ defaultVersionAlias: string;
5605
+ defaultVersionGitCommitHash: string;
5606
+ defaultVersionLocationUri: string;
5607
+ defaultVersionName: string;
5608
+ defaultVersionSourceLocationUri: string;
5609
+ externalAccessIntegrations: string;
5610
+ externalAccessSecrets: string;
5611
+ idleAutoShutdownTimeSeconds: number;
5612
+ importUrls: string;
5613
+ lastVersionAlias: string;
5614
+ lastVersionGitCommitHash: string;
5615
+ lastVersionLocationUri: string;
5616
+ lastVersionName: string;
5617
+ lastVersionSourceLocationUri: string;
5618
+ liveVersionLocationUri: string;
5619
+ mainFile: string;
5620
+ name: string;
5621
+ owner: string;
5622
+ queryWarehouse: string;
5623
+ runtimeEnvironmentVersion: string;
5624
+ runtimeName: string;
5625
+ title: string;
5626
+ urlId: string;
5627
+ userPackages: string;
5628
+ }
5629
+ export interface NotebookFrom {
5630
+ /**
5631
+ * Location of the .ipynb file in the stage.
5632
+ */
5633
+ path?: string;
5634
+ /**
5635
+ * Identifier of the stage where the .ipynb file is located.
5636
+ */
5637
+ stage: string;
5638
+ }
5639
+ export interface NotebookShowOutput {
5640
+ codeWarehouse: string;
5641
+ comment: string;
5642
+ createdOn: string;
5643
+ databaseName: string;
5644
+ name: string;
5645
+ owner: string;
5646
+ ownerRoleType: string;
5647
+ queryWarehouse: string;
5648
+ schemaName: string;
5649
+ urlId: string;
5650
+ }
5495
5651
  export interface OauthIntegrationForCustomClientsDescribeOutput {
5496
5652
  blockedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList[];
5497
5653
  comments: outputs.OauthIntegrationForCustomClientsDescribeOutputComment[];
@@ -6668,6 +6824,182 @@ export interface SecretWithGenericStringShowOutput {
6668
6824
  schemaName: string;
6669
6825
  secretType: string;
6670
6826
  }
6827
+ export interface SemanticViewDimension {
6828
+ /**
6829
+ * Specifies a comment for the dimension.
6830
+ */
6831
+ comment?: string;
6832
+ /**
6833
+ * Specifies a qualified name for the dimension, including the table name and a unique identifier for the dimension: `<table_alias>.<semantic_expression_name>`. Remember to wrap each part in double quotes like `"\"<table_alias>\".\"<semantic_expression_name>\""`.
6834
+ */
6835
+ qualifiedExpressionName: string;
6836
+ /**
6837
+ * The SQL expression used to compute the dimension.
6838
+ */
6839
+ sqlExpression: string;
6840
+ /**
6841
+ * List of synonyms for the dimension.
6842
+ */
6843
+ synonyms?: string[];
6844
+ }
6845
+ export interface SemanticViewFact {
6846
+ /**
6847
+ * Specifies a comment for the fact.
6848
+ */
6849
+ comment?: string;
6850
+ /**
6851
+ * Specifies a qualified name for the fact, including the table name and a unique identifier for the fact: `<table_alias>.<semantic_expression_name>`. Remember to wrap each part in double quotes like `"\"<table_alias>\".\"<semantic_expression_name>\""`.
6852
+ */
6853
+ qualifiedExpressionName: string;
6854
+ /**
6855
+ * The SQL expression used to compute the fact.
6856
+ */
6857
+ sqlExpression: string;
6858
+ /**
6859
+ * List of synonyms for the fact.
6860
+ */
6861
+ synonyms?: string[];
6862
+ }
6863
+ export interface SemanticViewMetric {
6864
+ /**
6865
+ * Specifies a semantic expression for a metric definition. Cannot be used in combination with a window function.
6866
+ */
6867
+ semanticExpression?: outputs.SemanticViewMetricSemanticExpression;
6868
+ /**
6869
+ * Specifies a window function for a metric definition. Cannot be used in combination with a semantic expression.
6870
+ */
6871
+ windowFunction?: outputs.SemanticViewMetricWindowFunction;
6872
+ }
6873
+ export interface SemanticViewMetricSemanticExpression {
6874
+ /**
6875
+ * Specifies a comment for the semantic expression.
6876
+ */
6877
+ comment?: string;
6878
+ /**
6879
+ * Specifies a qualified name for the metric: `<table_alias>.<semantic_expression_name>`. Remember to wrap each part in double quotes like `"\"<table_alias>\".\"<semantic_expression_name>\""`. For the [derived metric](https://docs.snowflake.com/en/user-guide/views-semantic/sql#label-semantic-views-create-derived-metrics) omit the `<table_alias>.` part but still wrap in double quotes, e.g. `"\"<semantic_expression_name>\""`.
6880
+ */
6881
+ qualifiedExpressionName: string;
6882
+ /**
6883
+ * The SQL expression used to compute the metric.
6884
+ */
6885
+ sqlExpression: string;
6886
+ /**
6887
+ * List of synonyms for this semantic expression.
6888
+ */
6889
+ synonyms?: string[];
6890
+ }
6891
+ export interface SemanticViewMetricWindowFunction {
6892
+ /**
6893
+ * Specify the partition by, order by or frame over which the window function is to be computed.
6894
+ */
6895
+ overClause: outputs.SemanticViewMetricWindowFunctionOverClause;
6896
+ /**
6897
+ * Specifies a qualified name for the metric: `<table_alias>.<semantic_expression_name>`. Remember to wrap each part in double quotes like `"\"<table_alias>\".\"<semantic_expression_name>\""`. For the [derived metric](https://docs.snowflake.com/en/user-guide/views-semantic/sql#label-semantic-views-create-derived-metrics) omit the `<table_alias>.` part but still wrap in double quotes, e.g. `"\"<semantic_expression_name>\""`.
6898
+ */
6899
+ qualifiedExpressionName: string;
6900
+ /**
6901
+ * The SQL expression used to compute the metric following the `<window_function>(<metric>)` format.
6902
+ */
6903
+ sqlExpression: string;
6904
+ }
6905
+ export interface SemanticViewMetricWindowFunctionOverClause {
6906
+ /**
6907
+ * Specifies an order by clause. It must be a complete SQL expression, including any `[ ASC | DESC ] [ NULLS { FIRST | LAST } ]` modifiers.
6908
+ */
6909
+ orderBy?: string;
6910
+ /**
6911
+ * Specifies a partition by clause.
6912
+ */
6913
+ partitionBy?: string;
6914
+ /**
6915
+ * Specifies a window frame clause.
6916
+ */
6917
+ windowFrameClause?: string;
6918
+ }
6919
+ export interface SemanticViewRelationship {
6920
+ /**
6921
+ * Specifies one or more columns in the second logical table that are referred to by the first logical table. Column names in this list are case-sensitive - the provider uses double quotes to wrap each of them when sending the SQL to Snowflake.
6922
+ */
6923
+ referencedRelationshipColumns?: string[];
6924
+ /**
6925
+ * Specifies the other logical table and one or more of its columns that are referred to by the first logical table. Each referenced table can have either a `tableName` or a `tableAlias`, not both.
6926
+ */
6927
+ referencedTableNameOrAlias: outputs.SemanticViewRelationshipReferencedTableNameOrAlias;
6928
+ /**
6929
+ * Specifies one or more columns in the first logical table that refers to columns in another logical table. Column names in this list are case-sensitive - the provider uses double quotes to wrap each of them when sending the SQL to Snowflake.
6930
+ */
6931
+ relationshipColumns: string[];
6932
+ /**
6933
+ * Specifies an optional identifier for the relationship. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6934
+ */
6935
+ relationshipIdentifier?: string;
6936
+ /**
6937
+ * Specifies one of the logical tables that refers to columns in another logical table. Each table can have either a `tableName` or a `tableAlias`, not both.
6938
+ */
6939
+ tableNameOrAlias: outputs.SemanticViewRelationshipTableNameOrAlias;
6940
+ }
6941
+ export interface SemanticViewRelationshipReferencedTableNameOrAlias {
6942
+ /**
6943
+ * The alias used for the logical table, cannot be used in combination with the `tableName`. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6944
+ */
6945
+ tableAlias?: string;
6946
+ /**
6947
+ * The name of the logical table, cannot be used in combination with the `tableAlias`. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6948
+ */
6949
+ tableName?: string;
6950
+ }
6951
+ export interface SemanticViewRelationshipTableNameOrAlias {
6952
+ /**
6953
+ * The alias used for the logical table, cannot be used in combination with the `tableName`. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6954
+ */
6955
+ tableAlias?: string;
6956
+ /**
6957
+ * The name of the logical table, cannot be used in combination with the `tableAlias`. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6958
+ */
6959
+ tableName?: string;
6960
+ }
6961
+ export interface SemanticViewShowOutput {
6962
+ comment: string;
6963
+ createdOn: string;
6964
+ databaseName: string;
6965
+ extension: string;
6966
+ name: string;
6967
+ owner: string;
6968
+ ownerRoleType: string;
6969
+ schemaName: string;
6970
+ }
6971
+ export interface SemanticViewTable {
6972
+ /**
6973
+ * Specifies a comment for the logical table.
6974
+ */
6975
+ comment?: string;
6976
+ /**
6977
+ * Definitions of primary keys in the logical table. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6978
+ */
6979
+ primaryKeys?: string[];
6980
+ /**
6981
+ * List of synonyms for the logical table.
6982
+ */
6983
+ synonyms?: string[];
6984
+ /**
6985
+ * Specifies an alias for a logical table in the semantic view. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6986
+ */
6987
+ tableAlias: string;
6988
+ /**
6989
+ * Specifies an identifier for the logical table. Example: `"\"<db_name>\".\"<schema_name>\".\"<table_name>\""`. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
6990
+ */
6991
+ tableName: string;
6992
+ /**
6993
+ * Definitions of unique key combinations in the logical table. This field is case-sensitive - the provider uses double quotes to wrap it when sending the SQL to Snowflake.
6994
+ */
6995
+ uniques?: outputs.SemanticViewTableUnique[];
6996
+ }
6997
+ export interface SemanticViewTableUnique {
6998
+ /**
6999
+ * Unique key combinations in the logical table.
7000
+ */
7001
+ values: string[];
7002
+ }
6671
7003
  export interface ServiceDescribeOutput {
6672
7004
  autoResume: boolean;
6673
7005
  autoSuspendSecs: number;
@@ -8251,11 +8583,19 @@ export interface TaskParameterWeekStart {
8251
8583
  }
8252
8584
  export interface TaskSchedule {
8253
8585
  /**
8254
- * Specifies an interval (in minutes) of wait time inserted between runs of the task. Accepts positive integers only. (conflicts with `usingCron`)
8586
+ * Specifies an interval (in hours) of wait time inserted between runs of the task. Accepts positive integers. (conflicts with `seconds`, `minutes`, and `usingCron`)
8587
+ */
8588
+ hours?: number;
8589
+ /**
8590
+ * Specifies an interval (in minutes) of wait time inserted between runs of the task. Accepts positive integers. (conflicts with `seconds`, `hours`, and `usingCron`)
8255
8591
  */
8256
8592
  minutes?: number;
8257
8593
  /**
8258
- * Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`)
8594
+ * Specifies an interval (in seconds) of wait time inserted between runs of the task. Accepts positive integers. (conflicts with `minutes`, `hours`, and `usingCron`)
8595
+ */
8596
+ seconds?: number;
8597
+ /**
8598
+ * Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `seconds`, `minutes`, and `hours`)
8259
8599
  */
8260
8600
  usingCron?: string;
8261
8601
  }