@pulumi/dbtcloud 0.2.0-alpha.1749534410 → 1.0.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/accountFeatures.d.ts +24 -0
- package/accountFeatures.js +4 -0
- package/accountFeatures.js.map +1 -1
- package/bigQueryCredential.d.ts +5 -3
- package/bigQueryCredential.js +2 -0
- package/bigQueryCredential.js.map +1 -1
- package/bigquerySemanticLayerCredential.d.ts +161 -0
- package/bigquerySemanticLayerCredential.js +102 -0
- package/bigquerySemanticLayerCredential.js.map +1 -0
- package/databricksCredential.d.ts +16 -14
- package/databricksCredential.js +14 -2
- package/databricksCredential.js.map +1 -1
- package/environment.d.ts +37 -45
- package/environment.js +1 -6
- package/environment.js.map +1 -1
- package/environmentVariable.d.ts +3 -3
- package/environmentVariableJobOverride.d.ts +15 -5
- package/environmentVariableJobOverride.js +4 -0
- package/environmentVariableJobOverride.js.map +1 -1
- package/extendedAttributes.d.ts +7 -13
- package/extendedAttributes.js +1 -1
- package/extendedAttributes.js.map +1 -1
- package/fabricCredential.d.ts +16 -16
- package/fabricCredential.js +6 -6
- package/fabricCredential.js.map +1 -1
- package/getBigQueryCredential.d.ts +7 -1
- package/getBigQueryCredential.js +6 -0
- package/getBigQueryCredential.js.map +1 -1
- package/getDatabricksCredential.d.ts +10 -4
- package/getDatabricksCredential.js +6 -0
- package/getDatabricksCredential.js.map +1 -1
- package/getEnvironment.d.ts +4 -7
- package/getEnvironment.js.map +1 -1
- package/getEnvironmentVariable.d.ts +38 -8
- package/getEnvironmentVariable.js +30 -0
- package/getEnvironmentVariable.js.map +1 -1
- package/getExtendedAttributes.d.ts +12 -8
- package/getExtendedAttributes.js +4 -0
- package/getExtendedAttributes.js.map +1 -1
- package/getGlobalConnection.d.ts +4 -0
- package/getGlobalConnection.js.map +1 -1
- package/getGroupUsers.d.ts +3 -3
- package/getGroupUsers.js +2 -2
- package/getJob.d.ts +59 -26
- package/getJob.js +8 -2
- package/getJob.js.map +1 -1
- package/getPostgresCredential.d.ts +7 -1
- package/getPostgresCredential.js +6 -0
- package/getPostgresCredential.js.map +1 -1
- package/getPrivatelinkEndpoint.d.ts +16 -10
- package/getPrivatelinkEndpoint.js +6 -0
- package/getPrivatelinkEndpoint.js.map +1 -1
- package/getProject.d.ts +81 -44
- package/getProject.js +50 -22
- package/getProject.js.map +1 -1
- package/getRedshiftCredential.d.ts +72 -0
- package/getRedshiftCredential.js +32 -0
- package/getRedshiftCredential.js.map +1 -0
- package/getRepository.d.ts +25 -3
- package/getRepository.js +6 -0
- package/getRepository.js.map +1 -1
- package/getRuns.d.ts +46 -0
- package/getRuns.js +30 -0
- package/getRuns.js.map +1 -0
- package/getSnowflakeCredential.d.ts +8 -2
- package/getSnowflakeCredential.js +6 -0
- package/getSnowflakeCredential.js.map +1 -1
- package/getSynapseCredential.d.ts +80 -0
- package/getSynapseCredential.js +30 -0
- package/getSynapseCredential.js.map +1 -0
- package/getTeradataCredential.d.ts +68 -0
- package/getTeradataCredential.js +30 -0
- package/getTeradataCredential.js.map +1 -0
- package/getUserGroups.d.ts +9 -5
- package/getUserGroups.js +4 -0
- package/getUserGroups.js.map +1 -1
- package/getWebhook.d.ts +16 -4
- package/getWebhook.js +6 -0
- package/getWebhook.js.map +1 -1
- package/globalConnection.d.ts +12 -2
- package/globalConnection.js +2 -2
- package/globalConnection.js.map +1 -1
- package/index.d.ts +36 -18
- package/index.js +55 -28
- package/index.js.map +1 -1
- package/job.d.ts +41 -144
- package/job.js +4 -113
- package/job.js.map +1 -1
- package/package.json +2 -2
- package/partialEnvironmentVariable.d.ts +83 -0
- package/partialEnvironmentVariable.js +64 -0
- package/partialEnvironmentVariable.js.map +1 -0
- package/postgresCredential.d.ts +13 -11
- package/postgresCredential.js +2 -0
- package/postgresCredential.js.map +1 -1
- package/project.d.ts +20 -6
- package/project.js +5 -1
- package/project.js.map +1 -1
- package/projectRepository.d.ts +1 -1
- package/projectRepository.js +1 -1
- package/redshiftCredential.d.ts +165 -0
- package/redshiftCredential.js +121 -0
- package/redshiftCredential.js.map +1 -0
- package/redshiftSemanticLayerCredential.d.ts +65 -0
- package/redshiftSemanticLayerCredential.js +60 -0
- package/redshiftSemanticLayerCredential.js.map +1 -0
- package/repository.d.ts +6 -6
- package/semanticLayerConfiguration.d.ts +106 -0
- package/semanticLayerConfiguration.js +103 -0
- package/semanticLayerConfiguration.js.map +1 -0
- package/snowflakeCredential.d.ts +46 -32
- package/snowflakeCredential.js +4 -6
- package/snowflakeCredential.js.map +1 -1
- package/snowflakeSemanticLayerCredential.d.ts +95 -0
- package/snowflakeSemanticLayerCredential.js +90 -0
- package/snowflakeSemanticLayerCredential.js.map +1 -0
- package/synapseCredential.d.ts +233 -0
- package/synapseCredential.js +152 -0
- package/synapseCredential.js.map +1 -0
- package/teradataCredential.d.ts +107 -0
- package/teradataCredential.js +76 -0
- package/teradataCredential.js.map +1 -0
- package/types/input.d.ts +300 -0
- package/types/output.d.ts +409 -6
- package/userGroups.d.ts +4 -5
- package/userGroups.js +1 -2
- package/userGroups.js.map +1 -1
- package/webhook.d.ts +13 -7
- package/webhook.js +2 -0
- package/webhook.js.map +1 -1
- package/bigQueryConnection.d.ts +0 -420
- package/bigQueryConnection.js +0 -217
- package/bigQueryConnection.js.map +0 -1
- package/connection.d.ts +0 -342
- package/connection.js +0 -170
- package/connection.js.map +0 -1
- package/fabricConnection.d.ts +0 -199
- package/fabricConnection.js +0 -130
- package/fabricConnection.js.map +0 -1
- package/getBigQueryConnection.d.ts +0 -134
- package/getBigQueryConnection.js +0 -24
- package/getBigQueryConnection.js.map +0 -1
- package/getConnection.d.ts +0 -86
- package/getConnection.js +0 -24
- package/getConnection.js.map +0 -1
- package/projectConnection.d.ts +0 -105
- package/projectConnection.js +0 -102
- package/projectConnection.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -1,11 +1,51 @@
|
|
|
1
1
|
import * as outputs from "../types/output";
|
|
2
|
+
export interface BigquerySemanticLayerCredentialConfiguration {
|
|
3
|
+
/**
|
|
4
|
+
* The adapter version
|
|
5
|
+
*/
|
|
6
|
+
adapterVersion: string;
|
|
7
|
+
/**
|
|
8
|
+
* The name of the configuration
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* The ID of the project
|
|
13
|
+
*/
|
|
14
|
+
projectId: number;
|
|
15
|
+
}
|
|
16
|
+
export interface BigquerySemanticLayerCredentialCredential {
|
|
17
|
+
/**
|
|
18
|
+
* The internal credential ID
|
|
19
|
+
*/
|
|
20
|
+
credentialId: number;
|
|
21
|
+
/**
|
|
22
|
+
* Default dataset name
|
|
23
|
+
*/
|
|
24
|
+
dataset: string;
|
|
25
|
+
/**
|
|
26
|
+
* The ID of this resource. Contains the project ID and the credential ID.
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* Whether the BigQuery credential is active
|
|
31
|
+
*/
|
|
32
|
+
isActive: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Number of threads to use
|
|
35
|
+
*/
|
|
36
|
+
numThreads: number;
|
|
37
|
+
/**
|
|
38
|
+
* Project ID to create the BigQuery credential in
|
|
39
|
+
*/
|
|
40
|
+
projectId: number;
|
|
41
|
+
}
|
|
2
42
|
export interface GetEnvironmentsEnvironment {
|
|
3
43
|
/**
|
|
4
44
|
* A connection ID (used with Global Connections)
|
|
5
45
|
*/
|
|
6
46
|
connectionId: number;
|
|
7
47
|
/**
|
|
8
|
-
* Credential ID
|
|
48
|
+
* Credential ID for this environment. A credential is not required for development environments, as dbt Cloud defaults to the user's credentials, but deployment environments will have this.
|
|
9
49
|
*/
|
|
10
50
|
credentialsId: number;
|
|
11
51
|
/**
|
|
@@ -437,6 +477,28 @@ export interface GetGlobalConnectionSynapse {
|
|
|
437
477
|
*/
|
|
438
478
|
retries: number;
|
|
439
479
|
}
|
|
480
|
+
export interface GetGlobalConnectionTeradata {
|
|
481
|
+
/**
|
|
482
|
+
* The hostname of the database.
|
|
483
|
+
*/
|
|
484
|
+
host: string;
|
|
485
|
+
/**
|
|
486
|
+
* The port to connect to for this connection. Default=1025
|
|
487
|
+
*/
|
|
488
|
+
port: string;
|
|
489
|
+
/**
|
|
490
|
+
* The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
491
|
+
*/
|
|
492
|
+
requestTimeout: number;
|
|
493
|
+
/**
|
|
494
|
+
* The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
|
|
495
|
+
*/
|
|
496
|
+
retries: number;
|
|
497
|
+
/**
|
|
498
|
+
* The transaction mode to use for the connection.
|
|
499
|
+
*/
|
|
500
|
+
tmode: string;
|
|
501
|
+
}
|
|
440
502
|
export interface GetGlobalConnectionsConnection {
|
|
441
503
|
/**
|
|
442
504
|
* Type of adapter used for the connection
|
|
@@ -488,8 +550,39 @@ export interface GetGroupGroupPermission {
|
|
|
488
550
|
writableEnvironmentCategories: string[];
|
|
489
551
|
}
|
|
490
552
|
export interface GetGroupUsersUser {
|
|
553
|
+
/**
|
|
554
|
+
* Email of the user
|
|
555
|
+
*/
|
|
491
556
|
email: string;
|
|
557
|
+
/**
|
|
558
|
+
* ID of the user
|
|
559
|
+
*/
|
|
560
|
+
id: number;
|
|
561
|
+
}
|
|
562
|
+
export interface GetJobEnvironment {
|
|
563
|
+
/**
|
|
564
|
+
* Type of deployment environment: staging, production
|
|
565
|
+
*/
|
|
566
|
+
deploymentType: string;
|
|
567
|
+
/**
|
|
568
|
+
* ID of the environment
|
|
569
|
+
*/
|
|
492
570
|
id: number;
|
|
571
|
+
/**
|
|
572
|
+
* Name of the environment
|
|
573
|
+
*/
|
|
574
|
+
name: string;
|
|
575
|
+
projectId: number;
|
|
576
|
+
/**
|
|
577
|
+
* Environment type: development or deployment
|
|
578
|
+
*/
|
|
579
|
+
type: string;
|
|
580
|
+
}
|
|
581
|
+
export interface GetJobExecution {
|
|
582
|
+
/**
|
|
583
|
+
* The number of seconds before the job times out
|
|
584
|
+
*/
|
|
585
|
+
timeoutSeconds: number;
|
|
493
586
|
}
|
|
494
587
|
export interface GetJobJobCompletionTriggerCondition {
|
|
495
588
|
/**
|
|
@@ -505,6 +598,40 @@ export interface GetJobJobCompletionTriggerCondition {
|
|
|
505
598
|
*/
|
|
506
599
|
statuses: string[];
|
|
507
600
|
}
|
|
601
|
+
export interface GetJobSchedule {
|
|
602
|
+
/**
|
|
603
|
+
* The cron schedule for the job. Only used if triggers.schedule is true
|
|
604
|
+
*/
|
|
605
|
+
cron: string;
|
|
606
|
+
}
|
|
607
|
+
export interface GetJobSettings {
|
|
608
|
+
/**
|
|
609
|
+
* Value for `target.name` in the Jinja context
|
|
610
|
+
*/
|
|
611
|
+
targetName: string;
|
|
612
|
+
/**
|
|
613
|
+
* Number of threads to run dbt with
|
|
614
|
+
*/
|
|
615
|
+
threads: number;
|
|
616
|
+
}
|
|
617
|
+
export interface GetJobTriggers {
|
|
618
|
+
/**
|
|
619
|
+
* Whether the job runs automatically on PR creation
|
|
620
|
+
*/
|
|
621
|
+
gitProviderWebhook: boolean;
|
|
622
|
+
/**
|
|
623
|
+
* Whether the job runs automatically on PR creation
|
|
624
|
+
*/
|
|
625
|
+
githubWebhook: boolean;
|
|
626
|
+
/**
|
|
627
|
+
* Whether the job runs automatically once a PR is merged
|
|
628
|
+
*/
|
|
629
|
+
onMerge: boolean;
|
|
630
|
+
/**
|
|
631
|
+
* Whether the job runs on a schedule
|
|
632
|
+
*/
|
|
633
|
+
schedule: boolean;
|
|
634
|
+
}
|
|
508
635
|
export interface GetJobsJob {
|
|
509
636
|
/**
|
|
510
637
|
* The version of dbt used for the job. If not set, the environment version will be used.
|
|
@@ -515,7 +642,9 @@ export interface GetJobsJob {
|
|
|
515
642
|
*/
|
|
516
643
|
deferringEnvironmentId: number;
|
|
517
644
|
/**
|
|
518
|
-
* [
|
|
645
|
+
* [Deprectated - Deferral is now set at the environment level] The ID of the job definition this job defers to
|
|
646
|
+
*
|
|
647
|
+
* @deprecated Deferral is now set at the environment level
|
|
519
648
|
*/
|
|
520
649
|
deferringJobDefinitionId: number;
|
|
521
650
|
/**
|
|
@@ -547,6 +676,10 @@ export interface GetJobsJob {
|
|
|
547
676
|
* Whether the job is triggered by the completion of another job
|
|
548
677
|
*/
|
|
549
678
|
jobCompletionTriggerCondition: outputs.GetJobsJobJobCompletionTriggerCondition;
|
|
679
|
+
/**
|
|
680
|
+
* The ID of the job
|
|
681
|
+
*/
|
|
682
|
+
jobId: number;
|
|
550
683
|
/**
|
|
551
684
|
* The type of job (e.g. CI, scheduled)
|
|
552
685
|
*/
|
|
@@ -569,6 +702,12 @@ export interface GetJobsJob {
|
|
|
569
702
|
runGenerateSources: boolean;
|
|
570
703
|
schedule: outputs.GetJobsJobSchedule;
|
|
571
704
|
settings: outputs.GetJobsJobSettings;
|
|
705
|
+
/**
|
|
706
|
+
* [Deprectated - Moved to execution.timeout_seconds] Number of seconds before the job times out
|
|
707
|
+
*
|
|
708
|
+
* @deprecated Moved to execution.timeout_seconds
|
|
709
|
+
*/
|
|
710
|
+
timeoutSeconds: number;
|
|
572
711
|
triggers: outputs.GetJobsJobTriggers;
|
|
573
712
|
/**
|
|
574
713
|
* Whether the CI job should be automatically triggered on draft PRs
|
|
@@ -642,11 +781,35 @@ export interface GetJobsJobTriggers {
|
|
|
642
781
|
*/
|
|
643
782
|
schedule: boolean;
|
|
644
783
|
}
|
|
645
|
-
export interface
|
|
784
|
+
export interface GetProjectProjectConnection {
|
|
646
785
|
/**
|
|
647
|
-
*
|
|
786
|
+
* Version of the adapter for the connection. Will tell what connection type it is
|
|
787
|
+
*/
|
|
788
|
+
adapterVersion: string;
|
|
789
|
+
/**
|
|
790
|
+
* Connection ID
|
|
791
|
+
*/
|
|
792
|
+
id: number;
|
|
793
|
+
/**
|
|
794
|
+
* Connection name
|
|
795
|
+
*/
|
|
796
|
+
name: string;
|
|
797
|
+
}
|
|
798
|
+
export interface GetProjectRepository {
|
|
799
|
+
/**
|
|
800
|
+
* Repository ID
|
|
801
|
+
*/
|
|
802
|
+
id: number;
|
|
803
|
+
/**
|
|
804
|
+
* URL template for PRs
|
|
648
805
|
*/
|
|
649
|
-
|
|
806
|
+
pullRequestUrlTemplate: string;
|
|
807
|
+
/**
|
|
808
|
+
* URL of the git repo remote
|
|
809
|
+
*/
|
|
810
|
+
remoteUrl: string;
|
|
811
|
+
}
|
|
812
|
+
export interface GetProjectsProject {
|
|
650
813
|
/**
|
|
651
814
|
* When the project was created
|
|
652
815
|
*/
|
|
@@ -667,6 +830,10 @@ export interface GetProjectsProject {
|
|
|
667
830
|
* Project name
|
|
668
831
|
*/
|
|
669
832
|
name: string;
|
|
833
|
+
/**
|
|
834
|
+
* Details for the connection linked to the project
|
|
835
|
+
*/
|
|
836
|
+
projectConnection: outputs.GetProjectsProjectProjectConnection;
|
|
670
837
|
/**
|
|
671
838
|
* Details for the repository linked to the project
|
|
672
839
|
*/
|
|
@@ -675,12 +842,16 @@ export interface GetProjectsProject {
|
|
|
675
842
|
* Semantic layer config ID
|
|
676
843
|
*/
|
|
677
844
|
semanticLayerConfigId: number;
|
|
845
|
+
/**
|
|
846
|
+
* The type of dbt project (default or hybrid)
|
|
847
|
+
*/
|
|
848
|
+
type: number;
|
|
678
849
|
/**
|
|
679
850
|
* When the project was last updated
|
|
680
851
|
*/
|
|
681
852
|
updatedAt: string;
|
|
682
853
|
}
|
|
683
|
-
export interface
|
|
854
|
+
export interface GetProjectsProjectProjectConnection {
|
|
684
855
|
/**
|
|
685
856
|
* Version of the adapter for the connection. Will tell what connection type it is
|
|
686
857
|
*/
|
|
@@ -708,6 +879,74 @@ export interface GetProjectsProjectRepository {
|
|
|
708
879
|
*/
|
|
709
880
|
remoteUrl: string;
|
|
710
881
|
}
|
|
882
|
+
export interface GetRunsFilter {
|
|
883
|
+
/**
|
|
884
|
+
* The ID of the environment
|
|
885
|
+
*/
|
|
886
|
+
environmentId?: number;
|
|
887
|
+
/**
|
|
888
|
+
* The ID of the job definition
|
|
889
|
+
*/
|
|
890
|
+
jobDefinitionId?: number;
|
|
891
|
+
/**
|
|
892
|
+
* The limit of the runs
|
|
893
|
+
*/
|
|
894
|
+
limit?: number;
|
|
895
|
+
/**
|
|
896
|
+
* The ID of the project
|
|
897
|
+
*/
|
|
898
|
+
projectId?: number;
|
|
899
|
+
/**
|
|
900
|
+
* The ID of the pull request
|
|
901
|
+
*/
|
|
902
|
+
pullRequestId?: number;
|
|
903
|
+
/**
|
|
904
|
+
* The status of the run
|
|
905
|
+
*/
|
|
906
|
+
status?: number;
|
|
907
|
+
/**
|
|
908
|
+
* The status of the run
|
|
909
|
+
*/
|
|
910
|
+
statusIn?: string;
|
|
911
|
+
/**
|
|
912
|
+
* The ID of the trigger
|
|
913
|
+
*/
|
|
914
|
+
triggerId?: number;
|
|
915
|
+
}
|
|
916
|
+
export interface GetRunsRun {
|
|
917
|
+
/**
|
|
918
|
+
* The ID of the account
|
|
919
|
+
*/
|
|
920
|
+
accountId: number;
|
|
921
|
+
/**
|
|
922
|
+
* The cause of the run
|
|
923
|
+
*/
|
|
924
|
+
cause: string;
|
|
925
|
+
/**
|
|
926
|
+
* The branch of the commit
|
|
927
|
+
*/
|
|
928
|
+
gitBranch: string;
|
|
929
|
+
/**
|
|
930
|
+
* The SHA of the commit
|
|
931
|
+
*/
|
|
932
|
+
gitSha: string;
|
|
933
|
+
/**
|
|
934
|
+
* The ID of the pull request
|
|
935
|
+
*/
|
|
936
|
+
githubPullRequestId: string;
|
|
937
|
+
/**
|
|
938
|
+
* The ID of the run
|
|
939
|
+
*/
|
|
940
|
+
id: number;
|
|
941
|
+
/**
|
|
942
|
+
* The ID of the job
|
|
943
|
+
*/
|
|
944
|
+
jobId: number;
|
|
945
|
+
/**
|
|
946
|
+
* The schema override
|
|
947
|
+
*/
|
|
948
|
+
schemaOverride: string;
|
|
949
|
+
}
|
|
711
950
|
export interface GetServiceTokenServiceTokenPermission {
|
|
712
951
|
/**
|
|
713
952
|
* Whether or not to apply this permission to all projects for this service token
|
|
@@ -1128,6 +1367,28 @@ export interface GlobalConnectionSynapse {
|
|
|
1128
1367
|
*/
|
|
1129
1368
|
retries: number;
|
|
1130
1369
|
}
|
|
1370
|
+
export interface GlobalConnectionTeradata {
|
|
1371
|
+
/**
|
|
1372
|
+
* The hostname of the database.
|
|
1373
|
+
*/
|
|
1374
|
+
host: string;
|
|
1375
|
+
/**
|
|
1376
|
+
* The port to connect to for this connection. Default=1025
|
|
1377
|
+
*/
|
|
1378
|
+
port: string;
|
|
1379
|
+
/**
|
|
1380
|
+
* The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
1381
|
+
*/
|
|
1382
|
+
requestTimeout: number;
|
|
1383
|
+
/**
|
|
1384
|
+
* The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
|
|
1385
|
+
*/
|
|
1386
|
+
retries: number;
|
|
1387
|
+
/**
|
|
1388
|
+
* The transaction mode to use for the connection.
|
|
1389
|
+
*/
|
|
1390
|
+
tmode: string;
|
|
1391
|
+
}
|
|
1131
1392
|
export interface GroupGroupPermission {
|
|
1132
1393
|
/**
|
|
1133
1394
|
* Whether access should be provided for all projects or not.
|
|
@@ -1204,6 +1465,72 @@ export interface JobJobCompletionTriggerCondition {
|
|
|
1204
1465
|
*/
|
|
1205
1466
|
statuses: string[];
|
|
1206
1467
|
}
|
|
1468
|
+
export interface JobTriggers {
|
|
1469
|
+
/**
|
|
1470
|
+
* Whether the job runs automatically on PR creation
|
|
1471
|
+
*/
|
|
1472
|
+
gitProviderWebhook: boolean;
|
|
1473
|
+
/**
|
|
1474
|
+
* Whether the job runs automatically on PR creation
|
|
1475
|
+
*/
|
|
1476
|
+
githubWebhook: boolean;
|
|
1477
|
+
/**
|
|
1478
|
+
* Whether the job runs automatically once a PR is merged
|
|
1479
|
+
*/
|
|
1480
|
+
onMerge: boolean;
|
|
1481
|
+
/**
|
|
1482
|
+
* Whether the job runs on a schedule
|
|
1483
|
+
*/
|
|
1484
|
+
schedule: boolean;
|
|
1485
|
+
}
|
|
1486
|
+
export interface RedshiftSemanticLayerCredentialConfiguration {
|
|
1487
|
+
/**
|
|
1488
|
+
* The adapter version
|
|
1489
|
+
*/
|
|
1490
|
+
adapterVersion: string;
|
|
1491
|
+
/**
|
|
1492
|
+
* The name of the configuration
|
|
1493
|
+
*/
|
|
1494
|
+
name: string;
|
|
1495
|
+
/**
|
|
1496
|
+
* The ID of the project
|
|
1497
|
+
*/
|
|
1498
|
+
projectId: number;
|
|
1499
|
+
}
|
|
1500
|
+
export interface RedshiftSemanticLayerCredentialCredential {
|
|
1501
|
+
/**
|
|
1502
|
+
* The internal credential ID
|
|
1503
|
+
*/
|
|
1504
|
+
credentialId: number;
|
|
1505
|
+
/**
|
|
1506
|
+
* Default schema name
|
|
1507
|
+
*/
|
|
1508
|
+
defaultSchema: string;
|
|
1509
|
+
/**
|
|
1510
|
+
* The ID of this resource. Contains the project ID and the credential ID.
|
|
1511
|
+
*/
|
|
1512
|
+
id: string;
|
|
1513
|
+
/**
|
|
1514
|
+
* Whether the Redshift credential is active
|
|
1515
|
+
*/
|
|
1516
|
+
isActive: boolean;
|
|
1517
|
+
/**
|
|
1518
|
+
* Number of threads to use
|
|
1519
|
+
*/
|
|
1520
|
+
numThreads: number;
|
|
1521
|
+
/**
|
|
1522
|
+
* The password for the Redshift account
|
|
1523
|
+
*/
|
|
1524
|
+
password: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* Project ID to create the Redshift credential in
|
|
1527
|
+
*/
|
|
1528
|
+
projectId: number;
|
|
1529
|
+
/**
|
|
1530
|
+
* The username for the Redshift account.
|
|
1531
|
+
*/
|
|
1532
|
+
username: string;
|
|
1533
|
+
}
|
|
1207
1534
|
export interface ServiceTokenServiceTokenPermission {
|
|
1208
1535
|
/**
|
|
1209
1536
|
* Whether or not to apply this permission to all projects for this service token
|
|
@@ -1226,3 +1553,79 @@ export interface ServiceTokenServiceTokenPermission {
|
|
|
1226
1553
|
*/
|
|
1227
1554
|
writableEnvironmentCategories: string[];
|
|
1228
1555
|
}
|
|
1556
|
+
export interface SnowflakeSemanticLayerCredentialConfiguration {
|
|
1557
|
+
/**
|
|
1558
|
+
* The adapter version
|
|
1559
|
+
*/
|
|
1560
|
+
adapterVersion: string;
|
|
1561
|
+
/**
|
|
1562
|
+
* The name of the configuration
|
|
1563
|
+
*/
|
|
1564
|
+
name: string;
|
|
1565
|
+
/**
|
|
1566
|
+
* The ID of the project
|
|
1567
|
+
*/
|
|
1568
|
+
projectId: number;
|
|
1569
|
+
}
|
|
1570
|
+
export interface SnowflakeSemanticLayerCredentialCredential {
|
|
1571
|
+
/**
|
|
1572
|
+
* The type of Snowflake credential ('password' or 'keypair')
|
|
1573
|
+
*/
|
|
1574
|
+
authType: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* The internal credential ID
|
|
1577
|
+
*/
|
|
1578
|
+
credentialId: number;
|
|
1579
|
+
/**
|
|
1580
|
+
* The catalog to connect use
|
|
1581
|
+
*/
|
|
1582
|
+
database?: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* The ID of this resource. Contains the project ID and the credential ID.
|
|
1585
|
+
*/
|
|
1586
|
+
id: string;
|
|
1587
|
+
/**
|
|
1588
|
+
* Whether the Snowflake credential is active
|
|
1589
|
+
*/
|
|
1590
|
+
isActive: boolean;
|
|
1591
|
+
/**
|
|
1592
|
+
* Number of threads to use
|
|
1593
|
+
*/
|
|
1594
|
+
numThreads: number;
|
|
1595
|
+
/**
|
|
1596
|
+
* The password for the Snowflake account
|
|
1597
|
+
*/
|
|
1598
|
+
password: string;
|
|
1599
|
+
/**
|
|
1600
|
+
* The private key for the Snowflake account
|
|
1601
|
+
*/
|
|
1602
|
+
privateKey: string;
|
|
1603
|
+
/**
|
|
1604
|
+
* The passphrase for the private key
|
|
1605
|
+
*/
|
|
1606
|
+
privateKeyPassphrase: string;
|
|
1607
|
+
/**
|
|
1608
|
+
* Project ID to create the Snowflake credential in
|
|
1609
|
+
*/
|
|
1610
|
+
projectId: number;
|
|
1611
|
+
/**
|
|
1612
|
+
* The role to assume
|
|
1613
|
+
*/
|
|
1614
|
+
role?: string;
|
|
1615
|
+
/**
|
|
1616
|
+
* The schema where to create models. This is an optional field ONLY if the credential is used for Semantic Layer configuration, otherwise it is required.
|
|
1617
|
+
*/
|
|
1618
|
+
schema: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* This field indicates that the credential is used as part of the Semantic Layer configuration. It is used to create a Snowflake credential for the Semantic Layer.
|
|
1621
|
+
*/
|
|
1622
|
+
semanticLayerCredential: boolean;
|
|
1623
|
+
/**
|
|
1624
|
+
* The username for the Snowflake account. This is an optional field ONLY if the credential is used for Semantic Layer configuration, otherwise it is required.
|
|
1625
|
+
*/
|
|
1626
|
+
user: string;
|
|
1627
|
+
/**
|
|
1628
|
+
* The warehouse to use
|
|
1629
|
+
*/
|
|
1630
|
+
warehouse?: string;
|
|
1631
|
+
}
|
package/userGroups.d.ts
CHANGED
|
@@ -3,8 +3,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* Assigns a set of dbt Cloud groups to a given User ID.
|
|
4
4
|
*
|
|
5
5
|
* > If additional groups were assigned manually in dbt Cloud, they will be removed. The full list of groups need to be provided as config.
|
|
6
|
-
*
|
|
7
|
-
* > This resource does not currently support deletion (e.g. a deleted resource will stay as-is in dbt Cloud).
|
|
6
|
+
* This resource does not currently support deletion (e.g. a deleted resource will stay as-is in dbt Cloud).
|
|
8
7
|
* This is intentional in order to prevent accidental deletion of all users groups assigned to a user.
|
|
9
8
|
* If you would like a different behavior, please open an issue on GitHub. To remove all groups for a user, set "groupIds" to the empty set "[]".
|
|
10
9
|
*
|
|
@@ -83,7 +82,7 @@ export declare class UserGroups extends pulumi.CustomResource {
|
|
|
83
82
|
*/
|
|
84
83
|
readonly groupIds: pulumi.Output<number[]>;
|
|
85
84
|
/**
|
|
86
|
-
* The internal ID of a dbt Cloud user
|
|
85
|
+
* The internal ID of a dbt Cloud user.
|
|
87
86
|
*/
|
|
88
87
|
readonly userId: pulumi.Output<number>;
|
|
89
88
|
/**
|
|
@@ -104,7 +103,7 @@ export interface UserGroupsState {
|
|
|
104
103
|
*/
|
|
105
104
|
groupIds?: pulumi.Input<pulumi.Input<number>[]>;
|
|
106
105
|
/**
|
|
107
|
-
* The internal ID of a dbt Cloud user
|
|
106
|
+
* The internal ID of a dbt Cloud user.
|
|
108
107
|
*/
|
|
109
108
|
userId?: pulumi.Input<number>;
|
|
110
109
|
}
|
|
@@ -117,7 +116,7 @@ export interface UserGroupsArgs {
|
|
|
117
116
|
*/
|
|
118
117
|
groupIds: pulumi.Input<pulumi.Input<number>[]>;
|
|
119
118
|
/**
|
|
120
|
-
* The internal ID of a dbt Cloud user
|
|
119
|
+
* The internal ID of a dbt Cloud user.
|
|
121
120
|
*/
|
|
122
121
|
userId: pulumi.Input<number>;
|
|
123
122
|
}
|
package/userGroups.js
CHANGED
|
@@ -9,8 +9,7 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* Assigns a set of dbt Cloud groups to a given User ID.
|
|
10
10
|
*
|
|
11
11
|
* > If additional groups were assigned manually in dbt Cloud, they will be removed. The full list of groups need to be provided as config.
|
|
12
|
-
*
|
|
13
|
-
* > This resource does not currently support deletion (e.g. a deleted resource will stay as-is in dbt Cloud).
|
|
12
|
+
* This resource does not currently support deletion (e.g. a deleted resource will stay as-is in dbt Cloud).
|
|
14
13
|
* This is intentional in order to prevent accidental deletion of all users groups assigned to a user.
|
|
15
14
|
* If you would like a different behavior, please open an issue on GitHub. To remove all groups for a user, set "groupIds" to the empty set "[]".
|
|
16
15
|
*
|
package/userGroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userGroups.js","sourceRoot":"","sources":["../userGroups.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"userGroups.js","sourceRoot":"","sources":["../userGroups.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAjEL,gCAkEC;AApDG,gBAAgB;AACO,uBAAY,GAAG,sCAAsC,CAAC"}
|
package/webhook.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Webhook details
|
|
4
|
+
*
|
|
3
5
|
* ## Example Usage
|
|
4
6
|
*
|
|
5
7
|
* ```typescript
|
|
@@ -74,7 +76,7 @@ export declare class Webhook extends pulumi.CustomResource {
|
|
|
74
76
|
/**
|
|
75
77
|
* Webhooks active flag
|
|
76
78
|
*/
|
|
77
|
-
readonly active: pulumi.Output<boolean
|
|
79
|
+
readonly active: pulumi.Output<boolean>;
|
|
78
80
|
/**
|
|
79
81
|
* Webhooks Client URL
|
|
80
82
|
*/
|
|
@@ -82,7 +84,7 @@ export declare class Webhook extends pulumi.CustomResource {
|
|
|
82
84
|
/**
|
|
83
85
|
* Webhooks Description
|
|
84
86
|
*/
|
|
85
|
-
readonly description: pulumi.Output<string
|
|
87
|
+
readonly description: pulumi.Output<string>;
|
|
86
88
|
/**
|
|
87
89
|
* Webhooks Event Types
|
|
88
90
|
*/
|
|
@@ -96,7 +98,7 @@ export declare class Webhook extends pulumi.CustomResource {
|
|
|
96
98
|
*/
|
|
97
99
|
readonly httpStatusCode: pulumi.Output<string>;
|
|
98
100
|
/**
|
|
99
|
-
* List of job IDs to trigger the webhook
|
|
101
|
+
* List of job IDs to trigger the webhook. When null or empty, the webhook will trigger on all jobs
|
|
100
102
|
*/
|
|
101
103
|
readonly jobIds: pulumi.Output<number[] | undefined>;
|
|
102
104
|
/**
|
|
@@ -104,7 +106,9 @@ export declare class Webhook extends pulumi.CustomResource {
|
|
|
104
106
|
*/
|
|
105
107
|
readonly name: pulumi.Output<string>;
|
|
106
108
|
/**
|
|
107
|
-
*
|
|
109
|
+
* Webhook's ID
|
|
110
|
+
*
|
|
111
|
+
* @deprecated Use `id` instead
|
|
108
112
|
*/
|
|
109
113
|
readonly webhookId: pulumi.Output<string>;
|
|
110
114
|
/**
|
|
@@ -149,7 +153,7 @@ export interface WebhookState {
|
|
|
149
153
|
*/
|
|
150
154
|
httpStatusCode?: pulumi.Input<string>;
|
|
151
155
|
/**
|
|
152
|
-
* List of job IDs to trigger the webhook
|
|
156
|
+
* List of job IDs to trigger the webhook. When null or empty, the webhook will trigger on all jobs
|
|
153
157
|
*/
|
|
154
158
|
jobIds?: pulumi.Input<pulumi.Input<number>[]>;
|
|
155
159
|
/**
|
|
@@ -157,7 +161,9 @@ export interface WebhookState {
|
|
|
157
161
|
*/
|
|
158
162
|
name?: pulumi.Input<string>;
|
|
159
163
|
/**
|
|
160
|
-
*
|
|
164
|
+
* Webhook's ID
|
|
165
|
+
*
|
|
166
|
+
* @deprecated Use `id` instead
|
|
161
167
|
*/
|
|
162
168
|
webhookId?: pulumi.Input<string>;
|
|
163
169
|
}
|
|
@@ -182,7 +188,7 @@ export interface WebhookArgs {
|
|
|
182
188
|
*/
|
|
183
189
|
eventTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
184
190
|
/**
|
|
185
|
-
* List of job IDs to trigger the webhook
|
|
191
|
+
* List of job IDs to trigger the webhook. When null or empty, the webhook will trigger on all jobs
|
|
186
192
|
*/
|
|
187
193
|
jobIds?: pulumi.Input<pulumi.Input<number>[]>;
|
|
188
194
|
/**
|
package/webhook.js
CHANGED
package/webhook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.js","sourceRoot":"","sources":["../webhook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"webhook.js","sourceRoot":"","sources":["../webhook.ts"],"names":[],"mappings":"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"}
|