@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/config/vars.d.ts +8 -0
- package/config/vars.js +12 -0
- package/config/vars.js.map +1 -1
- package/getNotebooks.d.ts +86 -0
- package/getNotebooks.js +40 -0
- package/getNotebooks.js.map +1 -0
- package/getSemanticViews.d.ts +90 -0
- package/getSemanticViews.js +44 -0
- package/getSemanticViews.js.map +1 -0
- package/index.d.ts +12 -0
- package/index.js +20 -4
- package/index.js.map +1 -1
- package/notebook.d.ts +177 -0
- package/notebook.js +84 -0
- package/notebook.js.map +1 -0
- package/package.json +2 -2
- package/provider.d.ts +8 -0
- package/provider.js +2 -0
- package/provider.js.map +1 -1
- package/semanticView.d.ts +126 -0
- package/semanticView.js +87 -0
- package/semanticView.js.map +1 -0
- package/task.d.ts +3 -3
- package/types/input.d.ts +317 -12
- package/types/output.d.ts +352 -12
package/config/vars.d.ts
CHANGED
|
@@ -75,6 +75,14 @@ export declare const jwtExpireTimeout: number | undefined;
|
|
|
75
75
|
* Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable.
|
|
76
76
|
*/
|
|
77
77
|
export declare const keepSessionAlive: boolean | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* When set to true, the parameters will be logged. Requires logQueryText to be enabled first. Be aware that it may include sensitive information. Default value is false. Can also be sourced from the `SNOWFLAKE_LOG_QUERY_PARAMETERS` environment variable.
|
|
80
|
+
*/
|
|
81
|
+
export declare const logQueryParameters: boolean | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* When set to true, the full query text will be logged. Be aware that it may include sensitive information. Default value is false. Can also be sourced from the `SNOWFLAKE_LOG_QUERY_TEXT` environment variable.
|
|
84
|
+
*/
|
|
85
|
+
export declare const logQueryText: boolean | undefined;
|
|
78
86
|
/**
|
|
79
87
|
* Login retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable.
|
|
80
88
|
*/
|
package/config/vars.js
CHANGED
|
@@ -119,6 +119,18 @@ Object.defineProperty(exports, "keepSessionAlive", {
|
|
|
119
119
|
},
|
|
120
120
|
enumerable: true,
|
|
121
121
|
});
|
|
122
|
+
Object.defineProperty(exports, "logQueryParameters", {
|
|
123
|
+
get() {
|
|
124
|
+
return __config.getObject("logQueryParameters");
|
|
125
|
+
},
|
|
126
|
+
enumerable: true,
|
|
127
|
+
});
|
|
128
|
+
Object.defineProperty(exports, "logQueryText", {
|
|
129
|
+
get() {
|
|
130
|
+
return __config.getObject("logQueryText");
|
|
131
|
+
},
|
|
132
|
+
enumerable: true,
|
|
133
|
+
});
|
|
122
134
|
Object.defineProperty(exports, "loginTimeout", {
|
|
123
135
|
get() {
|
|
124
136
|
return __config.getObject("loginTimeout");
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
6
|
+
*
|
|
7
|
+
* Data source used to get details of filtered notebooks. Filtering is aligned with the current possibilities for [SHOW NOTEBOOKS](https://docs.snowflake.com/en/sql-reference/sql/show-notebooks) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `notebooks`.
|
|
8
|
+
*/
|
|
9
|
+
export declare function getNotebooks(args?: GetNotebooksArgs, opts?: pulumi.InvokeOptions): Promise<GetNotebooksResult>;
|
|
10
|
+
/**
|
|
11
|
+
* A collection of arguments for invoking getNotebooks.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetNotebooksArgs {
|
|
14
|
+
/**
|
|
15
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
16
|
+
*/
|
|
17
|
+
like?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
20
|
+
*/
|
|
21
|
+
limit?: inputs.GetNotebooksLimit;
|
|
22
|
+
/**
|
|
23
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
24
|
+
*/
|
|
25
|
+
startsWith?: string;
|
|
26
|
+
/**
|
|
27
|
+
* (Default: `true`) Runs DESC NOTEBOOK for each notebook returned by SHOW NOTEBOOKS. The output of describe is saved to the description field. By default this value is set to true.
|
|
28
|
+
*/
|
|
29
|
+
withDescribe?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getNotebooks.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetNotebooksResult {
|
|
35
|
+
/**
|
|
36
|
+
* The provider-assigned unique ID for this managed resource.
|
|
37
|
+
*/
|
|
38
|
+
readonly id: string;
|
|
39
|
+
/**
|
|
40
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
41
|
+
*/
|
|
42
|
+
readonly like?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
45
|
+
*/
|
|
46
|
+
readonly limit?: outputs.GetNotebooksLimit;
|
|
47
|
+
/**
|
|
48
|
+
* Holds the aggregated output of all notebooks details queries.
|
|
49
|
+
*/
|
|
50
|
+
readonly notebooks: outputs.GetNotebooksNotebook[];
|
|
51
|
+
/**
|
|
52
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
53
|
+
*/
|
|
54
|
+
readonly startsWith?: string;
|
|
55
|
+
/**
|
|
56
|
+
* (Default: `true`) Runs DESC NOTEBOOK for each notebook returned by SHOW NOTEBOOKS. The output of describe is saved to the description field. By default this value is set to true.
|
|
57
|
+
*/
|
|
58
|
+
readonly withDescribe?: boolean;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
62
|
+
*
|
|
63
|
+
* Data source used to get details of filtered notebooks. Filtering is aligned with the current possibilities for [SHOW NOTEBOOKS](https://docs.snowflake.com/en/sql-reference/sql/show-notebooks) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `notebooks`.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getNotebooksOutput(args?: GetNotebooksOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNotebooksResult>;
|
|
66
|
+
/**
|
|
67
|
+
* A collection of arguments for invoking getNotebooks.
|
|
68
|
+
*/
|
|
69
|
+
export interface GetNotebooksOutputArgs {
|
|
70
|
+
/**
|
|
71
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
72
|
+
*/
|
|
73
|
+
like?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
76
|
+
*/
|
|
77
|
+
limit?: pulumi.Input<inputs.GetNotebooksLimitArgs>;
|
|
78
|
+
/**
|
|
79
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
80
|
+
*/
|
|
81
|
+
startsWith?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* (Default: `true`) Runs DESC NOTEBOOK for each notebook returned by SHOW NOTEBOOKS. The output of describe is saved to the description field. By default this value is set to true.
|
|
84
|
+
*/
|
|
85
|
+
withDescribe?: pulumi.Input<boolean>;
|
|
86
|
+
}
|
package/getNotebooks.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getNotebooksOutput = exports.getNotebooks = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
10
|
+
*
|
|
11
|
+
* Data source used to get details of filtered notebooks. Filtering is aligned with the current possibilities for [SHOW NOTEBOOKS](https://docs.snowflake.com/en/sql-reference/sql/show-notebooks) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `notebooks`.
|
|
12
|
+
*/
|
|
13
|
+
function getNotebooks(args, opts) {
|
|
14
|
+
args = args || {};
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
16
|
+
return pulumi.runtime.invoke("snowflake:index/getNotebooks:getNotebooks", {
|
|
17
|
+
"like": args.like,
|
|
18
|
+
"limit": args.limit,
|
|
19
|
+
"startsWith": args.startsWith,
|
|
20
|
+
"withDescribe": args.withDescribe,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNotebooks = getNotebooks;
|
|
24
|
+
/**
|
|
25
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
26
|
+
*
|
|
27
|
+
* Data source used to get details of filtered notebooks. Filtering is aligned with the current possibilities for [SHOW NOTEBOOKS](https://docs.snowflake.com/en/sql-reference/sql/show-notebooks) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `notebooks`.
|
|
28
|
+
*/
|
|
29
|
+
function getNotebooksOutput(args, opts) {
|
|
30
|
+
args = args || {};
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
32
|
+
return pulumi.runtime.invokeOutput("snowflake:index/getNotebooks:getNotebooks", {
|
|
33
|
+
"like": args.like,
|
|
34
|
+
"limit": args.limit,
|
|
35
|
+
"startsWith": args.startsWith,
|
|
36
|
+
"withDescribe": args.withDescribe,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getNotebooksOutput = getNotebooksOutput;
|
|
40
|
+
//# sourceMappingURL=getNotebooks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNotebooks.js","sourceRoot":"","sources":["../getNotebooks.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oCASC;AAqDD;;;;GAIG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAAiC;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
6
|
+
*
|
|
7
|
+
* > **Note** Output from the [`DESCRIBE SEMANTIC VIEW`](https://docs.snowflake.com/en/sql-reference/sql/desc-semantic-view) is not currently available.
|
|
8
|
+
*
|
|
9
|
+
* Data source used to get details of filtered semantic views. Filtering is aligned with the current possibilities for [SHOW SEMANTIC VIEWS](https://docs.snowflake.com/en/sql-reference/sql/show-semantic-views) query. The results are encapsulated in one output collection `semanticViews`. DESCRIBE is not currently supported and will be added before promoting the resource to stable.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getSemanticViews(args?: GetSemanticViewsArgs, opts?: pulumi.InvokeOptions): Promise<GetSemanticViewsResult>;
|
|
12
|
+
/**
|
|
13
|
+
* A collection of arguments for invoking getSemanticViews.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetSemanticViewsArgs {
|
|
16
|
+
/**
|
|
17
|
+
* IN clause to filter the list of objects
|
|
18
|
+
*/
|
|
19
|
+
in?: inputs.GetSemanticViewsIn;
|
|
20
|
+
/**
|
|
21
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
22
|
+
*/
|
|
23
|
+
like?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
26
|
+
*/
|
|
27
|
+
limit?: inputs.GetSemanticViewsLimit;
|
|
28
|
+
/**
|
|
29
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
30
|
+
*/
|
|
31
|
+
startsWith?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getSemanticViews.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetSemanticViewsResult {
|
|
37
|
+
/**
|
|
38
|
+
* The provider-assigned unique ID for this managed resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* IN clause to filter the list of objects
|
|
43
|
+
*/
|
|
44
|
+
readonly in?: outputs.GetSemanticViewsIn;
|
|
45
|
+
/**
|
|
46
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
47
|
+
*/
|
|
48
|
+
readonly like?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
51
|
+
*/
|
|
52
|
+
readonly limit?: outputs.GetSemanticViewsLimit;
|
|
53
|
+
/**
|
|
54
|
+
* Holds the aggregated output of all semantic view details queries.
|
|
55
|
+
*/
|
|
56
|
+
readonly semanticViews: outputs.GetSemanticViewsSemanticView[];
|
|
57
|
+
/**
|
|
58
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
59
|
+
*/
|
|
60
|
+
readonly startsWith?: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
64
|
+
*
|
|
65
|
+
* > **Note** Output from the [`DESCRIBE SEMANTIC VIEW`](https://docs.snowflake.com/en/sql-reference/sql/desc-semantic-view) is not currently available.
|
|
66
|
+
*
|
|
67
|
+
* Data source used to get details of filtered semantic views. Filtering is aligned with the current possibilities for [SHOW SEMANTIC VIEWS](https://docs.snowflake.com/en/sql-reference/sql/show-semantic-views) query. The results are encapsulated in one output collection `semanticViews`. DESCRIBE is not currently supported and will be added before promoting the resource to stable.
|
|
68
|
+
*/
|
|
69
|
+
export declare function getSemanticViewsOutput(args?: GetSemanticViewsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSemanticViewsResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking getSemanticViews.
|
|
72
|
+
*/
|
|
73
|
+
export interface GetSemanticViewsOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* IN clause to filter the list of objects
|
|
76
|
+
*/
|
|
77
|
+
in?: pulumi.Input<inputs.GetSemanticViewsInArgs>;
|
|
78
|
+
/**
|
|
79
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
80
|
+
*/
|
|
81
|
+
like?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
84
|
+
*/
|
|
85
|
+
limit?: pulumi.Input<inputs.GetSemanticViewsLimitArgs>;
|
|
86
|
+
/**
|
|
87
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
88
|
+
*/
|
|
89
|
+
startsWith?: pulumi.Input<string>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSemanticViewsOutput = exports.getSemanticViews = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
10
|
+
*
|
|
11
|
+
* > **Note** Output from the [`DESCRIBE SEMANTIC VIEW`](https://docs.snowflake.com/en/sql-reference/sql/desc-semantic-view) is not currently available.
|
|
12
|
+
*
|
|
13
|
+
* Data source used to get details of filtered semantic views. Filtering is aligned with the current possibilities for [SHOW SEMANTIC VIEWS](https://docs.snowflake.com/en/sql-reference/sql/show-semantic-views) query. The results are encapsulated in one output collection `semanticViews`. DESCRIBE is not currently supported and will be added before promoting the resource to stable.
|
|
14
|
+
*/
|
|
15
|
+
function getSemanticViews(args, opts) {
|
|
16
|
+
args = args || {};
|
|
17
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
+
return pulumi.runtime.invoke("snowflake:index/getSemanticViews:getSemanticViews", {
|
|
19
|
+
"in": args.in,
|
|
20
|
+
"like": args.like,
|
|
21
|
+
"limit": args.limit,
|
|
22
|
+
"startsWith": args.startsWith,
|
|
23
|
+
}, opts);
|
|
24
|
+
}
|
|
25
|
+
exports.getSemanticViews = getSemanticViews;
|
|
26
|
+
/**
|
|
27
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
28
|
+
*
|
|
29
|
+
* > **Note** Output from the [`DESCRIBE SEMANTIC VIEW`](https://docs.snowflake.com/en/sql-reference/sql/desc-semantic-view) is not currently available.
|
|
30
|
+
*
|
|
31
|
+
* Data source used to get details of filtered semantic views. Filtering is aligned with the current possibilities for [SHOW SEMANTIC VIEWS](https://docs.snowflake.com/en/sql-reference/sql/show-semantic-views) query. The results are encapsulated in one output collection `semanticViews`. DESCRIBE is not currently supported and will be added before promoting the resource to stable.
|
|
32
|
+
*/
|
|
33
|
+
function getSemanticViewsOutput(args, opts) {
|
|
34
|
+
args = args || {};
|
|
35
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
36
|
+
return pulumi.runtime.invokeOutput("snowflake:index/getSemanticViews:getSemanticViews", {
|
|
37
|
+
"in": args.in,
|
|
38
|
+
"like": args.like,
|
|
39
|
+
"limit": args.limit,
|
|
40
|
+
"startsWith": args.startsWith,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getSemanticViewsOutput = getSemanticViewsOutput;
|
|
44
|
+
//# sourceMappingURL=getSemanticViews.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSemanticViews.js","sourceRoot":"","sources":["../getSemanticViews.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAqDD;;;;;;GAMG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC"}
|
package/index.d.ts
CHANGED
|
@@ -166,6 +166,9 @@ export declare const getMaterializedViewsOutput: typeof import("./getMaterialize
|
|
|
166
166
|
export { GetNetworkPoliciesArgs, GetNetworkPoliciesResult, GetNetworkPoliciesOutputArgs } from "./getNetworkPolicies";
|
|
167
167
|
export declare const getNetworkPolicies: typeof import("./getNetworkPolicies").getNetworkPolicies;
|
|
168
168
|
export declare const getNetworkPoliciesOutput: typeof import("./getNetworkPolicies").getNetworkPoliciesOutput;
|
|
169
|
+
export { GetNotebooksArgs, GetNotebooksResult, GetNotebooksOutputArgs } from "./getNotebooks";
|
|
170
|
+
export declare const getNotebooks: typeof import("./getNotebooks").getNotebooks;
|
|
171
|
+
export declare const getNotebooksOutput: typeof import("./getNotebooks").getNotebooksOutput;
|
|
169
172
|
export { GetParametersArgs, GetParametersResult, GetParametersOutputArgs } from "./getParameters";
|
|
170
173
|
export declare const getParameters: typeof import("./getParameters").getParameters;
|
|
171
174
|
export declare const getParametersOutput: typeof import("./getParameters").getParametersOutput;
|
|
@@ -190,6 +193,9 @@ export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsO
|
|
|
190
193
|
export { GetSecurityIntegrationsArgs, GetSecurityIntegrationsResult, GetSecurityIntegrationsOutputArgs } from "./getSecurityIntegrations";
|
|
191
194
|
export declare const getSecurityIntegrations: typeof import("./getSecurityIntegrations").getSecurityIntegrations;
|
|
192
195
|
export declare const getSecurityIntegrationsOutput: typeof import("./getSecurityIntegrations").getSecurityIntegrationsOutput;
|
|
196
|
+
export { GetSemanticViewsArgs, GetSemanticViewsResult, GetSemanticViewsOutputArgs } from "./getSemanticViews";
|
|
197
|
+
export declare const getSemanticViews: typeof import("./getSemanticViews").getSemanticViews;
|
|
198
|
+
export declare const getSemanticViewsOutput: typeof import("./getSemanticViews").getSemanticViewsOutput;
|
|
193
199
|
export { GetSequencesArgs, GetSequencesResult, GetSequencesOutputArgs } from "./getSequences";
|
|
194
200
|
export declare const getSequences: typeof import("./getSequences").getSequences;
|
|
195
201
|
export declare const getSequencesOutput: typeof import("./getSequences").getSequencesOutput;
|
|
@@ -298,6 +304,9 @@ export declare const NetworkPolicyAttachment: typeof import("./networkPolicyAtta
|
|
|
298
304
|
export { NetworkRuleArgs, NetworkRuleState } from "./networkRule";
|
|
299
305
|
export type NetworkRule = import("./networkRule").NetworkRule;
|
|
300
306
|
export declare const NetworkRule: typeof import("./networkRule").NetworkRule;
|
|
307
|
+
export { NotebookArgs, NotebookState } from "./notebook";
|
|
308
|
+
export type Notebook = import("./notebook").Notebook;
|
|
309
|
+
export declare const Notebook: typeof import("./notebook").Notebook;
|
|
301
310
|
export { NotificationIntegrationArgs, NotificationIntegrationState } from "./notificationIntegration";
|
|
302
311
|
export type NotificationIntegration = import("./notificationIntegration").NotificationIntegration;
|
|
303
312
|
export declare const NotificationIntegration: typeof import("./notificationIntegration").NotificationIntegration;
|
|
@@ -368,6 +377,9 @@ export declare const SecretWithClientCredentials: typeof import("./secretWithCli
|
|
|
368
377
|
export { SecretWithGenericStringArgs, SecretWithGenericStringState } from "./secretWithGenericString";
|
|
369
378
|
export type SecretWithGenericString = import("./secretWithGenericString").SecretWithGenericString;
|
|
370
379
|
export declare const SecretWithGenericString: typeof import("./secretWithGenericString").SecretWithGenericString;
|
|
380
|
+
export { SemanticViewArgs, SemanticViewState } from "./semanticView";
|
|
381
|
+
export type SemanticView = import("./semanticView").SemanticView;
|
|
382
|
+
export declare const SemanticView: typeof import("./semanticView").SemanticView;
|
|
371
383
|
export { SequenceArgs, SequenceState } from "./sequence";
|
|
372
384
|
export type Sequence = import("./sequence").Sequence;
|
|
373
385
|
export declare const Sequence: typeof import("./sequence").Sequence;
|
package/index.js
CHANGED
|
@@ -17,10 +17,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
19
|
exports.getDatabase = exports.getCurrentRoleOutput = exports.getCurrentRole = exports.getCurrentAccountOutput = exports.getCurrentAccount = exports.getCortexSearchServicesOutput = exports.getCortexSearchServices = exports.getConnectionsOutput = exports.getConnections = exports.getComputePoolsOutput = exports.getComputePools = exports.getAuthenticationPoliciesOutput = exports.getAuthenticationPolicies = exports.getAlertsOutput = exports.getAlerts = exports.getAccountsOutput = exports.getAccounts = exports.getAccountRolesOutput = exports.getAccountRoles = exports.FunctionSql = exports.FunctionScala = exports.FunctionPython = exports.FunctionJavascript = exports.FunctionJava = exports.FileFormat = exports.FailoverGroup = exports.ExternalVolume = exports.ExternalTable = exports.ExternalOauthIntegration = exports.ExternalFunction = exports.Execute = exports.EmailNotificationIntegration = exports.DynamicTable = exports.DatabaseRole = exports.Database = exports.CurrentOrganizationAccount = exports.CurrentAccount = exports.CortexSearchService = exports.ComputePool = exports.AuthenticationPolicy = exports.ApiIntegration = exports.ApiAuthenticationIntegrationWithJwtBearer = exports.ApiAuthenticationIntegrationWithClientCredentials = exports.ApiAuthenticationIntegrationWithAuthorizationCodeGrant = exports.Alert = exports.AccountRole = exports.AccountPasswordPolicyAttachment = exports.AccountParameter = exports.AccountAuthenticationPolicyAttachment = exports.Account = void 0;
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.types = void 0;
|
|
20
|
+
exports.getSemanticViews = exports.getSecurityIntegrationsOutput = exports.getSecurityIntegrations = exports.getSecretsOutput = exports.getSecrets = exports.getSchemasOutput = exports.getSchemas = exports.getRowAccessPoliciesOutput = exports.getRowAccessPolicies = exports.getResourceMonitorsOutput = exports.getResourceMonitors = exports.getProceduresOutput = exports.getProcedures = exports.getPipesOutput = exports.getPipes = exports.getParametersOutput = exports.getParameters = exports.getNotebooksOutput = exports.getNotebooks = exports.getNetworkPoliciesOutput = exports.getNetworkPolicies = exports.getMaterializedViewsOutput = exports.getMaterializedViews = exports.getMaskingPoliciesOutput = exports.getMaskingPolicies = exports.getImageRepositoriesOutput = exports.getImageRepositories = exports.getGrantsOutput = exports.getGrants = exports.getGitRepositoriesOutput = exports.getGitRepositories = exports.getFunctionsOutput = exports.getFunctions = exports.getFileFormatsOutput = exports.getFileFormats = exports.getFailoverGroupsOutput = exports.getFailoverGroups = exports.getExternalTablesOutput = exports.getExternalTables = exports.getExternalFunctionsOutput = exports.getExternalFunctions = exports.getDynamicTablesOutput = exports.getDynamicTables = exports.getDatabasesOutput = exports.getDatabases = exports.getDatabaseRolesOutput = exports.getDatabaseRoles = exports.getDatabaseRoleOutput = exports.getDatabaseRole = exports.getDatabaseOutput = void 0;
|
|
21
|
+
exports.ManagedAccount = exports.Listing = exports.LegacyServiceUser = exports.JobService = exports.ImageRepository = exports.GrantPrivilegesToShare = exports.GrantPrivilegesToDatabaseRole = exports.GrantPrivilegesToAccountRole = exports.GrantOwnership = exports.GrantDatabaseRole = exports.GrantApplicationRole = exports.GrantAccountRole = exports.GitRepository = exports.getWarehousesOutput = exports.getWarehouses = exports.getViewsOutput = exports.getViews = exports.getUsersOutput = exports.getUsers = exports.getUserProgrammaticAccessTokensOutput = exports.getUserProgrammaticAccessTokens = exports.getTasksOutput = exports.getTasks = exports.getTagsOutput = exports.getTags = exports.getTablesOutput = exports.getTables = exports.getSystemGetSnowflakePlatformInfoOutput = exports.getSystemGetSnowflakePlatformInfo = exports.getSystemGetPrivateLinkConfigOutput = exports.getSystemGetPrivateLinkConfig = exports.getSystemGetAwsSnsIamPolicyOutput = exports.getSystemGetAwsSnsIamPolicy = exports.getSystemGenerateScimAccessTokenOutput = exports.getSystemGenerateScimAccessToken = exports.getStreamsOutput = exports.getStreams = exports.getStreamlitsOutput = exports.getStreamlits = exports.getStorageIntegrationsOutput = exports.getStorageIntegrations = exports.getStagesOutput = exports.getStages = exports.getSharesOutput = exports.getShares = exports.getServicesOutput = exports.getServices = exports.getSequencesOutput = exports.getSequences = exports.getSemanticViewsOutput = void 0;
|
|
22
|
+
exports.UserAuthenticationPolicyAttachment = exports.User = exports.Task = exports.TagAssociation = exports.Tag = exports.TableConstraint = exports.TableColumnMaskingPolicyApplication = exports.Table = exports.Streamlit = exports.StreamOnView = exports.StreamOnTable = exports.StreamOnExternalTable = exports.StreamOnDirectoryTable = exports.StorageIntegration = exports.Stage = exports.SharedDatabase = exports.Share = exports.ServiceUser = exports.Service = exports.Sequence = exports.SemanticView = exports.SecretWithGenericString = exports.SecretWithClientCredentials = exports.SecretWithBasicAuthentication = exports.SecretWithAuthorizationCodeGrant = exports.SecondaryDatabase = exports.SecondaryConnection = exports.ScimIntegration = exports.Schema = exports.Saml2Integration = exports.RowAccessPolicy = exports.ResourceMonitor = exports.ProcedureSql = exports.ProcedureScala = exports.ProcedurePython = exports.ProcedureJavascript = exports.ProcedureJava = exports.PrimaryConnection = exports.Pipe = exports.PasswordPolicy = exports.ObjectParameter = exports.OauthIntegrationForPartnerApplications = exports.OauthIntegrationForCustomClients = exports.NotificationIntegration = exports.Notebook = exports.NetworkRule = exports.NetworkPolicyAttachment = exports.NetworkPolicy = exports.MaterializedView = exports.MaskingPolicy = void 0;
|
|
23
|
+
exports.types = exports.config = exports.Warehouse = exports.View = exports.UserPublicKeys = exports.UserProgrammaticAccessToken = exports.UserPasswordPolicyAttachment = void 0;
|
|
24
24
|
const pulumi = require("@pulumi/pulumi");
|
|
25
25
|
const utilities = require("./utilities");
|
|
26
26
|
exports.Account = null;
|
|
@@ -160,6 +160,9 @@ utilities.lazyLoad(exports, ["getMaterializedViews", "getMaterializedViewsOutput
|
|
|
160
160
|
exports.getNetworkPolicies = null;
|
|
161
161
|
exports.getNetworkPoliciesOutput = null;
|
|
162
162
|
utilities.lazyLoad(exports, ["getNetworkPolicies", "getNetworkPoliciesOutput"], () => require("./getNetworkPolicies"));
|
|
163
|
+
exports.getNotebooks = null;
|
|
164
|
+
exports.getNotebooksOutput = null;
|
|
165
|
+
utilities.lazyLoad(exports, ["getNotebooks", "getNotebooksOutput"], () => require("./getNotebooks"));
|
|
163
166
|
exports.getParameters = null;
|
|
164
167
|
exports.getParametersOutput = null;
|
|
165
168
|
utilities.lazyLoad(exports, ["getParameters", "getParametersOutput"], () => require("./getParameters"));
|
|
@@ -184,6 +187,9 @@ utilities.lazyLoad(exports, ["getSecrets", "getSecretsOutput"], () => require(".
|
|
|
184
187
|
exports.getSecurityIntegrations = null;
|
|
185
188
|
exports.getSecurityIntegrationsOutput = null;
|
|
186
189
|
utilities.lazyLoad(exports, ["getSecurityIntegrations", "getSecurityIntegrationsOutput"], () => require("./getSecurityIntegrations"));
|
|
190
|
+
exports.getSemanticViews = null;
|
|
191
|
+
exports.getSemanticViewsOutput = null;
|
|
192
|
+
utilities.lazyLoad(exports, ["getSemanticViews", "getSemanticViewsOutput"], () => require("./getSemanticViews"));
|
|
187
193
|
exports.getSequences = null;
|
|
188
194
|
exports.getSequencesOutput = null;
|
|
189
195
|
utilities.lazyLoad(exports, ["getSequences", "getSequencesOutput"], () => require("./getSequences"));
|
|
@@ -274,6 +280,8 @@ exports.NetworkPolicyAttachment = null;
|
|
|
274
280
|
utilities.lazyLoad(exports, ["NetworkPolicyAttachment"], () => require("./networkPolicyAttachment"));
|
|
275
281
|
exports.NetworkRule = null;
|
|
276
282
|
utilities.lazyLoad(exports, ["NetworkRule"], () => require("./networkRule"));
|
|
283
|
+
exports.Notebook = null;
|
|
284
|
+
utilities.lazyLoad(exports, ["Notebook"], () => require("./notebook"));
|
|
277
285
|
exports.NotificationIntegration = null;
|
|
278
286
|
utilities.lazyLoad(exports, ["NotificationIntegration"], () => require("./notificationIntegration"));
|
|
279
287
|
exports.OauthIntegrationForCustomClients = null;
|
|
@@ -322,6 +330,8 @@ exports.SecretWithClientCredentials = null;
|
|
|
322
330
|
utilities.lazyLoad(exports, ["SecretWithClientCredentials"], () => require("./secretWithClientCredentials"));
|
|
323
331
|
exports.SecretWithGenericString = null;
|
|
324
332
|
utilities.lazyLoad(exports, ["SecretWithGenericString"], () => require("./secretWithGenericString"));
|
|
333
|
+
exports.SemanticView = null;
|
|
334
|
+
utilities.lazyLoad(exports, ["SemanticView"], () => require("./semanticView"));
|
|
325
335
|
exports.Sequence = null;
|
|
326
336
|
utilities.lazyLoad(exports, ["Sequence"], () => require("./sequence"));
|
|
327
337
|
exports.Service = null;
|
|
@@ -479,6 +489,8 @@ const _module = {
|
|
|
479
489
|
return new exports.NetworkPolicyAttachment(name, undefined, { urn });
|
|
480
490
|
case "snowflake:index/networkRule:NetworkRule":
|
|
481
491
|
return new exports.NetworkRule(name, undefined, { urn });
|
|
492
|
+
case "snowflake:index/notebook:Notebook":
|
|
493
|
+
return new exports.Notebook(name, undefined, { urn });
|
|
482
494
|
case "snowflake:index/notificationIntegration:NotificationIntegration":
|
|
483
495
|
return new exports.NotificationIntegration(name, undefined, { urn });
|
|
484
496
|
case "snowflake:index/oauthIntegrationForCustomClients:OauthIntegrationForCustomClients":
|
|
@@ -525,6 +537,8 @@ const _module = {
|
|
|
525
537
|
return new exports.SecretWithClientCredentials(name, undefined, { urn });
|
|
526
538
|
case "snowflake:index/secretWithGenericString:SecretWithGenericString":
|
|
527
539
|
return new exports.SecretWithGenericString(name, undefined, { urn });
|
|
540
|
+
case "snowflake:index/semanticView:SemanticView":
|
|
541
|
+
return new exports.SemanticView(name, undefined, { urn });
|
|
528
542
|
case "snowflake:index/sequence:Sequence":
|
|
529
543
|
return new exports.Sequence(name, undefined, { urn });
|
|
530
544
|
case "snowflake:index/service:Service":
|
|
@@ -629,6 +643,7 @@ pulumi.runtime.registerResourceModule("snowflake", "index/materializedView", _mo
|
|
|
629
643
|
pulumi.runtime.registerResourceModule("snowflake", "index/networkPolicy", _module);
|
|
630
644
|
pulumi.runtime.registerResourceModule("snowflake", "index/networkPolicyAttachment", _module);
|
|
631
645
|
pulumi.runtime.registerResourceModule("snowflake", "index/networkRule", _module);
|
|
646
|
+
pulumi.runtime.registerResourceModule("snowflake", "index/notebook", _module);
|
|
632
647
|
pulumi.runtime.registerResourceModule("snowflake", "index/notificationIntegration", _module);
|
|
633
648
|
pulumi.runtime.registerResourceModule("snowflake", "index/oauthIntegrationForCustomClients", _module);
|
|
634
649
|
pulumi.runtime.registerResourceModule("snowflake", "index/oauthIntegrationForPartnerApplications", _module);
|
|
@@ -652,6 +667,7 @@ pulumi.runtime.registerResourceModule("snowflake", "index/secretWithAuthorizatio
|
|
|
652
667
|
pulumi.runtime.registerResourceModule("snowflake", "index/secretWithBasicAuthentication", _module);
|
|
653
668
|
pulumi.runtime.registerResourceModule("snowflake", "index/secretWithClientCredentials", _module);
|
|
654
669
|
pulumi.runtime.registerResourceModule("snowflake", "index/secretWithGenericString", _module);
|
|
670
|
+
pulumi.runtime.registerResourceModule("snowflake", "index/semanticView", _module);
|
|
655
671
|
pulumi.runtime.registerResourceModule("snowflake", "index/sequence", _module);
|
|
656
672
|
pulumi.runtime.registerResourceModule("snowflake", "index/service", _module);
|
|
657
673
|
pulumi.runtime.registerResourceModule("snowflake", "index/serviceUser", _module);
|