@ryan-pip/pulumi-fivetran 1.9.41 → 1.9.43
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/connection.d.ts +10 -10
- package/connection.js +10 -10
- package/connectionConfig.d.ts +10 -10
- package/connectionConfig.js +10 -10
- package/connector.d.ts +5 -5
- package/connector.js +5 -5
- package/connectorFingerprints.d.ts +1 -1
- package/connectorFingerprints.js +1 -1
- package/destination.d.ts +8 -8
- package/destination.js +8 -8
- package/destinationCertificates.d.ts +1 -1
- package/destinationCertificates.js +1 -1
- package/destinationFingerprints.d.ts +1 -1
- package/destinationFingerprints.js +1 -1
- package/externalLogging.d.ts +4 -4
- package/externalLogging.js +4 -4
- package/groupUsers.d.ts +1 -1
- package/groupUsers.js +1 -1
- package/package.json +2 -2
- package/privateLink.d.ts +3 -3
- package/privateLink.js +3 -3
- package/teamConnectorMembership.d.ts +1 -1
- package/teamConnectorMembership.js +1 -1
- package/teamGroupMembership.d.ts +1 -1
- package/teamGroupMembership.js +1 -1
- package/teamUserMembership.d.ts +1 -1
- package/teamUserMembership.js +1 -1
- package/transformation.d.ts +4 -4
- package/transformation.js +4 -4
- package/transformationProject.d.ts +6 -6
- package/transformationProject.js +6 -6
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +2 -2
- package/userConnectorMembership.d.ts +1 -1
- package/userConnectorMembership.js +1 -1
- package/userGroupMembership.d.ts +1 -1
- package/userGroupMembership.js +1 -1
package/connection.d.ts
CHANGED
|
@@ -16,11 +16,11 @@ import * as outputs from "./types/output";
|
|
|
16
16
|
*
|
|
17
17
|
* const example = new fivetran.Group("example", {name: "My Destination"});
|
|
18
18
|
* const postgres = new fivetran.Connection("postgres", {
|
|
19
|
-
* groupId: example.id,
|
|
20
|
-
* service: "postgres",
|
|
21
19
|
* destinationSchema: {
|
|
22
20
|
* prefix: "my_postgres",
|
|
23
21
|
* },
|
|
22
|
+
* groupId: example.id,
|
|
23
|
+
* service: "postgres",
|
|
24
24
|
* config: JSON.stringify({
|
|
25
25
|
* update_method: "XMIN",
|
|
26
26
|
* }),
|
|
@@ -37,11 +37,11 @@ import * as outputs from "./types/output";
|
|
|
37
37
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
38
38
|
*
|
|
39
39
|
* const postgresFull = new fivetran.Connection("postgres_full", {
|
|
40
|
-
* groupId: example.id,
|
|
41
|
-
* service: "postgres",
|
|
42
40
|
* destinationSchema: {
|
|
43
41
|
* prefix: "my_postgres",
|
|
44
42
|
* },
|
|
43
|
+
* groupId: example.id,
|
|
44
|
+
* service: "postgres",
|
|
45
45
|
* config: JSON.stringify({
|
|
46
46
|
* update_method: "XMIN",
|
|
47
47
|
* host: databaseConfig.host,
|
|
@@ -64,11 +64,11 @@ import * as outputs from "./types/output";
|
|
|
64
64
|
* groupRegion: "GCP_US_EAST4",
|
|
65
65
|
* });
|
|
66
66
|
* const mysql = new fivetran.Connection("mysql", {
|
|
67
|
-
* groupId: exampleFivetranGroup.id,
|
|
68
|
-
* service: "mysql",
|
|
69
67
|
* destinationSchema: {
|
|
70
68
|
* prefix: "my_mysql",
|
|
71
69
|
* },
|
|
70
|
+
* groupId: exampleFivetranGroup.id,
|
|
71
|
+
* service: "mysql",
|
|
72
72
|
* networkingMethod: "ProxyAgent",
|
|
73
73
|
* proxyAgentId: example.id,
|
|
74
74
|
* runSetupTests: false,
|
|
@@ -82,11 +82,11 @@ import * as outputs from "./types/output";
|
|
|
82
82
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
83
83
|
*
|
|
84
84
|
* const s3 = new fivetran.Connection("s3", {
|
|
85
|
-
* groupId: example.id,
|
|
86
|
-
* service: "s3",
|
|
87
85
|
* destinationSchema: {
|
|
88
86
|
* name: "s3_data_schema",
|
|
89
87
|
* },
|
|
88
|
+
* groupId: example.id,
|
|
89
|
+
* service: "s3",
|
|
90
90
|
* runSetupTests: false,
|
|
91
91
|
* });
|
|
92
92
|
* ```
|
|
@@ -98,11 +98,11 @@ import * as outputs from "./types/output";
|
|
|
98
98
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
99
99
|
*
|
|
100
100
|
* const snowflakeConnection = new fivetran.Connection("snowflake_connection", {
|
|
101
|
-
* groupId: example.id,
|
|
102
|
-
* service: "snowflake",
|
|
103
101
|
* destinationSchema: {
|
|
104
102
|
* prefix: "snowflake_data",
|
|
105
103
|
* },
|
|
104
|
+
* groupId: example.id,
|
|
105
|
+
* service: "snowflake",
|
|
106
106
|
* dataDelaySensitivity: "HIGH",
|
|
107
107
|
* dataDelayThreshold: 30,
|
|
108
108
|
* runSetupTests: false,
|
package/connection.js
CHANGED
|
@@ -43,11 +43,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
43
43
|
*
|
|
44
44
|
* const example = new fivetran.Group("example", {name: "My Destination"});
|
|
45
45
|
* const postgres = new fivetran.Connection("postgres", {
|
|
46
|
-
* groupId: example.id,
|
|
47
|
-
* service: "postgres",
|
|
48
46
|
* destinationSchema: {
|
|
49
47
|
* prefix: "my_postgres",
|
|
50
48
|
* },
|
|
49
|
+
* groupId: example.id,
|
|
50
|
+
* service: "postgres",
|
|
51
51
|
* config: JSON.stringify({
|
|
52
52
|
* update_method: "XMIN",
|
|
53
53
|
* }),
|
|
@@ -64,11 +64,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
64
64
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
65
65
|
*
|
|
66
66
|
* const postgresFull = new fivetran.Connection("postgres_full", {
|
|
67
|
-
* groupId: example.id,
|
|
68
|
-
* service: "postgres",
|
|
69
67
|
* destinationSchema: {
|
|
70
68
|
* prefix: "my_postgres",
|
|
71
69
|
* },
|
|
70
|
+
* groupId: example.id,
|
|
71
|
+
* service: "postgres",
|
|
72
72
|
* config: JSON.stringify({
|
|
73
73
|
* update_method: "XMIN",
|
|
74
74
|
* host: databaseConfig.host,
|
|
@@ -91,11 +91,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
91
91
|
* groupRegion: "GCP_US_EAST4",
|
|
92
92
|
* });
|
|
93
93
|
* const mysql = new fivetran.Connection("mysql", {
|
|
94
|
-
* groupId: exampleFivetranGroup.id,
|
|
95
|
-
* service: "mysql",
|
|
96
94
|
* destinationSchema: {
|
|
97
95
|
* prefix: "my_mysql",
|
|
98
96
|
* },
|
|
97
|
+
* groupId: exampleFivetranGroup.id,
|
|
98
|
+
* service: "mysql",
|
|
99
99
|
* networkingMethod: "ProxyAgent",
|
|
100
100
|
* proxyAgentId: example.id,
|
|
101
101
|
* runSetupTests: false,
|
|
@@ -109,11 +109,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
109
109
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
110
110
|
*
|
|
111
111
|
* const s3 = new fivetran.Connection("s3", {
|
|
112
|
-
* groupId: example.id,
|
|
113
|
-
* service: "s3",
|
|
114
112
|
* destinationSchema: {
|
|
115
113
|
* name: "s3_data_schema",
|
|
116
114
|
* },
|
|
115
|
+
* groupId: example.id,
|
|
116
|
+
* service: "s3",
|
|
117
117
|
* runSetupTests: false,
|
|
118
118
|
* });
|
|
119
119
|
* ```
|
|
@@ -125,11 +125,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
125
125
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
126
126
|
*
|
|
127
127
|
* const snowflakeConnection = new fivetran.Connection("snowflake_connection", {
|
|
128
|
-
* groupId: example.id,
|
|
129
|
-
* service: "snowflake",
|
|
130
128
|
* destinationSchema: {
|
|
131
129
|
* prefix: "snowflake_data",
|
|
132
130
|
* },
|
|
131
|
+
* groupId: example.id,
|
|
132
|
+
* service: "snowflake",
|
|
133
133
|
* dataDelaySensitivity: "HIGH",
|
|
134
134
|
* dataDelayThreshold: 30,
|
|
135
135
|
* runSetupTests: false,
|
package/connectionConfig.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
14
14
|
*
|
|
15
15
|
* const postgres = new fivetran.Connection("postgres", {
|
|
16
|
-
* groupId: example.id,
|
|
17
|
-
* service: "postgres",
|
|
18
16
|
* destinationSchema: {
|
|
19
17
|
* prefix: "my_postgres",
|
|
20
18
|
* },
|
|
19
|
+
* groupId: example.id,
|
|
20
|
+
* service: "postgres",
|
|
21
21
|
* runSetupTests: false,
|
|
22
22
|
* });
|
|
23
23
|
* const postgresConnectionConfig = new fivetran.ConnectionConfig("postgres", {
|
|
@@ -45,11 +45,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
45
45
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
46
46
|
*
|
|
47
47
|
* const mysql = new fivetran.Connection("mysql", {
|
|
48
|
-
* groupId: example.id,
|
|
49
|
-
* service: "mysql",
|
|
50
48
|
* destinationSchema: {
|
|
51
49
|
* prefix: "my_mysql",
|
|
52
50
|
* },
|
|
51
|
+
* groupId: example.id,
|
|
52
|
+
* service: "mysql",
|
|
53
53
|
* });
|
|
54
54
|
* const mysqlConnectionConfig = new fivetran.ConnectionConfig("mysql", {
|
|
55
55
|
* connectionId: mysql.id,
|
|
@@ -72,11 +72,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
72
72
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
73
73
|
*
|
|
74
74
|
* const s3 = new fivetran.Connection("s3", {
|
|
75
|
-
* groupId: example.id,
|
|
76
|
-
* service: "s3",
|
|
77
75
|
* destinationSchema: {
|
|
78
76
|
* name: "s3_data",
|
|
79
77
|
* },
|
|
78
|
+
* groupId: example.id,
|
|
79
|
+
* service: "s3",
|
|
80
80
|
* });
|
|
81
81
|
* const s3ConnectionConfig = new fivetran.ConnectionConfig("s3", {
|
|
82
82
|
* connectionId: s3.id,
|
|
@@ -94,12 +94,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
94
94
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
95
95
|
*
|
|
96
96
|
* const postgresSecure = new fivetran.ConnectionConfig("postgres_secure", {
|
|
97
|
-
* connectionId:
|
|
97
|
+
* connectionId: postgres.id,
|
|
98
98
|
* config: JSON.stringify({
|
|
99
99
|
* update_method: "XMIN",
|
|
100
|
-
* host:
|
|
101
|
-
* port:
|
|
102
|
-
* database:
|
|
100
|
+
* host: postgresAwsDbInstance.address,
|
|
101
|
+
* port: postgresAwsDbInstance.port,
|
|
102
|
+
* database: postgresAwsDbInstance.dbName,
|
|
103
103
|
* }),
|
|
104
104
|
* auth: JSON.stringify({
|
|
105
105
|
* user: dbCreds.secretString.username,
|
package/connectionConfig.js
CHANGED
|
@@ -42,11 +42,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
42
42
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
43
43
|
*
|
|
44
44
|
* const postgres = new fivetran.Connection("postgres", {
|
|
45
|
-
* groupId: example.id,
|
|
46
|
-
* service: "postgres",
|
|
47
45
|
* destinationSchema: {
|
|
48
46
|
* prefix: "my_postgres",
|
|
49
47
|
* },
|
|
48
|
+
* groupId: example.id,
|
|
49
|
+
* service: "postgres",
|
|
50
50
|
* runSetupTests: false,
|
|
51
51
|
* });
|
|
52
52
|
* const postgresConnectionConfig = new fivetran.ConnectionConfig("postgres", {
|
|
@@ -74,11 +74,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
74
74
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
75
75
|
*
|
|
76
76
|
* const mysql = new fivetran.Connection("mysql", {
|
|
77
|
-
* groupId: example.id,
|
|
78
|
-
* service: "mysql",
|
|
79
77
|
* destinationSchema: {
|
|
80
78
|
* prefix: "my_mysql",
|
|
81
79
|
* },
|
|
80
|
+
* groupId: example.id,
|
|
81
|
+
* service: "mysql",
|
|
82
82
|
* });
|
|
83
83
|
* const mysqlConnectionConfig = new fivetran.ConnectionConfig("mysql", {
|
|
84
84
|
* connectionId: mysql.id,
|
|
@@ -101,11 +101,11 @@ const utilities = __importStar(require("./utilities"));
|
|
|
101
101
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
102
102
|
*
|
|
103
103
|
* const s3 = new fivetran.Connection("s3", {
|
|
104
|
-
* groupId: example.id,
|
|
105
|
-
* service: "s3",
|
|
106
104
|
* destinationSchema: {
|
|
107
105
|
* name: "s3_data",
|
|
108
106
|
* },
|
|
107
|
+
* groupId: example.id,
|
|
108
|
+
* service: "s3",
|
|
109
109
|
* });
|
|
110
110
|
* const s3ConnectionConfig = new fivetran.ConnectionConfig("s3", {
|
|
111
111
|
* connectionId: s3.id,
|
|
@@ -123,12 +123,12 @@ const utilities = __importStar(require("./utilities"));
|
|
|
123
123
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
124
124
|
*
|
|
125
125
|
* const postgresSecure = new fivetran.ConnectionConfig("postgres_secure", {
|
|
126
|
-
* connectionId:
|
|
126
|
+
* connectionId: postgres.id,
|
|
127
127
|
* config: JSON.stringify({
|
|
128
128
|
* update_method: "XMIN",
|
|
129
|
-
* host:
|
|
130
|
-
* port:
|
|
131
|
-
* database:
|
|
129
|
+
* host: postgresAwsDbInstance.address,
|
|
130
|
+
* port: postgresAwsDbInstance.port,
|
|
131
|
+
* database: postgresAwsDbInstance.dbName,
|
|
132
132
|
* }),
|
|
133
133
|
* auth: JSON.stringify({
|
|
134
134
|
* user: dbCreds.secretString.username,
|
package/connector.d.ts
CHANGED
|
@@ -13,8 +13,6 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
14
14
|
*
|
|
15
15
|
* const amplitude = new fivetran.Connector("amplitude", {
|
|
16
|
-
* groupId: group.id,
|
|
17
|
-
* service: "amplitude",
|
|
18
16
|
* destinationSchema: {
|
|
19
17
|
* name: "amplitude_connector",
|
|
20
18
|
* },
|
|
@@ -32,6 +30,8 @@ import * as outputs from "./types/output";
|
|
|
32
30
|
* },
|
|
33
31
|
* ],
|
|
34
32
|
* },
|
|
33
|
+
* groupId: group.id,
|
|
34
|
+
* service: "amplitude",
|
|
35
35
|
* });
|
|
36
36
|
* ```
|
|
37
37
|
*
|
|
@@ -46,9 +46,6 @@ import * as outputs from "./types/output";
|
|
|
46
46
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
47
47
|
*
|
|
48
48
|
* const myGithubConnector = new fivetran.Connector("my_github_connector", {
|
|
49
|
-
* groupId: "group_id",
|
|
50
|
-
* service: "github",
|
|
51
|
-
* runSetupTests: true,
|
|
52
49
|
* destinationSchema: {
|
|
53
50
|
* name: "github_connector",
|
|
54
51
|
* },
|
|
@@ -59,6 +56,9 @@ import * as outputs from "./types/output";
|
|
|
59
56
|
* username: "git-hub-user-name",
|
|
60
57
|
* pat: "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
|
61
58
|
* },
|
|
59
|
+
* groupId: "group_id",
|
|
60
|
+
* service: "github",
|
|
61
|
+
* runSetupTests: true,
|
|
62
62
|
* });
|
|
63
63
|
* ```
|
|
64
64
|
*
|
package/connector.js
CHANGED
|
@@ -40,8 +40,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
40
40
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
41
41
|
*
|
|
42
42
|
* const amplitude = new fivetran.Connector("amplitude", {
|
|
43
|
-
* groupId: group.id,
|
|
44
|
-
* service: "amplitude",
|
|
45
43
|
* destinationSchema: {
|
|
46
44
|
* name: "amplitude_connector",
|
|
47
45
|
* },
|
|
@@ -59,6 +57,8 @@ const utilities = __importStar(require("./utilities"));
|
|
|
59
57
|
* },
|
|
60
58
|
* ],
|
|
61
59
|
* },
|
|
60
|
+
* groupId: group.id,
|
|
61
|
+
* service: "amplitude",
|
|
62
62
|
* });
|
|
63
63
|
* ```
|
|
64
64
|
*
|
|
@@ -73,9 +73,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
73
73
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
74
74
|
*
|
|
75
75
|
* const myGithubConnector = new fivetran.Connector("my_github_connector", {
|
|
76
|
-
* groupId: "group_id",
|
|
77
|
-
* service: "github",
|
|
78
|
-
* runSetupTests: true,
|
|
79
76
|
* destinationSchema: {
|
|
80
77
|
* name: "github_connector",
|
|
81
78
|
* },
|
|
@@ -86,6 +83,9 @@ const utilities = __importStar(require("./utilities"));
|
|
|
86
83
|
* username: "git-hub-user-name",
|
|
87
84
|
* pat: "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
|
88
85
|
* },
|
|
86
|
+
* groupId: "group_id",
|
|
87
|
+
* service: "github",
|
|
88
|
+
* runSetupTests: true,
|
|
89
89
|
* });
|
|
90
90
|
* ```
|
|
91
91
|
*
|
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const myConnectorApprovedFingerprints = new fivetran.ConnectorFingerprints("my_connector_approved_fingerprints", {
|
|
14
|
-
* connectorId: myConnector.id,
|
|
15
14
|
* fingerprints: [
|
|
16
15
|
* {
|
|
17
16
|
* hash: "jhgfJfgrI6yy...",
|
|
@@ -22,6 +21,7 @@ import * as outputs from "./types/output";
|
|
|
22
21
|
* publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6 ... fivetran user key",
|
|
23
22
|
* },
|
|
24
23
|
* ],
|
|
24
|
+
* connectorId: myConnector.id,
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*
|
package/connectorFingerprints.js
CHANGED
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const myConnectorApprovedFingerprints = new fivetran.ConnectorFingerprints("my_connector_approved_fingerprints", {
|
|
41
|
-
* connectorId: myConnector.id,
|
|
42
41
|
* fingerprints: [
|
|
43
42
|
* {
|
|
44
43
|
* hash: "jhgfJfgrI6yy...",
|
|
@@ -49,6 +48,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
49
48
|
* publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6 ... fivetran user key",
|
|
50
49
|
* },
|
|
51
50
|
* ],
|
|
51
|
+
* connectorId: myConnector.id,
|
|
52
52
|
* });
|
|
53
53
|
* ```
|
|
54
54
|
*
|
package/destination.d.ts
CHANGED
|
@@ -15,14 +15,6 @@ import * as outputs from "./types/output";
|
|
|
15
15
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
16
16
|
*
|
|
17
17
|
* const dest = new fivetran.Destination("dest", {
|
|
18
|
-
* groupId: group.id,
|
|
19
|
-
* service: "postgres_rds_warehouse",
|
|
20
|
-
* timeZoneOffset: "0",
|
|
21
|
-
* region: "GCP_US_EAST4",
|
|
22
|
-
* trustCertificates: true,
|
|
23
|
-
* trustFingerprints: true,
|
|
24
|
-
* daylightSavingTimeEnabled: true,
|
|
25
|
-
* runSetupTests: true,
|
|
26
18
|
* config: {
|
|
27
19
|
* host: "destination.fqdn",
|
|
28
20
|
* port: 5432,
|
|
@@ -31,6 +23,14 @@ import * as outputs from "./types/output";
|
|
|
31
23
|
* database: "fivetran",
|
|
32
24
|
* connectionType: "Directly",
|
|
33
25
|
* },
|
|
26
|
+
* groupId: group.id,
|
|
27
|
+
* service: "postgres_rds_warehouse",
|
|
28
|
+
* timeZoneOffset: "0",
|
|
29
|
+
* region: "GCP_US_EAST4",
|
|
30
|
+
* trustCertificates: true,
|
|
31
|
+
* trustFingerprints: true,
|
|
32
|
+
* daylightSavingTimeEnabled: true,
|
|
33
|
+
* runSetupTests: true,
|
|
34
34
|
* });
|
|
35
35
|
* ```
|
|
36
36
|
*
|
package/destination.js
CHANGED
|
@@ -42,14 +42,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
42
42
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
43
43
|
*
|
|
44
44
|
* const dest = new fivetran.Destination("dest", {
|
|
45
|
-
* groupId: group.id,
|
|
46
|
-
* service: "postgres_rds_warehouse",
|
|
47
|
-
* timeZoneOffset: "0",
|
|
48
|
-
* region: "GCP_US_EAST4",
|
|
49
|
-
* trustCertificates: true,
|
|
50
|
-
* trustFingerprints: true,
|
|
51
|
-
* daylightSavingTimeEnabled: true,
|
|
52
|
-
* runSetupTests: true,
|
|
53
45
|
* config: {
|
|
54
46
|
* host: "destination.fqdn",
|
|
55
47
|
* port: 5432,
|
|
@@ -58,6 +50,14 @@ const utilities = __importStar(require("./utilities"));
|
|
|
58
50
|
* database: "fivetran",
|
|
59
51
|
* connectionType: "Directly",
|
|
60
52
|
* },
|
|
53
|
+
* groupId: group.id,
|
|
54
|
+
* service: "postgres_rds_warehouse",
|
|
55
|
+
* timeZoneOffset: "0",
|
|
56
|
+
* region: "GCP_US_EAST4",
|
|
57
|
+
* trustCertificates: true,
|
|
58
|
+
* trustFingerprints: true,
|
|
59
|
+
* daylightSavingTimeEnabled: true,
|
|
60
|
+
* runSetupTests: true,
|
|
61
61
|
* });
|
|
62
62
|
* ```
|
|
63
63
|
*
|
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const myDestinationApprovedCertificates = new fivetran.DestinationCertificates("my_destination_approved_certificates", {
|
|
14
|
-
* destinationId: myDestination.id,
|
|
15
14
|
* certificates: [
|
|
16
15
|
* {
|
|
17
16
|
* hash: "jhgfJfgrI6yy...",
|
|
@@ -22,6 +21,7 @@ import * as outputs from "./types/output";
|
|
|
22
21
|
* encodedCert: "encoded_cert",
|
|
23
22
|
* },
|
|
24
23
|
* ],
|
|
24
|
+
* destinationId: myDestination.id,
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*
|
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const myDestinationApprovedCertificates = new fivetran.DestinationCertificates("my_destination_approved_certificates", {
|
|
41
|
-
* destinationId: myDestination.id,
|
|
42
41
|
* certificates: [
|
|
43
42
|
* {
|
|
44
43
|
* hash: "jhgfJfgrI6yy...",
|
|
@@ -49,6 +48,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
49
48
|
* encodedCert: "encoded_cert",
|
|
50
49
|
* },
|
|
51
50
|
* ],
|
|
51
|
+
* destinationId: myDestination.id,
|
|
52
52
|
* });
|
|
53
53
|
* ```
|
|
54
54
|
*
|
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const myDestinationApprovedFingerprints = new fivetran.DestinationFingerprints("my_destination_approved_fingerprints", {
|
|
14
|
-
* destinationId: myDestination.id,
|
|
15
14
|
* fingerprints: [
|
|
16
15
|
* {
|
|
17
16
|
* hash: "jhgfJfgrI6yy...",
|
|
@@ -22,6 +21,7 @@ import * as outputs from "./types/output";
|
|
|
22
21
|
* publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6 ... fivetran user key",
|
|
23
22
|
* },
|
|
24
23
|
* ],
|
|
24
|
+
* destinationId: myDestination.id,
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*
|
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const myDestinationApprovedFingerprints = new fivetran.DestinationFingerprints("my_destination_approved_fingerprints", {
|
|
41
|
-
* destinationId: myDestination.id,
|
|
42
41
|
* fingerprints: [
|
|
43
42
|
* {
|
|
44
43
|
* hash: "jhgfJfgrI6yy...",
|
|
@@ -49,6 +48,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
49
48
|
* publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6 ... fivetran user key",
|
|
50
49
|
* },
|
|
51
50
|
* ],
|
|
51
|
+
* destinationId: myDestination.id,
|
|
52
52
|
* });
|
|
53
53
|
* ```
|
|
54
54
|
*
|
package/externalLogging.d.ts
CHANGED
|
@@ -11,14 +11,14 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const extlog = new fivetran.ExternalLogging("extlog", {
|
|
14
|
-
* groupId: group.id,
|
|
15
|
-
* service: "azure_monitor_log",
|
|
16
|
-
* enabled: true,
|
|
17
|
-
* runSetupTests: true,
|
|
18
14
|
* config: {
|
|
19
15
|
* workspaceId: "workspace_id",
|
|
20
16
|
* primaryKey: "PASSWORD",
|
|
21
17
|
* },
|
|
18
|
+
* groupId: group.id,
|
|
19
|
+
* service: "azure_monitor_log",
|
|
20
|
+
* enabled: true,
|
|
21
|
+
* runSetupTests: true,
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
|
24
24
|
*
|
package/externalLogging.js
CHANGED
|
@@ -38,14 +38,14 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const extlog = new fivetran.ExternalLogging("extlog", {
|
|
41
|
-
* groupId: group.id,
|
|
42
|
-
* service: "azure_monitor_log",
|
|
43
|
-
* enabled: true,
|
|
44
|
-
* runSetupTests: true,
|
|
45
41
|
* config: {
|
|
46
42
|
* workspaceId: "workspace_id",
|
|
47
43
|
* primaryKey: "PASSWORD",
|
|
48
44
|
* },
|
|
45
|
+
* groupId: group.id,
|
|
46
|
+
* service: "azure_monitor_log",
|
|
47
|
+
* enabled: true,
|
|
48
|
+
* runSetupTests: true,
|
|
49
49
|
* });
|
|
50
50
|
* ```
|
|
51
51
|
*
|
package/groupUsers.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const groupUsers = new fivetran.GroupUsers("group_users", {
|
|
14
|
-
* groupId: group.id,
|
|
15
14
|
* users: [
|
|
16
15
|
* {
|
|
17
16
|
* email: "mail@example.com",
|
|
@@ -22,6 +21,7 @@ import * as outputs from "./types/output";
|
|
|
22
21
|
* role: "Edit Destination",
|
|
23
22
|
* },
|
|
24
23
|
* ],
|
|
24
|
+
* groupId: group.id,
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*
|
package/groupUsers.js
CHANGED
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const groupUsers = new fivetran.GroupUsers("group_users", {
|
|
41
|
-
* groupId: group.id,
|
|
42
41
|
* users: [
|
|
43
42
|
* {
|
|
44
43
|
* email: "mail@example.com",
|
|
@@ -49,6 +48,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
49
48
|
* role: "Edit Destination",
|
|
50
49
|
* },
|
|
51
50
|
* ],
|
|
51
|
+
* groupId: group.id,
|
|
52
52
|
* });
|
|
53
53
|
* ```
|
|
54
54
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ryan-pip/pulumi-fivetran",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.43",
|
|
4
4
|
"description": "A Pulumi package for creating and managing fivetran cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "fivetran",
|
|
27
|
-
"version": "1.9.
|
|
27
|
+
"version": "1.9.43",
|
|
28
28
|
"server": "github://api.github.com/ryan-pip"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/privateLink.d.ts
CHANGED
|
@@ -9,12 +9,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
10
10
|
*
|
|
11
11
|
* const testPl = new fivetran.PrivateLink("test_pl", {
|
|
12
|
-
* name: "name",
|
|
13
|
-
* region: "region",
|
|
14
|
-
* service: "service",
|
|
15
12
|
* config: [{
|
|
16
13
|
* connectionServiceName: "connection_service_name",
|
|
17
14
|
* }],
|
|
15
|
+
* name: "name",
|
|
16
|
+
* region: "region",
|
|
17
|
+
* service: "service",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
package/privateLink.js
CHANGED
|
@@ -38,12 +38,12 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const testPl = new fivetran.PrivateLink("test_pl", {
|
|
41
|
-
* name: "name",
|
|
42
|
-
* region: "region",
|
|
43
|
-
* service: "service",
|
|
44
41
|
* config: [{
|
|
45
42
|
* connectionServiceName: "connection_service_name",
|
|
46
43
|
* }],
|
|
44
|
+
* name: "name",
|
|
45
|
+
* region: "region",
|
|
46
|
+
* service: "service",
|
|
47
47
|
* });
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const testTeamConnectorMembership = new fivetran.TeamConnectorMembership("test_team_connector_membership", {
|
|
14
|
-
* teamId: "test_team",
|
|
15
14
|
* connectors: [
|
|
16
15
|
* {
|
|
17
16
|
* connectorId: "test_connector",
|
|
@@ -24,6 +23,7 @@ import * as outputs from "./types/output";
|
|
|
24
23
|
* createdAt: "2020-05-25T15:26:47.306509Z",
|
|
25
24
|
* },
|
|
26
25
|
* ],
|
|
26
|
+
* teamId: "test_team",
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const testTeamConnectorMembership = new fivetran.TeamConnectorMembership("test_team_connector_membership", {
|
|
41
|
-
* teamId: "test_team",
|
|
42
41
|
* connectors: [
|
|
43
42
|
* {
|
|
44
43
|
* connectorId: "test_connector",
|
|
@@ -51,6 +50,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
51
50
|
* createdAt: "2020-05-25T15:26:47.306509Z",
|
|
52
51
|
* },
|
|
53
52
|
* ],
|
|
53
|
+
* teamId: "test_team",
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
|
56
56
|
*
|
package/teamGroupMembership.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const testTeamGroupMembership = new fivetran.TeamGroupMembership("test_team_group_membership", {
|
|
14
|
-
* teamId: "test_team",
|
|
15
14
|
* groups: [
|
|
16
15
|
* {
|
|
17
16
|
* connectorId: "test_connector",
|
|
@@ -24,6 +23,7 @@ import * as outputs from "./types/output";
|
|
|
24
23
|
* role: "Manage Destination",
|
|
25
24
|
* },
|
|
26
25
|
* ],
|
|
26
|
+
* teamId: "test_team",
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
package/teamGroupMembership.js
CHANGED
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const testTeamGroupMembership = new fivetran.TeamGroupMembership("test_team_group_membership", {
|
|
41
|
-
* teamId: "test_team",
|
|
42
41
|
* groups: [
|
|
43
42
|
* {
|
|
44
43
|
* connectorId: "test_connector",
|
|
@@ -51,6 +50,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
51
50
|
* role: "Manage Destination",
|
|
52
51
|
* },
|
|
53
52
|
* ],
|
|
53
|
+
* teamId: "test_team",
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
|
56
56
|
*
|
package/teamUserMembership.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const testTeamUserMembership = new fivetran.TeamUserMembership("test_team_user_membership", {
|
|
14
|
-
* teamId: "test_team",
|
|
15
14
|
* users: [
|
|
16
15
|
* {
|
|
17
16
|
* userId: "test_user",
|
|
@@ -22,6 +21,7 @@ import * as outputs from "./types/output";
|
|
|
22
21
|
* role: "Manage Connection",
|
|
23
22
|
* },
|
|
24
23
|
* ],
|
|
24
|
+
* teamId: "test_team",
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*
|
package/teamUserMembership.js
CHANGED
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const testTeamUserMembership = new fivetran.TeamUserMembership("test_team_user_membership", {
|
|
41
|
-
* teamId: "test_team",
|
|
42
41
|
* users: [
|
|
43
42
|
* {
|
|
44
43
|
* userId: "test_user",
|
|
@@ -49,6 +48,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
49
48
|
* role: "Manage Connection",
|
|
50
49
|
* },
|
|
51
50
|
* ],
|
|
51
|
+
* teamId: "test_team",
|
|
52
52
|
* });
|
|
53
53
|
* ```
|
|
54
54
|
*
|
package/transformation.d.ts
CHANGED
|
@@ -13,8 +13,6 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
14
14
|
*
|
|
15
15
|
* const transformation = new fivetran.Transformation("transformation", {
|
|
16
|
-
* type: "DBT_CORE",
|
|
17
|
-
* paused: true,
|
|
18
16
|
* schedule: {
|
|
19
17
|
* scheduleType: "TIME_OF_DAY",
|
|
20
18
|
* timeOfDay: "11:00",
|
|
@@ -33,6 +31,8 @@ import * as outputs from "./types/output";
|
|
|
33
31
|
* },
|
|
34
32
|
* ],
|
|
35
33
|
* },
|
|
34
|
+
* type: "DBT_CORE",
|
|
35
|
+
* paused: true,
|
|
36
36
|
* });
|
|
37
37
|
* ```
|
|
38
38
|
*
|
|
@@ -43,8 +43,6 @@ import * as outputs from "./types/output";
|
|
|
43
43
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
44
44
|
*
|
|
45
45
|
* const transformation = new fivetran.Transformation("transformation", {
|
|
46
|
-
* type: "QUICKSTART",
|
|
47
|
-
* paused: true,
|
|
48
46
|
* schedule: {
|
|
49
47
|
* scheduleType: "TIME_OF_DAY",
|
|
50
48
|
* timeOfDay: "11:00",
|
|
@@ -60,6 +58,8 @@ import * as outputs from "./types/output";
|
|
|
60
58
|
* "excluded_model2",
|
|
61
59
|
* ],
|
|
62
60
|
* },
|
|
61
|
+
* type: "QUICKSTART",
|
|
62
|
+
* paused: true,
|
|
63
63
|
* });
|
|
64
64
|
* ```
|
|
65
65
|
*
|
package/transformation.js
CHANGED
|
@@ -40,8 +40,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
40
40
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
41
41
|
*
|
|
42
42
|
* const transformation = new fivetran.Transformation("transformation", {
|
|
43
|
-
* type: "DBT_CORE",
|
|
44
|
-
* paused: true,
|
|
45
43
|
* schedule: {
|
|
46
44
|
* scheduleType: "TIME_OF_DAY",
|
|
47
45
|
* timeOfDay: "11:00",
|
|
@@ -60,6 +58,8 @@ const utilities = __importStar(require("./utilities"));
|
|
|
60
58
|
* },
|
|
61
59
|
* ],
|
|
62
60
|
* },
|
|
61
|
+
* type: "DBT_CORE",
|
|
62
|
+
* paused: true,
|
|
63
63
|
* });
|
|
64
64
|
* ```
|
|
65
65
|
*
|
|
@@ -70,8 +70,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
70
70
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
71
71
|
*
|
|
72
72
|
* const transformation = new fivetran.Transformation("transformation", {
|
|
73
|
-
* type: "QUICKSTART",
|
|
74
|
-
* paused: true,
|
|
75
73
|
* schedule: {
|
|
76
74
|
* scheduleType: "TIME_OF_DAY",
|
|
77
75
|
* timeOfDay: "11:00",
|
|
@@ -87,6 +85,8 @@ const utilities = __importStar(require("./utilities"));
|
|
|
87
85
|
* "excluded_model2",
|
|
88
86
|
* ],
|
|
89
87
|
* },
|
|
88
|
+
* type: "QUICKSTART",
|
|
89
|
+
* paused: true,
|
|
90
90
|
* });
|
|
91
91
|
* ```
|
|
92
92
|
*
|
|
@@ -11,9 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const project = new fivetran.TransformationProject("project", {
|
|
14
|
-
* groupId: "group_id",
|
|
15
|
-
* type: "DBT_GIT",
|
|
16
|
-
* runTests: true,
|
|
17
14
|
* projectConfig: {
|
|
18
15
|
* gitRemoteUrl: "git_remote_url",
|
|
19
16
|
* gitBranch: "git_branch",
|
|
@@ -24,6 +21,9 @@ import * as outputs from "./types/output";
|
|
|
24
21
|
* targetName: "target_name",
|
|
25
22
|
* environmentVars: ["DBT_VARIABLE=variable_value"],
|
|
26
23
|
* },
|
|
24
|
+
* groupId: "group_id",
|
|
25
|
+
* type: "DBT_GIT",
|
|
26
|
+
* runTests: true,
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
@@ -39,9 +39,6 @@ import * as outputs from "./types/output";
|
|
|
39
39
|
*
|
|
40
40
|
* const myGroup = new fivetran.Group("my_group", {name: "My_Group"});
|
|
41
41
|
* const project = new fivetran.TransformationProject("project", {
|
|
42
|
-
* groupId: "group_id",
|
|
43
|
-
* type: "DBT_GIT",
|
|
44
|
-
* runTests: true,
|
|
45
42
|
* projectConfig: {
|
|
46
43
|
* gitRemoteUrl: "git_remote_url",
|
|
47
44
|
* gitBranch: "git_branch",
|
|
@@ -52,6 +49,9 @@ import * as outputs from "./types/output";
|
|
|
52
49
|
* targetName: "target_name",
|
|
53
50
|
* environmentVars: ["DBT_VARIABLE=variable_value"],
|
|
54
51
|
* },
|
|
52
|
+
* groupId: "group_id",
|
|
53
|
+
* type: "DBT_GIT",
|
|
54
|
+
* runTests: true,
|
|
55
55
|
* });
|
|
56
56
|
* ```
|
|
57
57
|
*
|
package/transformationProject.js
CHANGED
|
@@ -38,9 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const project = new fivetran.TransformationProject("project", {
|
|
41
|
-
* groupId: "group_id",
|
|
42
|
-
* type: "DBT_GIT",
|
|
43
|
-
* runTests: true,
|
|
44
41
|
* projectConfig: {
|
|
45
42
|
* gitRemoteUrl: "git_remote_url",
|
|
46
43
|
* gitBranch: "git_branch",
|
|
@@ -51,6 +48,9 @@ const utilities = __importStar(require("./utilities"));
|
|
|
51
48
|
* targetName: "target_name",
|
|
52
49
|
* environmentVars: ["DBT_VARIABLE=variable_value"],
|
|
53
50
|
* },
|
|
51
|
+
* groupId: "group_id",
|
|
52
|
+
* type: "DBT_GIT",
|
|
53
|
+
* runTests: true,
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
|
56
56
|
*
|
|
@@ -66,9 +66,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
66
66
|
*
|
|
67
67
|
* const myGroup = new fivetran.Group("my_group", {name: "My_Group"});
|
|
68
68
|
* const project = new fivetran.TransformationProject("project", {
|
|
69
|
-
* groupId: "group_id",
|
|
70
|
-
* type: "DBT_GIT",
|
|
71
|
-
* runTests: true,
|
|
72
69
|
* projectConfig: {
|
|
73
70
|
* gitRemoteUrl: "git_remote_url",
|
|
74
71
|
* gitBranch: "git_branch",
|
|
@@ -79,6 +76,9 @@ const utilities = __importStar(require("./utilities"));
|
|
|
79
76
|
* targetName: "target_name",
|
|
80
77
|
* environmentVars: ["DBT_VARIABLE=variable_value"],
|
|
81
78
|
* },
|
|
79
|
+
* groupId: "group_id",
|
|
80
|
+
* type: "DBT_GIT",
|
|
81
|
+
* runTests: true,
|
|
82
82
|
* });
|
|
83
83
|
* ```
|
|
84
84
|
*
|
package/types/input.d.ts
CHANGED
|
@@ -8298,7 +8298,7 @@ export interface ConnectorSchemaConfigSchemaTableColumn {
|
|
|
8298
8298
|
*/
|
|
8299
8299
|
hashed?: pulumi.Input<boolean | undefined>;
|
|
8300
8300
|
/**
|
|
8301
|
-
* Boolean value indicating if the column is a primary key.
|
|
8301
|
+
* Boolean value indicating if the column is a primary key.
|
|
8302
8302
|
*/
|
|
8303
8303
|
isPrimaryKey?: pulumi.Input<boolean | undefined>;
|
|
8304
8304
|
/**
|
|
@@ -8348,7 +8348,7 @@ export interface ConnectorSchemaConfigSchemasTablesColumns {
|
|
|
8348
8348
|
*/
|
|
8349
8349
|
hashed?: pulumi.Input<boolean | undefined>;
|
|
8350
8350
|
/**
|
|
8351
|
-
* Boolean value indicating if the column is a primary key.
|
|
8351
|
+
* Boolean value indicating if the column is a primary key.
|
|
8352
8352
|
*/
|
|
8353
8353
|
isPrimaryKey?: pulumi.Input<boolean | undefined>;
|
|
8354
8354
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -8297,7 +8297,7 @@ export interface ConnectorSchemaConfigSchemaTableColumn {
|
|
|
8297
8297
|
*/
|
|
8298
8298
|
hashed: boolean;
|
|
8299
8299
|
/**
|
|
8300
|
-
* Boolean value indicating if the column is a primary key.
|
|
8300
|
+
* Boolean value indicating if the column is a primary key.
|
|
8301
8301
|
*/
|
|
8302
8302
|
isPrimaryKey: boolean;
|
|
8303
8303
|
/**
|
|
@@ -8347,7 +8347,7 @@ export interface ConnectorSchemaConfigSchemasTablesColumns {
|
|
|
8347
8347
|
*/
|
|
8348
8348
|
hashed: boolean;
|
|
8349
8349
|
/**
|
|
8350
|
-
* Boolean value indicating if the column is a primary key.
|
|
8350
|
+
* Boolean value indicating if the column is a primary key.
|
|
8351
8351
|
*/
|
|
8352
8352
|
isPrimaryKey: boolean;
|
|
8353
8353
|
}
|
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const testUserConnectorMembership = new fivetran.UserConnectorMembership("test_user_connector_membership", {
|
|
14
|
-
* userId: "test_user",
|
|
15
14
|
* connectors: [
|
|
16
15
|
* {
|
|
17
16
|
* connectorId: "test_connector",
|
|
@@ -24,6 +23,7 @@ import * as outputs from "./types/output";
|
|
|
24
23
|
* createdAt: "2020-05-25T15:26:47.306509Z",
|
|
25
24
|
* },
|
|
26
25
|
* ],
|
|
26
|
+
* userId: "test_user",
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const testUserConnectorMembership = new fivetran.UserConnectorMembership("test_user_connector_membership", {
|
|
41
|
-
* userId: "test_user",
|
|
42
41
|
* connectors: [
|
|
43
42
|
* {
|
|
44
43
|
* connectorId: "test_connector",
|
|
@@ -51,6 +50,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
51
50
|
* createdAt: "2020-05-25T15:26:47.306509Z",
|
|
52
51
|
* },
|
|
53
52
|
* ],
|
|
53
|
+
* userId: "test_user",
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
|
56
56
|
*
|
package/userGroupMembership.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
12
12
|
*
|
|
13
13
|
* const testUserGroupMembership = new fivetran.UserGroupMembership("test_user_group_membership", {
|
|
14
|
-
* userId: "test_user",
|
|
15
14
|
* groups: [
|
|
16
15
|
* {
|
|
17
16
|
* connectorId: "test_connector",
|
|
@@ -24,6 +23,7 @@ import * as outputs from "./types/output";
|
|
|
24
23
|
* role: "Manage Destination",
|
|
25
24
|
* },
|
|
26
25
|
* ],
|
|
26
|
+
* userId: "test_user",
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
package/userGroupMembership.js
CHANGED
|
@@ -38,7 +38,6 @@ const utilities = __importStar(require("./utilities"));
|
|
|
38
38
|
* import * as fivetran from "@ryan-pip/pulumi-fivetran";
|
|
39
39
|
*
|
|
40
40
|
* const testUserGroupMembership = new fivetran.UserGroupMembership("test_user_group_membership", {
|
|
41
|
-
* userId: "test_user",
|
|
42
41
|
* groups: [
|
|
43
42
|
* {
|
|
44
43
|
* connectorId: "test_connector",
|
|
@@ -51,6 +50,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
51
50
|
* role: "Manage Destination",
|
|
52
51
|
* },
|
|
53
52
|
* ],
|
|
53
|
+
* userId: "test_user",
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
|
56
56
|
*
|