@ryan-pip/pulumi-fivetran 0.2.5 → 1.5.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/connector.d.ts +30 -21
- package/connector.js +4 -2
- package/connector.js.map +1 -1
- package/dbtGitProjectConfig.d.ts +1 -1
- package/dbtGitProjectConfig.js +1 -1
- package/dbtProject.d.ts +1 -1
- package/dbtProject.js +1 -1
- package/dbtTransformation.d.ts +1 -1
- package/dbtTransformation.js +1 -1
- package/destination.d.ts +0 -21
- package/destination.js +0 -2
- package/destination.js.map +1 -1
- package/getConnector.d.ts +3 -2
- package/getConnector.js.map +1 -1
- package/getConnectorCertificates.d.ts +1 -1
- package/getConnectorCertificates.js.map +1 -1
- package/getConnectorFingerprints.d.ts +1 -1
- package/getConnectorFingerprints.js.map +1 -1
- package/getConnectors.d.ts +33 -0
- package/getConnectors.js +30 -0
- package/getConnectors.js.map +1 -0
- package/getConnectorsMetadata.d.ts +1 -1
- package/getConnectorsMetadata.js.map +1 -1
- package/getDbtModels.d.ts +1 -1
- package/getDbtModels.js.map +1 -1
- package/getDbtProject.d.ts +1 -1
- package/getDbtProject.js.map +1 -1
- package/getDbtProjects.d.ts +1 -1
- package/getDbtProjects.js.map +1 -1
- package/getDbtTransformation.d.ts +1 -1
- package/getDbtTransformation.js.map +1 -1
- package/getDestination.d.ts +1 -2
- package/getDestination.js.map +1 -1
- package/getDestinationCertificates.d.ts +1 -1
- package/getDestinationCertificates.js.map +1 -1
- package/getDestinationFingerprints.d.ts +1 -1
- package/getDestinationFingerprints.js.map +1 -1
- package/getDestinations.d.ts +33 -0
- package/getDestinations.js +30 -0
- package/getDestinations.js.map +1 -0
- package/getExternalLogging.d.ts +1 -1
- package/getExternalLogging.js.map +1 -1
- package/getExternalLogs.d.ts +33 -0
- package/getExternalLogs.js +30 -0
- package/getExternalLogs.js.map +1 -0
- package/getGroup.d.ts +1 -1
- package/getGroup.js.map +1 -1
- package/getGroupConnectors.d.ts +1 -1
- package/getGroupConnectors.js.map +1 -1
- package/getGroupServiceAccount.d.ts +1 -1
- package/getGroupServiceAccount.js.map +1 -1
- package/getGroupSshKey.d.ts +1 -1
- package/getGroupSshKey.js.map +1 -1
- package/getGroupUsers.d.ts +1 -1
- package/getGroupUsers.js.map +1 -1
- package/getGroups.d.ts +1 -1
- package/getGroups.js.map +1 -1
- package/getHybridDeploymentAgent.d.ts +1 -1
- package/getHybridDeploymentAgent.js.map +1 -1
- package/getHybridDeploymentAgents.d.ts +1 -1
- package/getHybridDeploymentAgents.js.map +1 -1
- package/getPrivateLink.d.ts +1 -1
- package/getPrivateLink.js.map +1 -1
- package/getPrivateLinks.d.ts +1 -1
- package/getPrivateLinks.js.map +1 -1
- package/getProxyAgent.d.ts +1 -1
- package/getProxyAgent.js.map +1 -1
- package/getProxyAgents.d.ts +1 -1
- package/getProxyAgents.js.map +1 -1
- package/getQuickstartPackage.d.ts +74 -0
- package/getQuickstartPackage.js +50 -0
- package/getQuickstartPackage.js.map +1 -0
- package/getQuickstartPackages.d.ts +51 -0
- package/getQuickstartPackages.js +48 -0
- package/getQuickstartPackages.js.map +1 -0
- package/getRoles.d.ts +1 -1
- package/getRoles.js.map +1 -1
- package/getTeam.d.ts +1 -1
- package/getTeam.js.map +1 -1
- package/getTeamConnectorMemberships.d.ts +1 -1
- package/getTeamConnectorMemberships.js.map +1 -1
- package/getTeamGroupMemberships.d.ts +1 -1
- package/getTeamGroupMemberships.js.map +1 -1
- package/getTeamUserMemberships.d.ts +1 -1
- package/getTeamUserMemberships.js.map +1 -1
- package/getTeams.d.ts +1 -1
- package/getTeams.js.map +1 -1
- package/getTransformation.d.ts +90 -0
- package/getTransformation.js +54 -0
- package/getTransformation.js.map +1 -0
- package/getTransformationProject.d.ts +87 -0
- package/getTransformationProject.js +52 -0
- package/getTransformationProject.js.map +1 -0
- package/getTransformationProjects.d.ts +38 -0
- package/getTransformationProjects.js +42 -0
- package/getTransformationProjects.js.map +1 -0
- package/getTransformations.d.ts +51 -0
- package/getTransformations.js +48 -0
- package/getTransformations.js.map +1 -0
- package/getUser.d.ts +1 -1
- package/getUser.js.map +1 -1
- package/getUserConnectorMemberships.d.ts +1 -1
- package/getUserConnectorMemberships.js.map +1 -1
- package/getUserGroupMemberships.d.ts +1 -1
- package/getUserGroupMemberships.js.map +1 -1
- package/getUsers.d.ts +1 -1
- package/getUsers.js.map +1 -1
- package/getWebhook.d.ts +1 -1
- package/getWebhook.js.map +1 -1
- package/getWebhooks.d.ts +1 -1
- package/getWebhooks.js.map +1 -1
- package/index.d.ts +33 -9
- package/index.js +40 -14
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transformation.d.ts +151 -0
- package/transformation.js +114 -0
- package/transformation.js.map +1 -0
- package/transformationProject.d.ts +136 -0
- package/transformationProject.js +96 -0
- package/transformationProject.js.map +1 -0
- package/types/input.d.ts +2419 -114
- package/types/output.d.ts +1540 -119
- package/getLocalProcessingAgent.d.ts +0 -76
- package/getLocalProcessingAgent.js +0 -54
- package/getLocalProcessingAgent.js.map +0 -1
- package/getLocalProcessingAgents.d.ts +0 -42
- package/getLocalProcessingAgents.js +0 -46
- package/getLocalProcessingAgents.js.map +0 -1
- package/localProcessingAgent.d.ts +0 -127
- package/localProcessingAgent.js +0 -88
- package/localProcessingAgent.js.map +0 -1
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* 1. To import an existing `fivetran_transformation_project` resource into your Terraform state, you need to get **Transformation Project ID** via API call `GET https://api.fivetran.com/v1/transformation-projects` to retrieve available projects.
|
|
8
|
+
*
|
|
9
|
+
* 2. Fetch project details for particular `project-id` using `GET https://api.fivetran.com/v1/transformation-projects/{project-id}` to ensure that this is the project you want to import.
|
|
10
|
+
*
|
|
11
|
+
* 3. Define an empty resource in your `.tf` configuration:
|
|
12
|
+
*
|
|
13
|
+
* hcl
|
|
14
|
+
*
|
|
15
|
+
* resource "fivetran_transformation_project" "my_imported_fivetran_transformation_project" {
|
|
16
|
+
*
|
|
17
|
+
* }
|
|
18
|
+
*
|
|
19
|
+
* 4. Run the `pulumi import` command:
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import fivetran:index/transformationProject:TransformationProject my_imported_fivetran_transformation_project {Transformation Project ID}
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* 4. Use the `terraform state show` command to get the values from the state:
|
|
26
|
+
*
|
|
27
|
+
* terraform state show 'fivetran_transformation_project.my_imported_fivetran_transformation_project'
|
|
28
|
+
*
|
|
29
|
+
* 5. Copy the values and paste them to your `.tf` configuration.
|
|
30
|
+
*/
|
|
31
|
+
export declare class TransformationProject extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing TransformationProject resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TransformationProjectState, opts?: pulumi.CustomResourceOptions): TransformationProject;
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if the given object is an instance of TransformationProject. This is designed to work even
|
|
44
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
+
*/
|
|
46
|
+
static isInstance(obj: any): obj is TransformationProject;
|
|
47
|
+
/**
|
|
48
|
+
* The timestamp of the transformation Project creation.
|
|
49
|
+
*/
|
|
50
|
+
readonly createdAt: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The unique identifier for the User within the Fivetran system who created the dbt Project.
|
|
53
|
+
*/
|
|
54
|
+
readonly createdById: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
|
|
57
|
+
*/
|
|
58
|
+
readonly errors: pulumi.Output<string[]>;
|
|
59
|
+
/**
|
|
60
|
+
* The unique identifier for the group within the Fivetran system.
|
|
61
|
+
*/
|
|
62
|
+
readonly groupId: pulumi.Output<string>;
|
|
63
|
+
readonly projectConfig: pulumi.Output<outputs.TransformationProjectProjectConfig | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies whether the setup tests should be run automatically. The default value is TRUE.
|
|
66
|
+
*/
|
|
67
|
+
readonly runTests: pulumi.Output<boolean>;
|
|
68
|
+
/**
|
|
69
|
+
* Status of transformation Project (NOT_READY, READY, ERROR).
|
|
70
|
+
*/
|
|
71
|
+
readonly status: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Transformation project type.
|
|
74
|
+
*/
|
|
75
|
+
readonly type: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Create a TransformationProject resource with the given unique name, arguments, and options.
|
|
78
|
+
*
|
|
79
|
+
* @param name The _unique_ name of the resource.
|
|
80
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
81
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
82
|
+
*/
|
|
83
|
+
constructor(name: string, args: TransformationProjectArgs, opts?: pulumi.CustomResourceOptions);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Input properties used for looking up and filtering TransformationProject resources.
|
|
87
|
+
*/
|
|
88
|
+
export interface TransformationProjectState {
|
|
89
|
+
/**
|
|
90
|
+
* The timestamp of the transformation Project creation.
|
|
91
|
+
*/
|
|
92
|
+
createdAt?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The unique identifier for the User within the Fivetran system who created the dbt Project.
|
|
95
|
+
*/
|
|
96
|
+
createdById?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
|
|
99
|
+
*/
|
|
100
|
+
errors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
101
|
+
/**
|
|
102
|
+
* The unique identifier for the group within the Fivetran system.
|
|
103
|
+
*/
|
|
104
|
+
groupId?: pulumi.Input<string>;
|
|
105
|
+
projectConfig?: pulumi.Input<inputs.TransformationProjectProjectConfig>;
|
|
106
|
+
/**
|
|
107
|
+
* Specifies whether the setup tests should be run automatically. The default value is TRUE.
|
|
108
|
+
*/
|
|
109
|
+
runTests?: pulumi.Input<boolean>;
|
|
110
|
+
/**
|
|
111
|
+
* Status of transformation Project (NOT_READY, READY, ERROR).
|
|
112
|
+
*/
|
|
113
|
+
status?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Transformation project type.
|
|
116
|
+
*/
|
|
117
|
+
type?: pulumi.Input<string>;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* The set of arguments for constructing a TransformationProject resource.
|
|
121
|
+
*/
|
|
122
|
+
export interface TransformationProjectArgs {
|
|
123
|
+
/**
|
|
124
|
+
* The unique identifier for the group within the Fivetran system.
|
|
125
|
+
*/
|
|
126
|
+
groupId: pulumi.Input<string>;
|
|
127
|
+
projectConfig?: pulumi.Input<inputs.TransformationProjectProjectConfig>;
|
|
128
|
+
/**
|
|
129
|
+
* Specifies whether the setup tests should be run automatically. The default value is TRUE.
|
|
130
|
+
*/
|
|
131
|
+
runTests?: pulumi.Input<boolean>;
|
|
132
|
+
/**
|
|
133
|
+
* Transformation project type.
|
|
134
|
+
*/
|
|
135
|
+
type: pulumi.Input<string>;
|
|
136
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.TransformationProject = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* 1. To import an existing `fivetran_transformation_project` resource into your Terraform state, you need to get **Transformation Project ID** via API call `GET https://api.fivetran.com/v1/transformation-projects` to retrieve available projects.
|
|
12
|
+
*
|
|
13
|
+
* 2. Fetch project details for particular `project-id` using `GET https://api.fivetran.com/v1/transformation-projects/{project-id}` to ensure that this is the project you want to import.
|
|
14
|
+
*
|
|
15
|
+
* 3. Define an empty resource in your `.tf` configuration:
|
|
16
|
+
*
|
|
17
|
+
* hcl
|
|
18
|
+
*
|
|
19
|
+
* resource "fivetran_transformation_project" "my_imported_fivetran_transformation_project" {
|
|
20
|
+
*
|
|
21
|
+
* }
|
|
22
|
+
*
|
|
23
|
+
* 4. Run the `pulumi import` command:
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import fivetran:index/transformationProject:TransformationProject my_imported_fivetran_transformation_project {Transformation Project ID}
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* 4. Use the `terraform state show` command to get the values from the state:
|
|
30
|
+
*
|
|
31
|
+
* terraform state show 'fivetran_transformation_project.my_imported_fivetran_transformation_project'
|
|
32
|
+
*
|
|
33
|
+
* 5. Copy the values and paste them to your `.tf` configuration.
|
|
34
|
+
*/
|
|
35
|
+
class TransformationProject extends pulumi.CustomResource {
|
|
36
|
+
/**
|
|
37
|
+
* Get an existing TransformationProject resource's state with the given name, ID, and optional extra
|
|
38
|
+
* properties used to qualify the lookup.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resulting resource.
|
|
41
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
42
|
+
* @param state Any extra arguments used during the lookup.
|
|
43
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
44
|
+
*/
|
|
45
|
+
static get(name, id, state, opts) {
|
|
46
|
+
return new TransformationProject(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Returns true if the given object is an instance of TransformationProject. This is designed to work even
|
|
50
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
51
|
+
*/
|
|
52
|
+
static isInstance(obj) {
|
|
53
|
+
if (obj === undefined || obj === null) {
|
|
54
|
+
return false;
|
|
55
|
+
}
|
|
56
|
+
return obj['__pulumiType'] === TransformationProject.__pulumiType;
|
|
57
|
+
}
|
|
58
|
+
constructor(name, argsOrState, opts) {
|
|
59
|
+
let resourceInputs = {};
|
|
60
|
+
opts = opts || {};
|
|
61
|
+
if (opts.id) {
|
|
62
|
+
const state = argsOrState;
|
|
63
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
64
|
+
resourceInputs["createdById"] = state ? state.createdById : undefined;
|
|
65
|
+
resourceInputs["errors"] = state ? state.errors : undefined;
|
|
66
|
+
resourceInputs["groupId"] = state ? state.groupId : undefined;
|
|
67
|
+
resourceInputs["projectConfig"] = state ? state.projectConfig : undefined;
|
|
68
|
+
resourceInputs["runTests"] = state ? state.runTests : undefined;
|
|
69
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
70
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
const args = argsOrState;
|
|
74
|
+
if ((!args || args.groupId === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'groupId'");
|
|
76
|
+
}
|
|
77
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'type'");
|
|
79
|
+
}
|
|
80
|
+
resourceInputs["groupId"] = args ? args.groupId : undefined;
|
|
81
|
+
resourceInputs["projectConfig"] = args ? args.projectConfig : undefined;
|
|
82
|
+
resourceInputs["runTests"] = args ? args.runTests : undefined;
|
|
83
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
84
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["createdById"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["errors"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
88
|
+
}
|
|
89
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
|
+
super(TransformationProject.__pulumiType, name, resourceInputs, opts);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.TransformationProject = TransformationProject;
|
|
94
|
+
/** @internal */
|
|
95
|
+
TransformationProject.__pulumiType = 'fivetran:index/transformationProject:TransformationProject';
|
|
96
|
+
//# sourceMappingURL=transformationProject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformationProject.js","sourceRoot":"","sources":["../transformationProject.ts"],"names":[],"mappings":"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"}
|